Metasoft MetaCRM CVE-2025-7878
LOWSeverity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Lifecycle Timeline
1DescriptionCVE.org
A vulnerability, which was classified as critical, was found in Metasoft 美特软件 MetaCRM up to 6.4.2. Affected is an unknown function of the file /common/jsp/upload2.jsp. The manipulation of the argument File leads to unrestricted upload. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
Unrestricted file upload in Metasoft MetaCRM up to version 6.4.2 allows authenticated remote attackers to upload arbitrary files via the /common/jsp/upload2.jsp endpoint, potentially enabling remote code execution or data exfiltration. The vulnerability requires valid user credentials (PR:L) but involves minimal technical complexity (AC:L). Public exploit code is available and the vendor has not responded to early disclosure notifications.
Technical ContextAI
The vulnerability resides in the /common/jsp/upload2.jsp file, a JSP-based upload handler within the MetaCRM web application. The underlying issue is classified as CWE-284 (Improper Access Control), indicating the upload mechanism fails to properly validate or restrict the file parameter, likely missing checks on file type, size, or destination path. This is a classic file upload vulnerability in Java web applications where insufficient input sanitization on the File argument permits uploaders to place malicious content (web shells, executable binaries, or other payloads) in web-accessible directories. The affected product versions through 6.4.2 are identified via CPE cpe:2.3:a:metasoft:metacrm:*:*:*:*:*:*:*:*.
RemediationAI
No vendor-released patch has been identified at time of analysis, and the vendor did not respond to early disclosure. Organizations using MetaCRM should immediately implement network-level access controls: restrict access to the /common/jsp/upload2.jsp endpoint to trusted IP ranges or require VPN connectivity. At the application level, disable the upload feature entirely if not required for business operations, or implement strict file upload validation on the server side (whitelist allowed file extensions, verify MIME types, enforce file size limits, and store uploads outside the web root). Monitor web server logs for suspicious POST requests to upload2.jsp and track file modifications in the upload directory. Consider migrating to a patched version if the vendor releases one, or evaluate alternative CRM solutions if MetaCRM is exposed to untrusted networks. Compensating controls should prioritize network isolation, as application-level fixes require vendor cooperation.
Unrestricted file upload in Metasoft (美特软件) MetaCRM up to 6.4.0 Beta06 exposes a network-accessible, unauthenticated upl
Authentication bypass in MetaCRM up to 6.4.2 allows unauthenticated remote attackers to gain unauthorized access via the
Unrestricted file upload in Metasoft MetaCRM (versions up to 6.4.0 Beta06) allows remote unauthenticated attackers to up
SQL injection in Metasoft MetaCRM versions up to 6.4.0 allows remote unauthenticated attackers to execute arbitrary SQL
Remote code execution in Metasoft MetaCRM through 6.4.2 allows authenticated remote attackers to execute arbitrary code
Unrestricted file upload in Metasoft MetaCRM up to version 6.4.2 via the mobileupload.jsp endpoint allows authenticated
Unrestricted file upload in Metasoft MetaCRM up to version 6.4.2 allows authenticated remote attackers to upload arbitra
Unrestricted file upload in Metasoft MetaCRM up to version 6.4.2 allows authenticated remote attackers to upload arbitra
SQL injection in Metasoft MetaCRM up to version 6.4.2 allows authenticated remote attackers to execute arbitrary SQL com
Unrestricted file upload in Metasoft MetaCRM 6.4.0 allows low-privileged authenticated remote attackers to upload arbitr
Same weakness CWE-284 – Improper Access Control
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today