CVE Catalog

CVE-2026-85609

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Summary

Openpanel before 2.3.0 contains an unauthenticated full-read server-side request forgery (SSRF) vulnerability in the GET /tools/site-checker endpoint (apps/api/src/controllers/tools.controller.ts). The endpoint passes a user-supplied url query parameter to fetchWithRedirects() and performs server-side HTTP requests to arbitrary URLs without any SSRF/IP validation. An unauthenticated remote attacker can access cloud instance metadata endpoints, probe internal services, scan internal network ports, and read returned content (status code, page size, timing, and parsed HTML metadata), and leak internal IP addresses (via getIPInfo() to a third party).

Risk Assessment

The risk includes theft of credentials from cloud metadata, enumeration of internal infrastructure, and potential access to sensitive data, which can lead to security breaches across the organization.

Recommendation

It is recommended to upgrade OpenPanel to version 2.3.0 or later and implement strict URL validation and blocking of internal IP addresses.

Other vulnerabilities in OpenPanel

See all
Original NVD description (English source)

Openpanel before 2.3.0 contains an unauthenticated full-read server-side request forgery (SSRF) vulnerability in the GET /tools/site-checker endpoint (apps/api/src/controllers/tools.controller.ts). The endpoint passes a user-supplied url query parameter to fetchWithRedirects() and performs server-side HTTP requests to arbitrary URLs without any SSRF/IP validation. An unauthenticated remote attacker can access cloud instance metadata endpoints, probe internal services, scan internal network ports, and read returned content (status code, page size, timing, and parsed HTML metadata), and leak internal IP addresses (via getIPInfo() to a third party).

Vulnerability data from NVD (NIST) · CISA KEV · EPSS