CVE-2026-88892: OpenPanel SSRF via Unguarded Importer File URL Fetch

Published Sep 10, 2026
·
Updated

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

Affected Software

1 affected component
OpenPanel OpenPanel=

Event History

Sep 10, 2026
CVE Published
via MITRE·01:05 PM
Data Sourced
via MITRE·01:05 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Who can exploit this issue?

An authenticated organization member can exploit it, including a default member with no project_access rows. The intended access-level check is skipped in that case because getProjectAccess returns boolean true rather than an access-level object.

2

What does an attacker need to provide?

The attacker needs access to the data importer and a caller-controlled fileUrl. The field is only checked as a URL, so it accepts URLs targeting loopback or link-local addresses as well as other addresses reachable by the OpenPanel server.

3

What can an attacker learn or access through the importer?

The importer stores the fetched HTTP status and status text in Import.errorMessage and returns it through import.get to the requesting user, enabling probing of internal hosts, ports, and paths. If a response parses as Umami CSV, its rows are imported as events and can be viewed in the attacker's analytics views.

4

Is a fixed release available?

No patched release was available at the time of publication. All versions are described as affected.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203