Cyber Resilience

CVE-2026-27603

HighPublic PoC

Published: 06 March 2026

Published
06 March 2026
Modified
10 March 2026
KEV Added
Patch
CVSS Score v4 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0042 33.5th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-27603 is a high-severity Missing Authentication for Critical Function (CWE-306) vulnerability in Depomo Chartbrew. Its CVSS base score is 8.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 33.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and IA-2 (Identification and Authentication (Organizational Users)).

Deeper analysis

CVE-2026-27603 is a missing authentication vulnerability in Chartbrew, an open-source web application that connects directly to databases and APIs to create charts from data. In versions prior to 4.8.4, the POST /project/:project_id/chart/:chart_id/filter endpoint lacks both verifyToken and checkPermissions middleware. This flaw allows unauthenticated users to access chart data from any team or project. The vulnerability carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) and maps to CWE-306 (Missing Authentication for Critical Function).

Unauthenticated attackers with network access can exploit this issue remotely with low complexity and no user interaction required. By sending a POST request to the vulnerable endpoint with arbitrary project_id and chart_id values, attackers can retrieve chart data from any project, potentially exposing sensitive information visualized in those charts, such as database query results or API-derived insights.

Chartbrew has patched this vulnerability in version 4.8.4. Administrators should upgrade to this version or later to mitigate the issue. Additional details are available in the GitHub security advisory at https://github.com/chartbrew/chartbrew/security/advisories/GHSA-9fhr-5vvc-p455 and the release notes at https://github.com/chartbrew/chartbrew/releases/tag/v4.8.4.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create charts. Prior to version 4.8.4, the chart filter endpoint POST /project/:project_id/chart/:chart_id/filter is missing both verifyToken and checkPermissions middleware, allowing unauthenticated…

more

users to access chart data from any team/project. This issue has been patched in version 4.8.4.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Missing authentication on a public-facing web app endpoint (POST /project/:project_id/chart/:chart_id/filter) directly enables remote unauthenticated exploitation to access arbitrary chart data, matching T1190: Exploit Public-Facing Application.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-32252Same product: Depomo Chartbrew
CVE-2026-25888Same product: Depomo Chartbrew
CVE-2026-25887Same product: Depomo Chartbrew
CVE-2026-27005Same product: Depomo Chartbrew
CVE-2026-30232Same product: Depomo Chartbrew
CVE-2026-4810Shared CWE-306
CVE-2025-53847Shared CWE-306
CVE-2025-61757Shared CWE-306
CVE-2025-68715Shared CWE-306
CVE-2026-21992Shared CWE-306

Affected Assets

depomo
chartbrew
≤ 4.8.4

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations for logical access to information and resources, directly addressing the missing verifyToken and checkPermissions middleware on the chart filter endpoint.

prevent

Requires unique identification and authentication of organizational users, preventing unauthenticated access to sensitive chart data via the vulnerable endpoint.

prevent

Mandates timely flaw remediation, such as patching Chartbrew to version 4.8.4 to add the missing authentication middleware.

References