๐Ÿ” CVE Alert

CVE-2026-90882

UNKNOWN 0.0

Reflected arbitrary origins with credentials, allowing cross-origin reads of authenticated user data

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

The open-vsx.org deployment returned Access-Control-Allow-Origin reflecting the requesting origin together with Access-Control-Allow-Credentials: true on the authenticated /user/ endpoints. A page on any origin could therefore issue credentialed requests to the service in a logged-in user's browser and read the responses. This exposed /user (login name, avatar, homepage, tokens URL), /user/tokens, /user/namespaces, /user/extensions, /user/search/{name} and /user/namespace/{name}/members, and โ€” because /user/csrf was readable the same way โ€” allowed the CSRF protection on write endpoints to be defeated. Chaining the two, an attacker page could call /user/token/create and exfiltrate a personal access token carrying publish and delete rights over the victim's namespaces. The headers were emitted by the CDN/edge layer, not by the application: the Open VSX software sets allowCredentials(true) in exactly one place, against a single exact origin derived from ovsx.webui.url, and defines no CORS mapping on /user/ beyond it. No configuration of the software produces origin reflection with credentials.

CWE CWE-942
Vendor eclipse foundation
Product open-vsx.org
Published Sep 22, 2026
Stay Ahead of the Next One

Get instant alerts for eclipse foundation open-vsx.org

Be the first to know when new unknown vulnerabilities affecting eclipse foundation open-vsx.org are published โ€” delivered to Slack, Telegram or Discord.

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

Affected Versions

Eclipse Foundation / open-vsx.org
29/04/2026 โ‰ค 07/09/2026

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
gitlab.eclipse.org: https://gitlab.eclipse.org/security/cve-assignment/-/work_items/289

Credits

https://github.com/Char0n1507