Description
The Manual Image Crop WordPress plugin before 1.15 does not perform any capability check or nonce verification on the authenticated AJAX action that crops attachment images; its only guard passes for any logged-in user. A subscriber-level user can therefore supply an arbitrary attachment ID and overwrite that attachment's generated intermediate-size image (for example its thumbnail) and mutate its stored metadata, regardless of who owns the media. This is a cross-user integrity/defacement issue over the Media Library. The action also has no nonce, so it is additionally susceptible to CSRF.
Published: 2026-08-16
Score: 5.7 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Manual Image Crop WordPress plugin before version 1.15 performs no capability checks or nonce verification on its authenticated AJAX image‑cropping action. As a result, any logged‑in user, including subscribers, can supply an arbitrary attachment ID and overwrite that attachment’s generated intermediate‑size image, such as its thumbnail, and alter its stored metadata. This flaw constitutes a cross‑user integrity issue and a classic IDOR vulnerability, allowing an attacker to deface media exposed on the site.

Affected Systems

WordPress installations running the Manual Image Crop plugin with a version lower than 1.15 are affected. No specific vendor is listed beyond the plugin name, and the flaw is independent of the active theme or other plugins. Any authenticated user with subscriber level or higher permissions can trigger the vulnerable AJAX endpoint.

Risk and Exploitability

The CVSS score of 5.7 indicates moderate severity, and the EPSS score of less than 1% suggests a low current exploitation probability. The vulnerability is not listed in the CISA KEV database. Exploitation requires only that a user be authenticated; the attacker sends an AJAX request to the cropping endpoint with a chosen attachment ID and the desired image payload. Because the endpoint accepts the request unconditionally, the attacker can overwrite any user’s media, and the lack of CSRF protection adds an additional attack vector.

Generated by OpenCVE AI on August 18, 2026 at 02:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Manual Image Crop plugin to version 1.15 or newer to obtain built‑in capability checks and nonce validation.
  • If an upgrade is not immediately possible, implement a capability verification so that only users with sufficient privileges can trigger the image‑cropping action.
  • Add a nonce check for the AJAX request to mitigate CSRF attacks.

Generated by OpenCVE AI on August 18, 2026 at 02:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 01:15:00 +0000

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

Mon, 17 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-287
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 17 Aug 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Manual Image Crop Project
Manual Image Crop Project manual Image Crop
Wordpress
Wordpress wordpress
Vendors & Products Manual Image Crop Project
Manual Image Crop Project manual Image Crop
Wordpress
Wordpress wordpress

Sun, 16 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-352
CWE-639

Sun, 16 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Manual Image Crop WordPress plugin before 1.15 does not perform any capability check or nonce verification on the authenticated AJAX action that crops attachment images; its only guard passes for any logged-in user. A subscriber-level user can therefore supply an arbitrary attachment ID and overwrite that attachment's generated intermediate-size image (for example its thumbnail) and mutate its stored metadata, regardless of who owns the media. This is a cross-user integrity/defacement issue over the Media Library. The action also has no nonce, so it is additionally susceptible to CSRF.
Title Manual Image Crop < 1.15 - Subscriber+ Arbitrary Attachment Image Overwrite via IDOR
References

Subscriptions

Manual Image Crop Project Manual Image Crop
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-17T20:18:35.735Z

Reserved: 2026-07-10T09:43:58.623Z

Link: CVE-2026-15384

cve-icon Vulnrichment

Updated: 2026-08-17T20:18:27.478Z

cve-icon NVD

Status : Deferred

Published: 2026-08-16T06:16:50.740

Modified: 2026-08-26T16:30:52.723

Link: CVE-2026-15384

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T03:00:09Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-352

    Cross-Site Request Forgery (CSRF)