CVE-2026-36722 Details
Description
An authenticated arbitrary file upload vulnerability in the /api/create-car-image component of bookcars v8.3 allows attackers to execute arbitrary code via uploading a crafted file.
A vulnerability allowing authenticated users to upload arbitrary files has been identified in BookCars version 8.3 and prior. This issue resides in the '/api/create-car-image' component, where uploaded files are stored in a temporary CDN directory without adequate validation of file types or content. The application only creates a safe filename but neglects to check file extensions or verify the actual content of the uploaded files. Consequently, attackers can upload files with potentially harmful extensions, such as HTML, containing malicious JavaScript. This JavaScript is executed when the file is accessed through the CDN directory, resulting in a stored Cross-Site Scripting (XSS) attack.
Users are advised to update to a version of BookCars later than 8.3. Additionally, implement a strict whitelist of allowed file extensions, validate file content using magic bytes verification, enforce proper Content-Type and Content-Disposition headers when serving uploaded files, apply Content Security Policy (CSP) policies to CDN directories, and sanitize or reject files that may contain executable code.
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-16 | [email protected] | ExploitTechnical Analysis |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-434 | Unrestricted Upload of File with Dangerous Type | 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