From 6f2d74337eadab23ac85dd1605b1bb7decd5f7b9 Mon Sep 17 00:00:00 2001 From: rootxharsh Date: Sun, 1 Aug 2021 23:54:52 +0530 Subject: [PATCH] Add CVE-2021-29484.yaml --- cves/2021/CVE-2021-29484.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 cves/2021/CVE-2021-29484.yaml diff --git a/cves/2021/CVE-2021-29484.yaml b/cves/2021/CVE-2021-29484.yaml new file mode 100644 index 0000000000..ecbb8b9ac4 --- /dev/null +++ b/cves/2021/CVE-2021-29484.yaml @@ -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