CVE-2026-75308 Details
Description
yshopmall <=3.3 is vulnerable to Cross Site Scripting (XSS). The file upload endpoint /api/upload of the system lacks file type validation. Attackers can upload files of any type, including HTML, JSP, and other executable files.
A stored cross-site scripting vulnerability has been identified in Yshopmall versions through 3.3. The issue arises from the file upload endpoint '/api/upload', which lacks proper file type validation. This flaw allows attackers to upload files of any type, including HTML, JSP, and other executable formats. When the system is set to local storage mode, these files are saved on the server's local file system and can be accessed publicly without authentication. Exploiting this vulnerability involves uploading a malicious HTML file that executes scripts in the browser, as the uploaded files are served with their original content types, enabling the execution of embedded scripts.
Users are advised to implement strict file type validation, ensuring only safe file types are accepted. Additionally, validating file content to prevent extension spoofing, setting the 'Content-Disposition' header to force downloads instead of rendering files, using randomized filenames, and adding a 'Content-Security-Policy' header to restrict inline script execution can help mitigate this vulnerability. Finally, correcting the file upload endpoint's response to match the actual resource access path is essential.
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 Sep 9, 2026CISA-ADP
Assessed Sep 14, 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/W000i/vuln/issues/14 | CISA-ADP | ExploitIssue TrackingTechnical Analysis |
| https://github.com/W000i/vuln/issues/14 | [email protected] | ExploitIssue TrackingTechnical Analysis |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| yshopmall | <= 3.3 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 14, 2026 | CVE Modified | CISA-ADP |
| Sep 9, 2026 | New CVE Received | [email protected] |
Volerion