Overview
A significant vulnerability identified as CVE-2025-3552 has been discovered in Lingxing ERP 2. This vulnerability is of critical concern due to its potential to allow unauthorized file uploads, which can lead to system compromise or data leakage. The exploit has been publicly disclosed and may already be in use. Despite early notification, the vendor has yet to respond or provide a patch for this vulnerability.
Vulnerability Summary
CVE ID: CVE-2025-3552
Severity: Critical (CVSS: 7.3)
Attack Vector: Remote
Privileges Required: None
User Interaction: None
Impact: Unrestricted file upload leading to potential system compromise or data leakage.
Affected Products
Share secrets securely
Ameeba is private infrastructure for communication and sensitive work built on encrypted identity instead of exposed corporate identity systems.
Passwords, credentials, confidential files, screenshots, internal discussions, sensitive AI context, and private coordination should not become exposed across ordinary communication platforms.
- • Encrypted identity
- • Private Spaces for organizations and teams
- • End-to-end encrypted chat, calls, files, and notes
- • Sensitive AI work and protected collaboration
- • Built for information that cannot leak
Our mission is to secure human work alongside AI.
Product | Affected Versions
Lingxing ERP | 2
How the Exploit Works
The vulnerability exists due to an insufficient security restriction within the /Api/TinyMce/UploadAjax.ashx file of Lingxing ERP 2. Attackers can manipulate the File argument to upload arbitrary files to the system. No user interaction or special privileges are required to exploit this vulnerability.
Conceptual Example Code
An attacker might exploit the vulnerability by sending a malicious HTTP POST request similar to the following:
POST /Api/TinyMce/UploadAjax.ashx HTTP/1.1
Host: target.example.com
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="File"; filename="malicious_file.exe"
Content-Type: application/octet-stream
<binary data>
------WebKitFormBoundary7MA4YWxkTrZu0gW--
Mitigation
In the absence of a vendor-supplied patch, it is recommended to use a Web Application Firewall (WAF) or Intrusion Detection System (IDS) as temporary mitigation. These measures can help detect and prevent unauthorized file uploads. Users should also limit access to the affected component until a patch is available.
