CVE-2026-75331
Received Received - Intake

Unrestricted File Upload Leads to Stored XSS in Tamguo

Vulnerability report for CVE-2026-75331, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-26

Last updated on: 2026-08-26

Assigner: MITRE

Description

tamguo 1.5.3 is vulnerable to Unrestricted File Upload Leading to Stored XSS. The /uploadFile and /imgUpload endpoints in FileUploadController.java and UEditorController.java have no file type validation. Attackers can upload arbitrary HTML/JavaScript files to the server.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-26
Last Modified
2026-08-26
Generated
2026-08-27
AI Q&A
2026-08-27
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
tamguo fileupload 1.5.3

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The vulnerability in tamguo 1.5.3 allows attackers to upload malicious files without any restrictions on file types. The /uploadFile and /imgUpload endpoints lack proper validation, enabling the upload of arbitrary HTML or JavaScript files. This can lead to stored cross-site scripting (XSS) attacks where malicious scripts are executed when users access the uploaded files.

Detection Guidance

Check for unexpected HTML or JavaScript files in upload directories. Inspect network traffic for POST requests to /uploadFile or /imgUpload endpoints. Look for files with executable extensions (e.g., .html, .js) in tamguo's upload folders.

Impact Analysis

This vulnerability can allow attackers to upload harmful files to your server. If users access these files, their browsers may execute embedded scripts, leading to data theft, session hijacking, or defacement of your website. It compromises the security of both your system and users interacting with it.

Compliance Impact

This vulnerability can lead to breaches of sensitive data, violating GDPR's data protection requirements and HIPAA's security rules for protected health information. Non-compliance may result in legal penalties, fines, and reputational damage due to unauthorized access or exposure of user data.

Mitigation Strategies

Disable file upload endpoints if unused. Implement strict file type validation to block HTML/JavaScript files. Restrict upload directories to prevent execution of uploaded files. Update to a patched version of tamguo if available.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-75331. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart