CVE-2026-9860
Last modified
CVE-2026-9860 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. 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. EPSS estimates a 0.58% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-9860?
How severe is CVE-2026-9860?
How do I fix CVE-2026-9860?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-9843The Database for Contact Form 7, WPforms, Elementor forms pl…8.1
- CVE-2026-9844Use of default credentials vulnerability in Roche Diagnostic…8.8
- CVE-2026-9848The WP Ticket plugin for WordPress is vulnerable to SQL Inje…7.5
- CVE-2026-9851The Booking Package plugin for WordPress is vulnerable to Pr…7.2
- CVE-2026-9856A vulnerability in huggingface/transformers versions <=5.8.0…7.1
- CVE-2026-9857The Invoice123 plugin for WordPress is vulnerable to authori…4.3
- CVE-2026-9862Fortra's Core Privileged Access Manager (BoKS) contains an …9.8
- CVE-2026-9863Fortra BoKS Manager contains an OS command injection vulnera…8.8
- CVE-2026-9872Out of bounds write in GPU in Google Chrome on Android prior…9.6
- CVE-2026-9873Use after free in Network in Google Chrome prior to 148.0.77…8.8
- CVE-2026-9874Use after free in Dawn in Google Chrome prior to 148.0.7778.…9.6
- CVE-2026-9875Out of bounds read in WebGL in Google Chrome on Android prio…9.6
Are you affected by CVE-2026-9860?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
