CVE-2023-38992
published 2023-07-28CVE-2023-38992: jeecg-boot v3.5.1 was discovered to contain a SQL injection vulnerability via the title parameter at /sys/dict/loadTreeData.
PriorityP278critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
72.04%
99.4th percentile
jeecg-boot v3.5.1 was discovered to contain a SQL injection vulnerability via the title parameter at /sys/dict/loadTreeData.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| jeecg | jeecg_boot | — | — |
Detection & IOCsextracted from sources · hover to see the quote
url/sys/dict/loadTreeData?tableName=sys_user&text=password%20text,id&code=password&hasChildField=&converIsLeafVal=1&condition=&pid=admin&pidField=username↗
url/sys/dict/loadTreeData?tableName=sys_user+t&text=password,id&code=password&hasChildField=&converIsLeafVal=1&condition=&pid=admin&pidField=username↗
- →Detect exploitation attempts by matching HTTP GET requests to /sys/dict/loadTreeData with SQL injection patterns in the tableName or text parameters (e.g., space-separated column names, table aliases with '+t'). ↗
- →Successful exploitation responses contain all of the following JSON fields: 'parentId":', 'key":', '{"title', and 'success":true' with Content-Type application/json and HTTP 200 status. ↗
- →Identify Jeecg-Boot instances exposed on the internet using the favicon hash 1380908726 (Shodan: http.favicon.hash:1380908726 / FOFA: icon_hash=1380908726). ↗
- →The vulnerable endpoint is unauthenticated (PR:N) — monitor for GET requests to /sys/dict/loadTreeData from unauthenticated sources, especially with tableName values containing spaces or SQL aliases. ↗
- ·The Nuclei template targets jeecg-boot v3.5.1 specifically; the path payload includes both root-path and 'jeecg-boot/' prefix variants to account for different deployment configurations. ↗
- ·The template uses stop-at-first-match, meaning only the first successful payload path is confirmed; both URL variants should be tested independently in manual assessments. ↗
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
SQL injection in jeecg-boot
ghsa·2023-07-28
CVE-2023-38992 [CRITICAL] CWE-89 SQL injection in jeecg-boot
SQL injection in jeecg-boot
jeecg-boot v3.5.1 was discovered to contain a SQL injection vulnerability via the title parameter at /sys/dict/loadTreeData.
OSV
SQL injection in jeecg-boot
osv·2023-07-28
CVE-2023-38992 [CRITICAL] SQL injection in jeecg-boot
SQL injection in jeecg-boot
jeecg-boot v3.5.1 was discovered to contain a SQL injection vulnerability via the title parameter at /sys/dict/loadTreeData.
No detection rules found.
Nuclei
Jeecg-Boot v3.5.1 - SQL Injection
nuclei·CVSS 9.8
CVE-2023-38992 [CRITICAL] Jeecg-Boot v3.5.1 - SQL Injection
Jeecg-Boot v3.5.1 - SQL Injection
SQL injection vulnerability via the title parameter at /sys/dict/loadTreeData in jeecg-boot v3.5.1.
Template:
id: CVE-2023-38992
info:
name: Jeecg-Boot v3.5.1 - SQL Injection
author: ritikchaddha
severity: critical
description: |
SQL injection vulnerability via the title parameter at /sys/dict/loadTreeData in jeecg-boot v3.5.1.
impact: |
Successful exploitation could lead to unauthorized access to sensitive data.
remediation: |
Implement input validation and use parameterized queries to prevent SQL Injection attacks.
reference:
- https://github.com/jeecgboot/jeecg-boot/issues/5173
- https://my.oschina.net/jeecg/blog/10107636
- https://nvd.nist.gov/vuln/detail/CVE-2023-38992
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss
No writeups or analysis indexed.
2023-07-28
Published