Skip to main content

BookCars CVE-2026-36721

CRITICAL
Improper Verification of Cryptographic Signature (CWE-347)
2026-06-09 mitre
9.8
CVSS 3.1 · Vendor: mitre
Share

Severity by source

Vendor (mitre) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
9.8 CRITICAL

Forged JWT needs only network access to the API with no auth or user interaction (AV:N/AC:L/PR:N/UI:N), and full account/admin takeover yields complete C/I/A impact.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (mitre).

CVSS VectorVendor: mitre

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

3
Analysis Generated
Jul 23, 2026 - 17:13 vuln.today
CVE Published
Jun 09, 2026 - 00:00 cve.org
CRITICAL 9.8
CVE Published
Jun 09, 2026 - 00:00 nvd
UNKNOWN (no severity yet)

DescriptionCVE.org

A lack of cryptographic signature verification in the validateAccessToken function of bookcars v8.3 allows attackers to bypass authentication via a forged JWT token.

AnalysisAI

Authentication bypass in BookCars v8.3 lets remote attackers forge JWT tokens because the validateAccessToken function performs no cryptographic signature verification (CWE-347), allowing them to impersonate any user or administrator without credentials. The CVSS 9.8 rating reflects full compromise of confidentiality, integrity, and availability over the network. SSVC lists exploitation as POC with total technical impact and automatable=yes, though EPSS is very low (0.02%, 7th percentile) and it is not in CISA KEV; publicly available exploit code exists.

Technical ContextAI

BookCars is an open-source car rental platform (Node.js/React/MongoDB stack) that uses JSON Web Tokens (JWT) for session authentication. The vulnerability is a classic CWE-347 (Improper Verification of Cryptographic Signature): the validateAccessToken function decodes the JWT payload but fails to verify the token's HMAC/RSA signature against the server secret. Because the signature is the sole mechanism binding a token's claims to server-issued trust, skipping verification means the server accepts any attacker-crafted payload (e.g. an arbitrary user ID or admin role) as authentic. The supplied CPE string (cpe:2.3:a:n/a:n/a:*) is a placeholder and does not identify the vendor/product programmatically.

RemediationAI

No vendor-released patch version is identified at time of analysis; the only reference is a third-party vulnerability writeup (https://github.com/CC-T-454455/Vulnerabilities/tree/master/bookcars/vulnerability-2), so administrators should monitor the upstream BookCars repository for a fixed release and upgrade as soon as one is published. As a specific code-level fix, ensure validateAccessToken calls a verifying JWT API (e.g. jwt.verify with the server secret and an explicit algorithms allowlist) rather than a decode-only path, and reject tokens whose algorithm is 'none'. As compensating controls until patched: place the application behind an authenticating reverse proxy or WAF that enforces an independent session check, rotate the JWT signing secret and invalidate existing sessions, and restrict network exposure of the admin/API endpoints to trusted IPs - noting that IP restriction breaks legitimate remote/customer access and secret rotation forces all users to re-authenticate.

CVE-2013-3900 MEDIUM
5.5 Dec 11

Why is Microsoft republishing a CVE from 2013? We are republishing CVE-2013-3900 in the Security Update Guide to update

CVE-2026-48558 CRITICAL POC
9.5 Jun 12

Authentication bypass in SimpleHelp 5.5.15 and prior (plus 6.0 pre-release builds) allows remote unauthenticated attacke

CVE-2025-59718 CRITICAL
9.8 Dec 09

Authentication bypass in Fortinet FortiOS, FortiProxy, and FortiSwitchManager allows unauthenticated remote attackers to

CVE-2025-25291 CRITICAL POC
9.3 Mar 12

ruby-saml provides security assertion markup language (SAML) single sign-on (SSO) for Ruby. Rated critical severity (CVS

CVE-2025-25292 CRITICAL POC
9.3 Mar 12

ruby-saml provides security assertion markup language (SAML) single sign-on (SSO) for Ruby. Rated critical severity (CVS

CVE-2022-25898 CRITICAL POC
9.8 Jul 01

The package jsrsasign before 10.5.25 are vulnerable to Improper Verification of Cryptographic Signature when JWS or JWT

CVE-2024-42004 CRITICAL POC
9.8 Dec 18

A library injection vulnerability exists in Microsoft Teams (work or school) 24046.2813.2770.1094 for macOS. Rated criti

CVE-2024-41145 CRITICAL POC
9.8 Dec 18

A library injection vulnerability exists in the WebView.app helper app of Microsoft Teams (work or school) 24046.2813.27

CVE-2024-41138 CRITICAL POC
9.8 Dec 18

A library injection vulnerability exists in the com.microsoft.teams2.modulehost.app helper app of Microsoft Teams (work

CVE-2024-45409 CRITICAL POC
9.8 Sep 10

The Ruby SAML library is for implementing the client side of a SAML authorization. Rated critical severity (CVSS 9.8), t

CVE-2022-35929 CRITICAL POC
9.8 Aug 04

cosign is a container signing and verification utility. Rated critical severity (CVSS 9.8), this vulnerability is remote

CVE-2022-31053 CRITICAL POC
9.8 Jun 13

Biscuit is an authentication and authorization token for microservices architectures. Rated critical severity (CVSS 9.8)

Share

CVE-2026-36721 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy