Update CVE-2018-7700.yaml
parent
a98020ff22
commit
e14e52c4c4
|
@ -4,7 +4,8 @@ info:
|
||||||
name: DedeCMS 5.7SP2 - Cross-Site Request Forgery/Remote Code Execution
|
name: DedeCMS 5.7SP2 - Cross-Site Request Forgery/Remote Code Execution
|
||||||
author: pikpikcu
|
author: pikpikcu
|
||||||
severity: high
|
severity: high
|
||||||
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.
|
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.
|
||||||
reference:
|
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/
|
- 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/
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2018-7700
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-7700
|
||||||
|
@ -24,10 +25,10 @@ requests:
|
||||||
matchers:
|
matchers:
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
|
part: body
|
||||||
words:
|
words:
|
||||||
- "phpinfo"
|
- "phpinfo"
|
||||||
- "PHP Version"
|
- "PHP Version"
|
||||||
part: body
|
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
|
|
Loading…
Reference in New Issue