๐Ÿ” CVE Alert

CVE-2026-9860

HIGH 8.8

Offload, AI & Optimize with Cloudflare Images <= 1.10.2 - Authenticated (Author+) Remote Code Execution via 'api-key' / 'account-id' Parameters in cf_images_do_setup AJAX Action

CVSS Score
8.8
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-434
Vendor vanyukov
Product offload, ai & optimize with cloudflare images
Published Jun 18, 2026
Stay Ahead of the Next One

Get instant alerts for vanyukov offload, ai & optimize with cloudflare images

Be the first to know when new high vulnerabilities affecting vanyukov offload, ai & optimize with cloudflare images are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

vanyukov / Offload, AI & Optimize with Cloudflare Images
0 โ‰ค 1.10.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/a772041e-015e-48e8-9fab-79f1fcdb265c?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/cf-images/tags/1.10.1/app/class-settings.php#L123 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/cf-images/tags/1.10.1/app/class-settings.php#L75 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/cf-images/tags/1.10.1/app/traits/trait-ajax.php#L36 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/cf-images/tags/1.10.1/app/class-media.php#L94 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3564001%40cf-images&new=3564001%40cf-images&sfp_email=&sfph_mail=

Credits

Yat Wu