Summary
CVE-2026-9067 is a critical unauthenticated arbitrary file upload vulnerability affecting the Schema & Structured Data for WP & AMP WordPress plugin in all versions prior to 1.60. Rated CVSS 9.1 (Critical), the flaw allows any unauthenticated remote attacker to upload arbitrary file types through the plugin’s frontend AJAX file-upload handlers — endpoints that were intended to accept only images or videos. With over 100,000 active installations, this vulnerability represents a significant attack surface across the internet.
Technical details
- Root cause: The plugin fails to enforce any user capability checks on its frontend AJAX file-upload handlers, and performs no validation of uploaded file content against the declared media type of the target endpoint (CWE-434: Unrestricted Upload of File with Dangerous Type).
- Trigger conditions: An unauthenticated HTTP request carrying a crafted file payload sent to the affected AJAX endpoints is sufficient to trigger the vulnerability — no account, session, or user interaction is required.
- Attack vector: Remote, over the network (AV:N). Exploitable by any internet user with no prerequisites (PR:N / UI:N / AC:L).
- Impact: Attackers can place arbitrary files — including potentially malicious file types — into the WordPress media library. Depending on server configuration and the file types accepted by the WordPress installation, this can enable malicious content injection and, in certain server environments, create paths toward code execution. The CVSS impact scores reflect high confidentiality (C:H) and high integrity (I:H) impact.
Affected software
- Schema & Structured Data for WP & AMP (WordPress plugin by Magazine3) — all versions prior to 1.60
Severity
- CVSS v3.1 Base Score: 9.1 (Critical)
- Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Mitigation and recommended actions
- Immediate — Patch: Update the Schema & Structured Data for WP & AMP plugin to version 1.60 or later. Version 1.60 was released on May 14, 2026 and contains the vendor-provided fix for this vulnerability.
- If patching is delayed: Consider temporarily restricting access to WordPress AJAX endpoints (
/wp-admin/admin-ajax.php) from untrusted sources at the web server or WAF layer, or disabling the plugin until the update can be applied. - Audit the WordPress media library for unexpected or suspicious file uploads that may indicate prior exploitation attempts.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

