CVE-2026-35514 PUBLISHED

Unauthenticated Account Registration via /user/invited Bypasses All Signup Restrictions in Chartbrew

Assigner: GitHub_M
Reserved: 03.04.2026 Published: 30.04.2026 Updated: 30.04.2026

Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create charts. In version 4.9.0, the endpoint POST /user/invited does not validate any invite token, authentication header, or session. Any unauthenticated attacker can call this endpoint directly to create a fully active account and receive a valid JWT — even when the instance has existing users and signupRestricted is enabled. This bypass is distinct from the normal registration endpoint (POST /user) which enforces signupRestricted and sets active: false pending verification. This issue has been patched in version 5.0.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
CVSS Score: 6.5

Product Status

Vendor chartbrew
Product chartbrew
Versions
  • Version = 4.9.0 is affected

References

Problem Types

  • CWE-306: Missing Authentication for Critical Function CWE