CVE-2026-27603 PUBLISHED

Chartbrew: Unauthenticated Chart Filter Endpoint: POST /project/:project_id/chart/:chart_id/filter missing verifyToken + checkPermissions

Assigner: GitHub_M
Reserved: 20.02.2026 Published: 06.03.2026 Updated: 06.03.2026

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 users to access chart data from any team/project. This issue has been patched in version 4.8.4.

Metrics

CVSS Vector: 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
CVSS Score: 8.7

Product Status

Vendor chartbrew
Product chartbrew
Versions
  • Version < 4.8.4 is affected

References

Problem Types

  • CWE-306: Missing Authentication for Critical Function CWE