CVE-2026-36721 Details
Description
A lack of cryptographic signature verification in the validateAccessToken function of bookcars v8.3 allows attackers to bypass authentication via a forged JWT token.
An authorization bypass vulnerability has been identified in BookCars versions through 8.3. The issue arises in the validateAccessToken function, where the authentication middleware improperly relies on the Origin header to assess user roles for endpoint access. This flaw enables authenticated attackers to bypass authentication by spoofing the Origin header to align with user frontend host values, tricking the server into applying regular user permissions to admin-only endpoints. Consequently, attackers can gain unauthorized access to sensitive administrative functions.
Implement proper role-based access control (RBAC) by explicitly defining required roles at the endpoint level, rather than inferring them from client-controlled headers. Additionally, validate the authenticated user's actual role from the database against the endpoint's required permissions.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jun 9, 2026CISA-ADP
Assessed Jun 10, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/CC-T-454455/Vulnerabilities/tree/master/bookcars/vulnerability-2 | CISA-ADP | ExploitTechnical Analysis |
| https://github.com/CC-T-454455/Vulnerabilities/tree/master/bookcars/vulnerability-2 | [email protected] | ExploitTechnical Analysis |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-347 | Improper Verification of Cryptographic Signature | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| bookcars | <= 8.3 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 23, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 10, 2026 | CVE Modified | CISA-ADP |
| Jun 9, 2026 | New CVE Received | [email protected] |
Volerion