Vulnerability Description
code100x contains an authentication bypass vulnerability in the Mobile API that allows unauthenticated attackers to impersonate arbitrary users by supplying a crafted JSON payload in the 'g' HTTP header. The middleware in middleware.ts skips identity header generation when an Auth-Key header is present without validating its value, allowing attackers to inject a spoofed user identity header that the downstream route handler in the mobile courses endpoint accepts as trusted, granting unauthorized access to course data belonging to any enrolled user or administrator.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/code100x/cms/issues/1924
- https://github.com/code100x/cms/pull/1927
- https://github.com/code100x/cms/pull/1927/changes/88c6c5e94e23da101235c4c7e9c759
- https://github.com/code100x/cms/pull/1927/changes/90b489ee7c63c301107d6374d4b3f2
- https://www.vulncheck.com/advisories/code100x-mobile-api-authentication-bypass-v
- https://github.com/code100x/cms/issues/1924
- https://github.com/code100x/cms/pull/1927
FAQ
What is CVE-2026-8890?
CVE-2026-8890 is a vulnerability with a CVSS score of 8.2 (HIGH). code100x contains an authentication bypass vulnerability in the Mobile API that allows unauthenticated attackers to impersonate arbitrary users by supplying a crafted JSON payload in the 'g' HTTP head...
How severe is CVE-2026-8890?
CVE-2026-8890 has been rated HIGH with a CVSS base score of 8.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-8890?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.