Description
The Schema & Structured Data for WP & AMP WordPress plugin before 1.60 does not check user capabilities on its frontend AJAX file-upload handlers and does not validate the actual content of uploaded files against the endpoint's intended media type, allowing unauthenticated users to upload any file type accepted by WordPress's media library through endpoints that should only accept images or videos.
Published: 2026-06-10
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the Schema & Structured Data for WP & AMP WordPress plugin before version 1.60, where frontend AJAX upload handlers omit user capability checks and fail to validate the content type of files being uploaded. Based on the description, it is inferred that this enables any visitor to submit and store any file type that WordPress's media library accepts through endpoints intended to allow only images or videos. An attacker could use this to host malware or embed malicious content, potentially leading to data disclosure, integrity compromise, or remote code execution.

Affected Systems

This flaw affects the Schema & Structured Data for WP & AMP plugin on all WordPress installations running any version prior to 1.60.

Risk and Exploitability

The CVE carries a CVSS score of 9.1, reflecting a critical severity, while its EPSS score remains unavailable and it is not listed in the CISA KEV catalog. The attack vector is inferred to be through publicly exposed AJAX endpoints on the website’s frontend, as the upload process omits user capability checks and MIME type validation. Because any unauthenticated visitor can submit files that WordPress accepts, the vulnerability can be trivially exploited by an attacker with no special prerequisites.

Generated by OpenCVE AI on June 10, 2026 at 12:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Schema & Structured Data for WP & AMP plugin to version 1.60 or later, where proper capability checks and MIME type validation are implemented.
  • Configure WordPress to limit allowed upload MIME types to only images and videos, and enforce these restrictions on the server side using appropriate plugins or server configuration.
  • If an upgrade is not immediately possible, temporarily disable the plugin’s AJAX upload endpoints or remove the plugin entirely to prevent unauthenticated file uploads.

Generated by OpenCVE AI on June 10, 2026 at 12:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 10 Jun 2026 11:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 10 Jun 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Structured-data-for-wp
Structured-data-for-wp download Schema \& Structured Data For Wp \& Amp
Wordpress
Wordpress wordpress
Vendors & Products Structured-data-for-wp
Structured-data-for-wp download Schema \& Structured Data For Wp \& Amp
Wordpress
Wordpress wordpress

Wed, 10 Jun 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-434

Wed, 10 Jun 2026 06:45:00 +0000

Type Values Removed Values Added
Description The Schema & Structured Data for WP & AMP WordPress plugin before 1.60 does not check user capabilities on its frontend AJAX file-upload handlers and does not validate the actual content of uploaded files against the endpoint's intended media type, allowing unauthenticated users to upload any file type accepted by WordPress's media library through endpoints that should only accept images or videos.
Title Schema & Structured Data for WP & AMP < 1.60 - Unauthenticated Arbitrary Media Upload
References

Subscriptions

Structured-data-for-wp Download Schema \& Structured Data For Wp \& Amp
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-06-10T10:44:28.578Z

Reserved: 2026-05-20T09:10:21.255Z

Link: CVE-2026-9067

cve-icon Vulnrichment

Updated: 2026-06-10T10:44:20.564Z

cve-icon NVD

Status : Deferred

Published: 2026-06-10T07:16:25.580

Modified: 2026-06-10T19:41:25.327

Link: CVE-2026-9067

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-10T12:30:16Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-434

    Unrestricted Upload of File with Dangerous Type