CVE-2025-14189
7.3Chanjet · CRM
A SQL injection vulnerability in Chanjet CRM allows remote, unauthenticated attackers to manipulate database queries via the gblOrgID argument in the jxf_dump_table_demo.php script.
Executive summary
An unauthenticated SQL injection vulnerability in Chanjet CRM poses a critical risk to data integrity and confidentiality.
Vulnerability
This flaw is a SQL injection vulnerability (CWE-89) located in the /tools/jxf_dump_table_demo.php script. An unauthenticated remote attacker can exploit this by injecting malicious SQL commands into the gblOrgID parameter.
Business impact
Successful exploitation of this vulnerability allows unauthorized access to or manipulation of the underlying database. Given the CVSS score of 7.3, this represents a high risk: potential impacts include data exfiltration, unauthorized modification of records, and significant compromise of the application backend.
Remediation
Immediate Action: Since the vendor has not provided a patch, restrict network access to the /tools/ directory and specifically the jxf_dump_table_demo.php file. If the file is not required for daily business operations, it should be removed or disabled immediately.
Proactive Monitoring: Review web server access logs for anomalous requests containing SQL syntax patterns targeting the gblOrgID parameter. Monitor database query logs for unusual or unauthorized execution patterns.
Compensating Controls: Deploy or update Web Application Firewall (WAF) rules to detect and block SQL injection attempts targeting the specific vulnerable endpoint.
Exploitation status
Public Exploit Available: Yes, a published proof of concept exists, attributed to the technical documentation provided in the linked GitHub issue.
Analyst recommendation
This vulnerability presents a clear and present danger due to the ease of exploitation and the availability of a public proof-of-concept. Organizations utilizing Chanjet CRM must prioritize restricting access to the vulnerable script and implementing robust WAF filtering to prevent unauthorized database interactions until a formal vendor patch is released.
More Chanjet CVEs
History
- Disclosed CVE record published
- Published in the daily brief high section
- Published in the daily brief high section
- Published in the daily brief high section
- Analyst report written
Sources
Originally found and disclosed by routing_love (VulDB User), per the CVE Program record.
- VDB-334609 | Chanjet CRM jxf_dump_table_demo.php sql injection Vulnerability database entry
- VDB-334609 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #699133 | chanjet CRM V1.0 SQL Injection Third-party advisory
- Issue tracker
- Exploit / PoC