CVE-2022-36667
Description
Garage Management System 1.0 allows remote code execution via unrestricted file upload in the parts addition functionality.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Garage Management System 1.0 allows remote code execution via unrestricted file upload in the parts addition functionality.
Vulnerability
Garage Management System version 1.0, available from SourceCodester [1], contains a remote code execution vulnerability in the file upload function used when adding parts. The application fails to validate or filter uploaded files, allowing an attacker to upload arbitrary PHP scripts. The vulnerability exists in the "Add Parts" feature, where the file upload field does not restrict file types [2].
Exploitation
An attacker with access to the parts management interface (typically an authenticated user) can exploit this by navigating to Parts > Add Parts and uploading a PHP reverse shell or other malicious PHP file. The uploaded file is stored on the server and can be accessed directly, leading to code execution. No additional authentication bypass is required beyond the normal application login [2].
Impact
Successful exploitation allows the attacker to execute arbitrary PHP code on the web server, resulting in full remote code execution. This can lead to complete compromise of the application and server, including data theft, modification, or further lateral movement within the network.
Mitigation
As of the publication date, no official patch has been released by the vendor. Users are advised to restrict access to the application, implement additional file upload validation (e.g., using a web application firewall), or disable the file upload functionality if not required. The software may be end-of-life; consider migrating to a supported alternative.
AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Garage Management System/Garage Management Systemdescription
- Range: 1.0
Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
2- github.com/saitamang/POC-DUMP/blob/main/Garage%20Management%20System/README.mdmitrex_refsource_MISC
- www.sourcecodester.com/php/15485/garage-management-system-using-phpmysql-source-code.htmlmitrex_refsource_MISC
News mentions
0No linked articles in our index yet.