---
id: CVE-2026-85609
title: >-
  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)
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…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-918
published: '2026-09-04'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T20:18:59.270'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-85609'
references:
  - url: >-
      https://github.com/Openpanel-dev/openpanel/security/advisories/GHSA-r3jv-rmrg-j395
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/openpanel-before-2.3.0-ssrf-via-site-checker-endpoint
    label: disclosure@vulncheck.com
tags:
  - nvd
epss: 0.00294
epssPercentile: 0.22319
ingestedAt: '2026-09-08T21:11:12.294Z'
---

## Overview

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

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
