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 26.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and AC-6 (Least Privilege).
Deeper analysis
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.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-4892
Vulnerability details
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.
- CWE(s)
Related Threats
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).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Enforces approved authorizations for logical access to information and resources, directly mitigating the missing capability check on the wpfm_send_file_in_email AJAX action.
Implements least privilege to ensure file sharing functions are restricted to authorized personnel, preventing unauthenticated access to arbitrary files.
Monitors for unauthorized disclosure of sensitive data, identifying exfiltration attempts through enumeration and email sharing of uploaded files.