๐Ÿ” CVE Alert

CVE-2026-73405

UNKNOWN 0.0

Authorization Bypass in SSE Pub/Sub Allows Unconfirmed Accounts to Access Stream Events in vulnerability-lookup

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

An authorization bypass vulnerability in Vulnerability-Lookup allowed inactive or unconfirmed accounts to subscribe to Server-Sent Events (SSE) streams through the /pubsub/subscribe/<topic> endpoint. The token_required decorator used by the Pub/Sub interface authenticated requests solely by matching the X-API-KEY header against an existing user API key. Unlike the REST API authentication mechanism, it did not verify the account's is_active and is_confirmed state. Because the self-registration process issues an API key before account confirmation is completed, an attacker could create an account and immediately use the resulting API key to access Pub/Sub topics that should only be available to active, confirmed users. This could expose stream events that would otherwise be inaccessible through the REST API, including newly submitted or not-yet-moderated data such as comments. The vulnerability results from inconsistent authorization enforcement between the REST API and the SSE streaming interface. The patch corrects the issue by requiring accounts to be both active and confirmed before permitting access to Pub/Sub streams, bringing the SSE authorization boundary in line with the REST API.

CWE CWE-862
Vendor vulnerability-lookup
Product vulnerability-lookup
Published Aug 12, 2026
Stay Ahead of the Next One

Get instant alerts for vulnerability-lookup vulnerability-lookup

Be the first to know when new unknown vulnerabilities affecting vulnerability-lookup vulnerability-lookup are published โ€” delivered to Slack, Telegram or Discord.

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

Affected Versions

vulnerability-lookup / vulnerability-lookup
0 โ‰ค 5.5.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/vulnerability-lookup/vulnerability-lookup/commit/bef837242657acf680832be56b94428df130ed67

Credits

openai/gpt-5.5-cyber-preview (reasoning level: high) ๐Ÿ” EUVD @ ENISA Team Cedric Bonhomme Alexandre Dulaunoy