CVE-2026-84111
Received Received - Intake

SQL Injection in Chanjet CRM

Vulnerability report for CVE-2026-84111, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-01

Last updated on: 2026-09-01

Assigner: VulDB

Description

A flaw has been found in Chanjet CRM up to 20260707. This issue affects some unknown processing of the file jxf_dump_table.php. This manipulation of the argument gblOrgID causes sql injection. Remote exploitation of the attack is possible. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-01
Last Modified
2026-09-01
Generated
2026-09-01
AI Q&A
2026-09-01
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
chanjet crm to 20260707 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in Chanjet CRM versions up to 20260707. It exists in the file jxf_dump_table.php where the gblOrgID parameter is improperly processed, allowing attackers to manipulate database queries. The issue enables remote exploitation and an exploit has been publicly disclosed.

Detection Guidance
  • Check if the vulnerable endpoint /tools/jxf_dump_table.php is accessible on your Chanjet CRM server by sending a test HTTP GET request to the URL.
  • Use sqlmap to test for SQL injection in the gblOrgID parameter with a command like: sqlmap -u "http://<target>/tools/jxf_dump_table.php?gblOrgID=1" --batch --dbs.
  • Monitor database logs for unusual queries or unauthorized access attempts targeting the Chanjet CRM application.
  • Inspect web server access logs for suspicious GET requests containing the gblOrgID parameter with unexpected values.
Impact Analysis

This vulnerability allows attackers to execute unauthorized SQL commands on the database, potentially leading to data theft, modification, or deletion. It could compromise sensitive information stored in the CRM system, including customer or organizational data.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA by exposing personal or health data. GDPR requires protection of personal data, while HIPAA mandates safeguards for protected health information. A breach could result in legal penalties and reputational damage.

Mitigation Strategies

Immediately update or patch Chanjet CRM to the latest version. If no patch is available, consider isolating the system from untrusted networks. Monitor database queries for suspicious activity, especially involving the file jxf_dump_table.php and the gblOrgID parameter.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-84111. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart