BossSoft CRM CVE-2025-7801
MEDIUMSeverity 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
Remote unauthenticated attack, low impact per description and CVSS 4.0 metrics.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
1DescriptionCVE.org
A vulnerability has been found in BossSoft CRM 6.0 and classified as critical. Affected by this vulnerability is an unknown functionality of the file /crm/module/HNDCBas_customPrmSearchDtl.jsp. The manipulation of the argument cstid leads to sql injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.
AnalysisAI
SQL injection in BossSoft CRM 6.0 allows remote unauthenticated attackers to extract or modify database content through the cstid parameter in the HNDCBas_customPrmSearchDtl.jsp file. Public exploit code is available, but no active exploitation has been confirmed by CISA KEV. The EPSS exploitation probability is low (0.04%), suggesting limited real-world targeting.
Technical ContextAI
The vulnerability is an SQL injection (CWE-74) affecting the BossSoft CRM 6.0 web application. The injection occurs in the cstid parameter of the HNDCBas_customPrmSearchDtl.jsp page, which is likely used for custom price search functionality. Insufficient input validation allows an attacker to inject arbitrary SQL commands into database queries. The CPE for the product is not provided, but the affected software is BossSoft CRM 6.0, a niche customer relationship management solution.
Affected ProductsAI
BossSoft CRM 6.0 is affected. The specific vulnerable file is /crm/module/HNDCBas_customPrmSearchDtl.jsp, and the vulnerable parameter is cstid. No version range beyond 6.0 is specified. References include the VulDB entry (https://vuldb.com/?id.316867) and a public exploit disclosure (https://github.com/cc2024k/CVE/issues/1).
RemediationAI
No official vendor patch has been identified at the time of analysis. As a workaround, implement strict input validation and parameterized queries for the cstid parameter. Deploy a web application firewall (WAF) with rules to block SQL injection patterns. If possible, remove or restrict access to the HNDCBas_customPrmSearchDtl.jsp page. Note that blocking the page may impact legitimate business functionality; testing in a staging environment is recommended before production deployment.
Share
External POC / Exploit Code
Leaving vuln.today