CVE-2025-11318
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-10-06

Last updated on: 2026-04-29

Assigner: VulDB

Description
A security flaw has been discovered in Tipray 厦门天锐科技股份有限公司 Data Leakage Prevention System 天锐数据泄露防护系统 1.0. This vulnerability affects unknown code of the file uploadWxFile.do. The manipulation of the argument File results in unrestricted upload. The attack may be performed from remote. The exploit has been released to the public and may be exploited. The vendor was contacted early about this disclosure but did not respond in any way.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-06
Last Modified
2026-04-29
Generated
2026-06-16
AI Q&A
2025-10-06
EPSS Evaluated
2026-06-15
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
tipray data_leakage_prevention_system 1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-434 The product allows the upload or transfer of dangerous file types that are automatically processed within its environment.
CWE-284 The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2025-11318 is a security flaw in the Tipray Data Leakage Prevention System version 1.0, specifically in the file uploadWxFile.do interface. The vulnerability allows an attacker to manipulate the 'File' argument to perform unrestricted file uploads without proper validation or restrictions. This means unauthorized users can upload arbitrary files remotely, potentially leading to serious security risks such as data leakage or system compromise. [1, 2]

Impact Analysis

This vulnerability can have significant impacts including unauthorized data leakage, compromise of system integrity, and disruption of availability. Since attackers can upload arbitrary files remotely without authentication, they could introduce malicious files that the system might automatically process, leading to potential system takeover, data theft, or denial of service. [1, 2]

Detection Guidance

This vulnerability can be detected by monitoring for unauthorized or unusual file upload attempts to the uploadWxFile.do endpoint of the Tipray Data Leakage Prevention System. Since the vulnerability involves unrestricted file upload via the 'File' argument, network traffic or web server logs can be inspected for POST requests to uploadWxFile.do containing file upload data. Commands such as using curl to test the endpoint for unrestricted upload can be used, for example: curl -X POST -F "File=@malicious_file" http://<target>/uploadWxFile.do. Additionally, web server logs can be searched with commands like: grep 'uploadWxFile.do' /var/log/httpd/access_log or equivalent to identify suspicious upload activity. [1, 2]

Mitigation Strategies

Immediate mitigation steps include disabling or restricting access to the uploadWxFile.do endpoint to prevent unauthorized file uploads. Since no patches or vendor responses are available, consider blocking or filtering requests to this endpoint at the network perimeter or web application firewall. If possible, replace or upgrade the affected Tipray Data Leakage Prevention System to a secure version or alternative product. Monitoring and alerting on suspicious upload activity should also be implemented to detect exploitation attempts. [2]

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-11318. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart