2021-08-01 18:24:52 +00:00
id : CVE-2021-29484
info :
2022-08-29 13:55:23 +00:00
name : Ghost CMS <=4.32 - Cross-Site Scripting
2021-08-02 17:46:05 +00:00
author : rootxharsh,iamnoooob
2021-08-01 18:24:52 +00:00
severity : medium
2022-08-29 13:55:23 +00:00
description : Ghost CMS 4.0.0 to 4.3.2 contains a DOM cross-site scripting vulnerability. An unused endpoint added during the development of 4.0.0 allows attackers to gain access by getting logged-in users to click a link containing malicious code.
2021-08-19 13:59:12 +00:00
reference :
2021-08-19 14:44:46 +00:00
- https://github.com/TryGhost/Ghost/security/advisories/GHSA-9fgx-q25h-jxrg
2022-05-17 09:18:12 +00:00
- https://www.npmjs.com/package/ghost
- https://forum.ghost.org/t/critical-security-update-available-for-ghost-4-x/22290
2022-08-29 13:55:23 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-29484
remediation : This issue has been fixed in 4.3.3.
2021-09-10 11:26:40 +00:00
classification :
2022-07-14 08:01:38 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N
cvss-score : 6.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2021-29484
2023-07-11 19:49:27 +00:00
cwe-id : CWE-79
epss-score : 0.01083
cpe : cpe:2.3:a:ghost:ghost:*:*:*:*:*:node.js:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
framework : node.js
vendor : ghost
product : ghost
tags : cve,cve2021,xss,ghost
2021-08-01 18:24:52 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-08-02 17:35:35 +00:00
- method : GET
path :
- "{{BaseURL}}/ghost/preview"
2021-08-01 18:24:52 +00:00
matchers-condition : and
matchers :
- type : word
2023-07-11 19:49:27 +00:00
part : body
2021-08-01 18:24:52 +00:00
words :
- 'XMLHttpRequest.prototype.open'
- type : word
2023-07-11 19:49:27 +00:00
part : header
2021-08-01 18:24:52 +00:00
words :
- 'text/html'
- type : status
status :
- 200