CVE-2026-36723

Bookcars · Bookcars

An unrestricted file rename vulnerability in the /api/create-user component of bookcars v8.3 allows for directory traversal and potential arbitrary file manipulation.

Executive summary

An unrestricted file rename vulnerability in bookcars version 8.3 allows authenticated attackers to perform directory traversal, posing a significant risk of unauthorized access or remote code execution.

Vulnerability

This vulnerability resides in the /api/create-user component, where improper validation of file rename operations enables directory traversal sequences. While the attack requires authentication, the ability to move files to arbitrary locations on the server filesystem facilitates system-level compromise.

Business impact

The severity of this flaw is reflected in its CVSS score of 8.8, which indicates a high potential for severe impact. Successful exploitation could allow an attacker to overwrite critical system files or achieve remote code execution, leading to full system compromise, data theft, and significant operational downtime.

Remediation

Immediate Action: Apply the vendor-released patch that fixes the file rename handling in bookcars v8.3, or update the software to a version that addresses this vulnerability.

Proactive Monitoring: Review application access logs for suspicious API requests containing directory traversal patterns (e.g., ../) directed at the /api/create-user endpoint.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block directory traversal sequences and restrict unauthorized access to administrative API endpoints.

Exploitation status

Public Exploit Available: True

Analyst recommendation

Due to the high CVSS score of 8.8 and the confirmed availability of public exploit material, this vulnerability poses an immediate and elevated risk. Administrators should audit their current version of bookcars and apply the necessary patches immediately to prevent potential system-wide compromise.