Add CVE-2021-29484.yaml

patch-1
rootxharsh 2021-08-01 23:54:52 +05:30
parent 88ab486a9f
commit 6f2d74337e
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: CVE-2021-29484
info:
name: DOM XSS in Ghost CMS
author: rootxharsh, iamnoooob
severity: medium
tags: ghost
reference: https://github.com/TryGhost/Ghost/security/advisories/GHSA-9fgx-q25h-jxrg
requests:
- raw:
- |
GET /ghost/preview HTTP/1.1
{{Hostname}}
matchers-condition: and
matchers:
- type: word
words:
- 'XMLHttpRequest.prototype.open'
part: body
- type: word
words:
- 'text/html'
part: header
- type: status
status:
- 200