Ghost CMS CVE-2026-26980 Exploited to Hijack 700+ Sites for ClickFix Attacks
Ghost CMS CVE-2026-26980 Exploited to Hijack 700+ Sites for ClickFix Attacks
Summary
Threat actors are actively exploiting CVE-2026-26980, a critical SQL injection vulnerability in Ghost CMS, to compromise over 700 websites and inject malicious JavaScript that fuels ClickFix social engineering attacks [1]. The flaw, which affects Ghost versions 3.24.0 through 6.19.0, allows unauthenticated attackers to read arbitrary data from the website database. Despite a patch being available since February 19, 2026, a large number of sites remain unpatched and are now serving malicious code to visitors. High-profile victims include Harvard University, Oxford University, and Auburn University.
What Happened
In early May 2026, Qianxin’s XLab threat intelligence researchers discovered a large-scale campaign exploiting CVE-2026-26980. The attackers target unpatched Ghost CMS instances and use the SQL injection flaw to gain unauthorized access to the database. From there, they inject malicious JavaScript into the compromised websites. When visitors land on these sites, they encounter fake error messages designed to trick them into running malicious PowerShell commands on their own machines — a technique known as ClickFix.
Last week, security researchers confirmed that attackers had planted malicious code on the websites of Harvard University, Oxford University, and Auburn University, among others. The total number of compromised domains has exceeded 700, with the list including university portals, news outlets, and organizational websites running vulnerable Ghost CMS versions.
Technical Details
CVE-2026-26980 is a SQL injection vulnerability in Ghost CMS with a CVSS score of 9.4 (Critical). The flaw exists in versions 3.24.0 through 6.19.0 and allows unauthenticated remote attackers to execute arbitrary SQL queries against the database. Ghost addressed the vulnerability in version 6.19.1, released on February 19, 2026.
The attack chain observed by researchers works as follows: First, the attacker sends a specially crafted request to exploit the SQL injection. This allows them to read sensitive data from the database, including content and configuration. Next, they modify site content to inject malicious JavaScript. When a victim visits the compromised site, the JavaScript displays a fake browser update error or system warning. The page instructs the user to copy and paste a PowerShell command into their terminal, which then downloads and executes malware — typically information stealers or remote access trojans.
Impact
Over 700 domains have been confirmed compromised, including high-traffic university portals and organizational websites. The impact is twofold: first, the websites themselves suffer data exposure through the SQL injection, potentially leaking subscriber data, draft content, and administrative information. Second, visitors to these sites are exposed to ClickFix social engineering attacks that can result in malware infections on their local machines.
Organizations running Ghost CMS versions prior to 6.19.1 are at risk if they have not applied the February patch. The widespread nature of the campaign suggests that attackers are using automated scanning tools to identify and exploit vulnerable instances at scale.
What To Do Now
- Upgrade Ghost CMS immediately: Update to Ghost CMS version 6.19.1 or later. The patch was released on February 19, 2026, and eliminates the SQL injection vector entirely.
- Rotate all admin API keys: If your Ghost CMS instance was or may have been compromised, change all admin API keys and review user accounts for unauthorized access.
- Audit site content and injected code: Check your site’s themes, posts, and code injection fields for unauthorized JavaScript. Look for suspicious scripts in the site header or footer.
- Review database access logs: Examine your database logs for unusual queries or unauthorized data access patterns that may indicate SQL injection exploitation.
- Implement Content Security Policy (CSP): Add a strict CSP to your Ghost CMS site to block execution of inline or external scripts that have not been explicitly whitelisted.
- Deploy a Web Application Firewall (WAF): Configure your WAF with rules to detect and block SQL injection payloads targeting Ghost CMS endpoints.
Timeline
| Date | Event |
|---|---|
| February 19, 2026 | Ghost CMS 6.19.1 released with fix for CVE-2026-26980 |
| Early May 2026 | XLab discovers large-scale ClickFix campaign exploiting Ghost CMS |
| Last week | Malicious code found on Harvard, Oxford, and Auburn University websites |
| Recently | Total compromised domains exceed 700 across multiple sectors |
Sources
- https://www.bleepingcomputer.com/news/security/ghost-cms-sql-injection-flaw-exploited-in-large-scale-clickfix-campaign/
- https://thehackernews.com/2026/05/ghost-cms-cve-2026-26980-exploited-to.html
- https://www.securityweek.com/ghost-cms-vulnerability-exploited-to-hack-over-700-websites/
- https://securityaffairs.com/192655/cyber-crime/ghost-cms-flaw-abused-to-push-clickfix-attacks-on-hundreds-of-sites.html
A global syndicate of certified ethical hackers, threat analysts, and network security researchers collaborating to deliver real-time zero-day disclosures and CVE breakdowns.
Security Digest
Get the latest cybersecurity news, vulnerability alerts, and threat intelligence delivered to your inbox.
Related Articles
FortiClient EMS Zero-Day CVE-2026-35616 Exploited to Push Credential-Stealing Malware Across Managed Endpoints
Tracked as CVE-2026-35616 and rated CVSS 9.1, the flaw has been weaponized in the wild since at least April 2026, with Arctic Wolf uncovering a May campaign that used fake Fortinet patches to deploy t...
TechnologyGhost CMS Flaw Abused to Push ClickFix Attacks on Hundreds of Sites
and it's getting out of hand. Over 700 legitimate domains have been poisoned, including university portals and major technology brands.
TechnologyKnowledgeDeliver LMS Zero-Day Exploited to Deploy Godzilla Web Shell and Cobalt Strike Beacon
Tracked as CVE-2026-5426 with a CVSS score of 7.5, the flaw stems from hard-coded ASP.NET machine keys that enable unauthenticated remote code execution through ViewState deserialization.
TechnologyMicrosoft Patches SharePoint RCE Flaw CVE-2026-45659: Low-Privilege Authenticated Users Can Execute Remote Code
The vulnerability exists because SharePoint deserializes untrusted data without adequate validation, allowing an authenticated attacker to inject malicious objects that execute code on the server.