CVE Catalog
CVE-2026-24791
HighCVSS 8.1Exploitation Probability (EPSS)
Low risk0.25%
17th percentile - higher than 17% of all known CVEs
Summary
Public-only tokens can bypass private-resource restrictions on `/api/v1/user` self routes.
Risk Assessment
Holders of public-only tokens may access private user data, violating confidentiality and potentially leading to information leakage.
Recommendation
Ensure public-only tokens do not have access to routes returning private data. Review and fix authorization logic for these routes.
Original NVD description (English source)
Public-only tokens bypass private-resource restrictions on `/api/v1/user` self routes

