Vulnerability Description
In Innoshop through 0.4.1, an authenticated attacker could exploit the File Manager functions in the admin panel to achieve code execution on the server, by uploading a crafted file and then renaming it to have a .php extension by using the Rename Function. This bypasses the initial check that uploaded files are image files. The application relies on frontend checks to restrict the administrator from changing the extension of uploaded files to .php. This restriction is easily bypassed with any proxy tool (e.g., BurpSuite). Once the attacker renames the file, and gives it the .php extension, a GET request can be used to trigger the execution of code on the server.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/innocommerce/innoshop
- https://medium.com/@The_Hiker/how-i-found-multiple-cves-in-innoshop-0-4-1-12c8f8
FAQ
What is CVE-2025-52921?
CVE-2025-52921 is a vulnerability with a CVSS score of 9.9 (CRITICAL). In Innoshop through 0.4.1, an authenticated attacker could exploit the File Manager functions in the admin panel to achieve code execution on the server, by uploading a crafted file and then renaming ...
How severe is CVE-2025-52921?
CVE-2025-52921 has been rated CRITICAL with a CVSS base score of 9.9/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2025-52921?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.