Ghost CMS, Cross-Site Scripting (XSS), CVE-2026-70588 (Medium) -DC-Aug2026-1352

Listen to this Post

How CVE-2026-70588 Works

Ghost is a Node.js-based content management system. CVE-2026-70588 is a stored Cross-Site Scripting (XSS) vulnerability affecting the Universal Import feature in Ghost Admin. This feature allows administrators to import content—including posts, pages, and tags—from external sources or backups.
The root cause is improper sanitization of imported content. When an administrator uses the Universal Import feature, the system fails to neutralize potentially malicious input embedded within the imported data. Specifically, it does not adequately strip or escape HTML tags, including `

Scroll to Top