
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68456 is an unauthenticated database backup trigger vulnerability in Craft CMS that allows remote, unauthenticated attackers to initiate database backup operations via the updater/backup admin action endpoint. It affects Craft CMS versions 3.0.0 through 4.16.16 and 5.0.0-RC1 through 5.8.20. The vulnerability was published on January 3, 2026, by researcher h4x0r-dz, and patched versions were released shortly after. It carries a CVSS v3.1 base score of 9.1 (Critical) and a CVSS v4.0 base score of 7.0 (High) (Github Advisory).
The root cause lies in BaseUpdaterController.php, where all updater/* actions are explicitly configured to allow anonymous access via $allowAnonymous = self::ALLOW_ANONYMOUS_LIVE | self::ALLOW_ANONYMOUS_OFFLINE, bypassing any authentication requirement (Github Advisory). This misconfiguration means the actionBackup() method in UpdaterController.php — which triggers a full database backup using the configured backupCommand — is reachable by any unauthenticated user via a POST request to /admin/actions/updater/backup. The vulnerability is classified under CWE-202 (Exposure of Sensitive Information Through Data Queries) and CWE-770 (Allocation of Resources Without Limits or Throttling). The fix, introduced in commit f83d4e0, adds a guard check requiring pending migrations before allowing the backup to proceed (Patch Commit).
Successful exploitation allows unauthenticated attackers to repeatedly trigger resource-intensive database backup operations, consuming server CPU, disk space, and memory, potentially causing denial of service for legitimate users. Additionally, depending on server configuration and backup storage paths, the generated backup files may be accessible to attackers, leading to disclosure of sensitive database contents including user credentials, content, and configuration data. There is no integrity impact, but the combined availability and confidentiality risks result in a high overall severity (Github Advisory, Feedly).
A proof-of-concept exploit is publicly referenced in the GitHub security advisory, and the CVSS v4.0 exploit maturity is rated as "Proof of Concept" (Github Advisory). There is no confirmed evidence of active in-the-wild exploitation at this time. The EPSS score is approximately 0.059% (low probability of exploitation in the next 30 days), though the GitHub Advisory Database lists it at 0.214% (44th percentile). The vulnerability is not currently listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. A threat intelligence blog post titled "Craft CMS Under Siege: Exploiting CVE-2025-68456 for Remote Code Execution" has appeared, suggesting researcher interest in chaining this vulnerability with others (Feedly).
POST /admin/actions/updater/backup, which is publicly accessible due to the anonymous access configuration in BaseUpdaterController.php.https://<target>/admin/actions/updater/backup. No special payload body is required — the backup operation is triggered by the request itself./admin/actions/updater/backup from external or unexpected IP addresses; high-frequency requests to this endpoint in a short time window.POST /admin/actions/updater/backup with HTTP 200 responses from unauthenticated sessions; Craft CMS application logs showing repeated database backup operations initiated outside of normal maintenance windows..sql, .gz, or similar) created in the configured backup directory with timestamps corresponding to suspicious request activity; rapid growth in disk usage in the backup storage path.Craft CMS users should immediately update to the patched versions: 4.16.17 (for Craft 4 users) or 5.8.21 (for Craft 5 users). Craft 3 users are advised to upgrade to the latest Craft 4 or Craft 5 release, as Craft 3 is no longer receiving security fixes (Github Advisory). As a temporary workaround prior to patching, administrators should implement network-level access controls (e.g., WAF rules or firewall policies) to block unauthenticated access to /admin/actions/updater/* endpoints, restricting them to trusted IP ranges. Additionally, monitoring system resources and database backup directories for anomalous activity is recommended.
The vulnerability was reported by security researcher h4x0r-dz and published by the Craft CMS maintainers on January 3, 2026 (Github Advisory). A threat intelligence blog post from undercodetesting.com explored the potential for chaining CVE-2025-68456 with other vulnerabilities for remote code execution, indicating active researcher interest in the issue (Feedly). No major media coverage or significant social media discussion beyond security community tracking has been identified.
UpdaterController.phpSource: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."