Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
Network-accessible unauthenticated upload yields high integrity impact (arbitrary file write); C and A rated Low pending confirmation that uploaded files are directly executable.
Primary rating from Vendor (VulDB).
CVSS VectorVendor: VulDB
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
3DescriptionCVE.org
A vulnerability was identified in Metasoft 美特软件 MetaCRM up to 6.4.0 Beta06. The impacted element is an unknown function of the file /business/qnaire/upload.jsp. Such manipulation of the argument File leads to unrestricted upload. The attack may be launched remotely. The exploit is publicly available and might 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 6.4.0 Beta06 exposes a network-accessible, unauthenticated upload endpoint at /business/qnaire/upload.jsp that accepts arbitrary file types via the File argument, enabling potential web shell deployment on the underlying Java application server. Publicly available exploit code exists (E:P per CVSS 4.0 supplemental metric), and the vendor did not respond to responsible disclosure, leaving no official patch or advisory. No KEV listing exists, but the combination of zero-authentication requirement, public POC, and no vendor patch elevates real-world risk beyond the conservative CVSS 4.0 impact metrics suggest.
Technical ContextAI
CWE-434 (Unrestricted Upload of File with Dangerous Type) describes the root cause: the /business/qnaire/upload.jsp endpoint - part of MetaCRM's questionnaire (qnaire) module - performs no server-side validation of the uploaded file's type, extension, or MIME type. MetaCRM is a Java-based CRM application (indicated by the .jsp extension and CPE cpe:2.3:a:metasoft_美特软件:metacrm:*:*:*:*:*:*:*:*), almost certainly running on a Java servlet container such as Apache Tomcat. In such environments, uploading a .jsp file to a web-accessible directory and then requesting it via HTTP is the classic path to remote code execution via a web shell. The affected version range covers all builds through 6.4.0 Beta06 with no lower bound specified in the CPE wildcard, suggesting all prior versions share the defect.
RemediationAI
No vendor-released patch has been identified at time of analysis - the vendor did not respond to the researcher's disclosure. As primary compensating controls, administrators should immediately block external and internal access to the path /business/qnaire/upload.jsp via WAF rules or reverse-proxy ACLs; this prevents exploitation but will disable questionnaire file upload functionality. As a secondary control, configure the web server or servlet container to deny execution of files in the upload storage directory (e.g., via Tomcat security constraints or OS-level ACLs removing execute permissions), which limits the impact of any files already uploaded. Monitor upload directories for unexpected file extensions (particularly .jsp, .jspx, .war). Organizations should urgently evaluate whether this product can be replaced or isolated pending vendor action. VulDB tracking is available at https://vuldb.com/vuln/380685.
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
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 technique File Upload
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-46115
GHSA-f93c-9c64-6gg5