๐Ÿ” CVE Alert

CVE-2026-88892

MEDIUM 5.0

OpenPanel SSRF via Unguarded Importer File URL Fetch

CVSS Score
5.0
EPSS Score
0.0%
EPSS Percentile
0th

OpenPanel is an analytics platform. In all versions (no patched release available at time of publication), the data importer fetches a caller-supplied URL with plain fetch instead of the project's existing SSRF guard (apps/api/src/utils/safe-fetch.ts). In packages/importer/src/providers/umami.ts, parseRemoteFile calls fetch() on config.fileUrl, which is validated only by z.string().url(), so values such as http://127.0.0.1:9911/ or http://169.254.169.254/latest/meta-data/ are accepted; the shared createFileImportConfig factory gives the plausible provider the same field. An authenticated organization member โ€” including a default 'member' with no project_access rows, for whom the intended access-level check is skipped because getProjectAccess returns boolean true rather than a level object โ€” can therefore make the server connect to any address reachable from it. The resulting HTTP status and status text are persisted as Import.errorMessage and returned by import.get to the same user, providing a scanning oracle for internal hosts, ports and paths; if an internal response parses as Umami CSV, its rows are ingested as events and become readable in the attacker's analytics views.

CWE CWE-918
Vendor openpanel-dev
Product openpanel
Published Sep 10, 2026
Last Updated Sep 10, 2026
Stay Ahead of the Next One

Get instant alerts for openpanel-dev openpanel

Be the first to know when new medium vulnerabilities affecting openpanel-dev openpanel are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
Low
Integrity
None
Availability
None

Affected Versions

Openpanel-dev / openpanel
0 โ‰ค worker

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Openpanel-dev/openpanel/security/advisories/GHSA-cj2r-3x54-88h7 vulncheck.com: https://www.vulncheck.com/advisories/openpanel-ssrf-via-unguarded-importer-file-url-fetch

Credits

๐Ÿ” 5ud0er