id: CVE-2021-29484 info: name: Ghost CMS <=4.32 - Cross-Site Scripting author: rootxharsh,iamnoooob severity: medium 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. reference: - https://github.com/TryGhost/Ghost/security/advisories/GHSA-9fgx-q25h-jxrg - https://www.npmjs.com/package/ghost - https://forum.ghost.org/t/critical-security-update-available-for-ghost-4-x/22290 - https://nvd.nist.gov/vuln/detail/CVE-2021-29484 remediation: This issue has been fixed in 4.3.3. classification: 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 cve-id: CVE-2021-29484 cwe-id: CWE-79,CWE-79 tags: cve,cve2021,xss,ghost requests: - method: GET path: - "{{BaseURL}}/ghost/preview" matchers-condition: and matchers: - type: word words: - 'XMLHttpRequest.prototype.open' part: body - type: word words: - 'text/html' part: header - type: status status: - 200 # Enhanced by mp on 2022/08/28