Submit #828375: Chanjet Chanjet CRM V1.0 SQL Injectioninfo

TitleChanjet Chanjet CRM V1.0 SQL Injection
DescriptionA SQL injection vulnerability exists in Chanjet CRM V1.0 in the /tools/jxf_dump_systable.php component. The gblOrgID parameter is directly concatenated into backend SQL queries without proper validation, escaping, or parameterized queries. An unauthenticated remote attacker can manipulate this parameter to inject arbitrary SQL statements. Affected component: /tools/jxf_dump_systable.php Affected parameter: gblOrgID Attack vector: Remote HTTP GET request Authentication required: No Proof of Concept: GET /tools/jxf_dump_systable.php?id=1&gblOrgID=1+AND+(SELECT+8198+FROM+(SELECT(SLEEP(5)))TIhN)&DontCheckLogin=1 HTTP/1.1 Host: <authorized-test-host> User-Agent: Mozilla/5.0 Accept: */* Connection: close When the payload is injected into the gblOrgID parameter, the server response is delayed, confirming a time-based SQL injection vulnerability. Impact: Successful exploitation may allow an unauthenticated remote attacker to execute arbitrary SQL queries against the backend database. This may lead to unauthorized access to sensitive user data, business information, database enumeration, and potential privilege escalation depending on database privileges. Recommended fix: Use parameterized queries or prepared statements for all SQL operations involving user-controlled input. The vendor should also apply strict input validation to the gblOrgID parameter, restrict or remove the DontCheckLogin=1 behavior, and review other files under the /tools/ directory for similar issues. Disclosure status: Vendor coordination pending.
Source⚠️ https://gist.github.com/jikdarren/67ba9fdd2a8b619fc9a370102c317971
User
 jikdarren (UID 98235)
Submission05/13/2026 16:16 (28 days ago)
Moderation06/06/2026 17:58 (24 days later)
StatusAccepted
VulDB entry369075 [Chanjet CRM 1.0 HTTP GET Request jxf_dump_systable.php gblOrgID sql injection]
Points20

Want to stay up to date on a daily basis?

Enable the mail alert feature now!