CVE-2026-1280
Published: 28 January 2026
Summary
CVE-2026-1280 is a high-severity Missing Authorization (CWE-862) vulnerability in Wordpress (inferred from references). Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 23.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Requiring an access control policy ensures authorization checks are defined and applied for critical functions.
Reviews of access controls detect missing authorization checks on critical functions or resources.
Documenting permitted unauthenticated actions prevents missing authorization by making all exceptions explicit and subject to organizational review.
Requiring attribute association with information prevents authorization from being performed without necessary security or privacy context.
Mandating authorization prior to allowing remote connections addresses missing authorization for remote access.
Mandating authorization before wireless connections are allowed prevents missing authorization for wireless access.
The control requires authorization before allowing mobile device connections, directly mitigating missing authorization for system access.
Requiring approvals for account creation and specifying authorizations ensures authorization is not missing for system access.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Missing auth on public WP plugin AJAX action directly enables remote exploitation of web app (T1190) for unauthorized file access/enumeration (T1083) and data exfil from local system (T1005).
NVD Description
The Frontend File Manager Plugin for WordPress is vulnerable to unauthorized file sharing due to a missing capability check on the 'wpfm_send_file_in_email' AJAX action in all versions up to, and including, 23.5. This makes it possible for unauthenticated attackers to…
more
share arbitrary uploaded files via email by supplying a file ID. Since file IDs are sequential integers, attackers can enumerate all uploaded files on the site and exfiltrate sensitive data that was intended to be restricted to administrators only.
Deeper analysisAI
CVE-2026-1280, published on 2026-01-28, affects the Frontend File Manager Plugin for WordPress, specifically versions up to and including 23.5. The vulnerability stems from a missing capability check on the 'wpfm_send_file_in_email' AJAX action, enabling unauthorized file sharing. Rated at CVSS 7.5 (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) and mapped to CWE-862 (Missing Authorization), it allows attackers to share arbitrary uploaded files via email by providing a file ID.
Unauthenticated attackers can exploit this remotely with low complexity and no privileges required. By supplying sequential integer file IDs, they can enumerate and share all uploaded files on the site, exfiltrating sensitive data intended only for administrators.
References point to the vulnerable code in callback-functions.php at line 98 in both the 23.5 tag and trunk versions of the nmedia-user-file-uploader plugin, as well as a Wordfence threat intelligence page detailing the issue. No specific patch or mitigation details are provided in the available information.
Details
- CWE(s)