UpdraftPlus: WP Backup & Migration Plugin 1.23.8 - 1.24.11 - Unauthenticated PHP Object Injection
Strategic Overview
- Status
- Patched in 1.24.12
- Affected Plugin
- UpdraftPlus: WP Backup & Migration Plugin
- Affected Version
1.23.8 – 1.24.11- CVSS
- 8.8High
- Weakness type
- CWE-502 · Deserialization of Untrusted Data
- CVE
CVE-2024-10957
At a glance
CVE-2024-10957 is a high-severity Deserialization of Untrusted Data vulnerability in the UpdraftPlus WordPress plugin, affecting versions 1.23.8 – 1.24.11. It carries a CVSS score of 8.8 (reachable over the network; low attack complexity; high confidentiality, integrity, availability impact). Exploitation requires no authentication. The issue is fixed in version 1.24.12; sites on affected versions should update now. Disclosed January 2025, reported by Webbernaut.
Vulnerability Overview
The UpdraftPlus: WP Backup & Migration Plugin plugin for WordPress is vulnerable to PHP Object Injection in all versions from 1.23.8 to 1.24.11 via deserialization of untrusted input in the 'recursive_unserialized_replace' function. This makes it possible for unauthenticated attackers to inject a PHP Object. No known POP chain is present in the vulnerable software, which means this vulnerability has no impact unless another plugin or theme containing a POP chain is installed on the site. If a POP chain is present via an additional plugin or theme installed on the target system, it may allow the attacker to perform actions like delete arbitrary files, retrieve sensitive data, or execute code depending on the POP chain present. An administrator must perform a search and replace action to trigger the exploit.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.
CWE-502: Deserialization of Untrusted Data
UpdraftPlus 1.23.8 – 1.24.11 carries this weakness at recursive_unserialized_replace, and reaching it takes no account at all. Deserialization of untrusted data means the application reconstructs objects from input a caller controls, letting the attacker choose which classes get instantiated and what their properties hold.
A workable chain turns deserialization into file writes, deletions or code execution, depending on what the loaded classes do in their magic methods. For UpdraftPlus the fix is 1.24.12: builds 1.23.8 – 1.24.11 are affected, anything from 1.24.12 onward is not.
Remediation
Update to version 1.24.12, or a newer patched version
How does WordSec protect against this?
Requests carrying this pattern arrive without a session, so nothing upstream of the firewall gets a chance to reject them: WordSec's web application firewall inspects request payloads before WordPress loads them. Classes like this one can leave something behind, so the staged malware scanner is the second half: it looks for dropped files and modified code rather than for the request that created them. None of that substitutes for the fix: UpdraftPlus 1.24.12 closes this, and updating the plugin is the step that ends it.
- Firewall
- Scanner
- Login Security
External References
Related records
Other vulnerabilities in UpdraftPlus: WP Backup & Migration Plugin
- 9.9UpdraftPlus WordPress Backup Plugin Nonce Leak to Authorization Bypass
- 9.8CVE-2026-10795: UpdraftPlus (free) < 2.26.5 (premium)
CVE-2026-10795 - 8.8UpdraftPlus 1.22.14 to 1.23.2… Privilege Escalation
- 7.2UpdraftPlus < 1.16.59 Local File Inclusion
- 6.5CVE-2022-0633: UpdraftPlus WordPress Backup Plugin Info Disclosure
CVE-2022-0633 - 6.1CVE-2025-0215: UpdraftPlus - Backup/Restore <= 1.24.12 Reflected XSS
CVE-2025-0215 - 6.1CVE-2023-32960: UpdraftPlus <= 1.23.3 CSRF to Cross-Site Scripting
CVE-2023-32960 - 6.1CVE-2022-0864: UpdraftPlus WordPress Backup Plugin Reflected XSS
CVE-2022-0864
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C