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.
Published: 2026-09-01
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote SQL Injection
Action: Patch Immediately
AI Analysis

Impact

This vulnerability occurs when an attacker manipulates the gblOrgID argument in the jxf_dump_table.php file of Chanjet CRM, allowing unsanitized data to be incorporated directly into SQL statements. The resulting SQL injection flaw can lead to unauthorized data disclosure, data modification, or deletion, depending on the database schema and user privileges. The exploit requires only remote access to the web application and has been publicly documented, indicating that attackers can readily leverage it against exposed systems.

Affected Systems

Chanjet, CRM versions up to and including 20260707 are affected. No later version information is available in this advisory. The flaw resides in unspecified portions of the jxf_dump_table.php processing that accept the gblOrgID parameter.

Risk and Exploitability

The CVSS score for this vulnerability is 6.9, indicating a medium severity. Because the EPSS score is not available, the historical exploitation probability is unclear; however, the public availability of an exploit and the lack of vendor remediation suggest a realistic risk. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is remote, as the flaw can be triggered by any user who can send HTTP requests to the affected script. An attacker could, therefore, compromise a user account with web access and potentially gain broader access to the underlying database if privilege escalation gaps exist.

Generated by OpenCVE AI on September 1, 2026 at 16:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest patch or upgrade to a version of Chanjet CRM newer than 20260707 as soon as it is available. If a patch is not available, restrict HTTP access to the jxf_dump_table.php script or remove the script entirely until a fix is released.
  • Modify the application to use parameterized queries or prepared statements for any database operations involving gblOrgID, preventing the injection of malicious SQL code. Ensure that all user input is validated and escaped properly before being included in SQL statements.
  • Implement an application or web‑application firewall rule set that detects and blocks typical SQL injection patterns on the gblOrgID parameter, providing a defensive layer while a code fix is deployed.

Generated by OpenCVE AI on September 1, 2026 at 16:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 01 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
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.
Title Chanjet CRM jxf_dump_table.php sql injection
First Time appeared Chanjet
Chanjet crm
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:chanjet:crm:*:*:*:*:*:*:*:*
Vendors & Products Chanjet
Chanjet crm
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': '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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-01T15:29:32.305Z

Reserved: 2026-09-01T07:10:50.542Z

Link: CVE-2026-84111

cve-icon Vulnrichment

Updated: 2026-09-01T15:29:27.944Z

cve-icon NVD

Status : Deferred

Published: 2026-09-01T15:17:41.200

Modified: 2026-09-01T20:47:54.130

Link: CVE-2026-84111

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T16:30:17Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')