Update wp-ambience-xss.yaml
parent
0bbe2ff881
commit
0ba0e74aa1
|
@ -4,10 +4,12 @@ info:
|
|||
name: WordPress Theme Ambience <= 1.0 - Cross-Site Scripting (XSS)
|
||||
author: daffainfo
|
||||
severity: medium
|
||||
description: |
|
||||
The ambience WordPress theme was affected by a Cross-Site Scripting (XSS) security vulnerability.
|
||||
reference:
|
||||
- https://www.exploit-db.com/exploits/38568
|
||||
- https://wpscan.com/vulnerability/c465e5c1-fe43-40e9-894a-97b8ac462381
|
||||
tags: wordpress,xss,wp-plugin
|
||||
tags: wordpress,xss,wp-plugin,wp
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
@ -17,9 +19,9 @@ requests:
|
|||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<body onload=alert(1)>"
|
||||
part: body
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
|
|
Loading…
Reference in New Issue