CVE-2026-36727 Details
Description
An insecure authentication vulnerability in the /api/social-sign-in endpoint of bookcars v8.3 allows attackers to bypass authentication via a forged JWT token.
A vulnerability exists in BookCars versions through 8.3 at the '/api/social-sign-in' endpoint, where the application improperly validates JWT access tokens from social sign-in providers. This flaw allows unauthenticated attackers to forge JWT tokens and authenticate as any user, enabling complete account takeover via social sign-in flows such as Facebook and Apple. The vulnerability arises because the application fails to verify the cryptographic signature of the JWT tokens, making it easy to create valid-looking tokens by simply base64-encoding a JSON payload.
Implement proper JWT signature verification using the public keys of the respective social sign-in providers. Validate tokens against the providers' official token validation endpoints, check token expiration, and add rate limiting to the authentication endpoint to prevent brute force attacks.
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-1 | CISA-ADP | ExploitTechnical Analysis |
| https://github.com/CC-T-454455/Vulnerabilities/tree/master/bookcars/vulnerability-1 | [email protected] | ExploitTechnical Analysis |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-287 | Improper Authentication | 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