CVE-2026-36767 Details
Description
A path traversal vulnerability in the /content/images/add endpoint of shopizer v3.2.5 allows attackers write arbitrary files to any writeable path via a crafted POST request.
A path traversal vulnerability has been identified in Shopizer version 3.2.5, specifically within the '/content/images/add' endpoint. This vulnerability allows authenticated attackers to write arbitrary files to any writable path by exploiting directory traversal sequences in the 'qqfilename' parameter of a crafted POST request. When the application is configured to use the 'httpd' local filesystem storage backend, this flaw can be leveraged to upload a JSP web shell to the server, resulting in full remote code execution.
To address this vulnerability, sanitize filenames by using 'FilenameUtils.getName()' to remove directory components before any file operations. Additionally, validate resolved paths by normalizing them and ensuring they do not escape the designated upload directory.
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 Apr 30, 2026CISA-ADP
Assessed Apr 30, 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/shopizer-ecommerce/shopizer/issues/1091 | CISA-ADP | ExploitIssue TrackingTechnical AnalysisVendor |
| https://github.com/shopizer-ecommerce/shopizer | [email protected] | ProductVendor |
| https://github.com/shopizer-ecommerce/shopizer/issues/1091 | [email protected] | ExploitIssue TrackingTechnical AnalysisVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| shopizer | <= 3.2.5 (semver) |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 30, 2026 | CVE Modified | CISA-ADP |
| Apr 30, 2026 | New CVE Received | [email protected] |
Volerion