Vulnerability Description
The Offload, AI & Optimize with Cloudflare Images plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1.10.2 via the 'account-id' parameter parameter. This is due to insufficient privilege enforcement on the cf_images_do_setup AJAX handler, which requires only the upload_files capability (Author+) rather than manage_options before writing to wp-config.php, combined with the absence of single-quote escaping — sanitize_text_field() does not strip single quotes, and filter_input(INPUT_POST) bypasses wp_magic_quotes() slashing — allowing a single quote in the account-id or api-key parameter to break out of the single-quoted PHP string literal in the write_config() define() statement. This makes it possible for authenticated attackers, with author-level access and above, to execute code on the server. This is possible because the 'cf-images-nonce' nonce required by the AJAX handler is exposed to all Author-level and above users on wp-admin/upload.php via the CFImages JavaScript object, meaning any upload-capable user can satisfy the nonce check and reach the vulnerable wp-config.php write path.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/cf-images/tags/1.10.1/app/class-media
- https://plugins.trac.wordpress.org/browser/cf-images/tags/1.10.1/app/class-setti
- https://plugins.trac.wordpress.org/browser/cf-images/tags/1.10.1/app/class-setti
- https://plugins.trac.wordpress.org/browser/cf-images/tags/1.10.1/app/traits/trai
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old
- https://www.wordfence.com/threat-intel/vulnerabilities/id/a772041e-015e-48e8-9fa
FAQ
What is CVE-2026-9860?
CVE-2026-9860 is a vulnerability with a CVSS score of 8.8 (HIGH). The Offload, AI & Optimize with Cloudflare Images plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1.10.2 via the 'account-id' parameter parameter. Thi...
How severe is CVE-2026-9860?
CVE-2026-9860 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-9860?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.