CVE-2026-85609 PUBLISHED

Openpanel before 2.3.0 SSRF via Site Checker Endpoint

Assigner: VulnCheck
Reserved: 04.09.2026 Published: 04.09.2026 Updated: 04.09.2026

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).

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L
CVSS Score: 6.9

Product Status

Vendor Openpanel-dev
Product openpanel
Versions Default: unaffected
  • affected from 0 to 2.3.0 (excl.)
  • Version 2.3.0 is unaffected

References

Problem Types

  • Server-Side Request Forgery (SSRF) CWE