
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-1280 is a missing authorization vulnerability in the Frontend File Manager Plugin for WordPress (by nmedia/najeebmedia) that allows unauthenticated attackers to share arbitrary uploaded files via email. The flaw exists in all plugin versions up to and including 23.5, affecting the wpfm_send_file_in_email AJAX action. It was published on January 28, 2026, with Wordfence credited as the assigner. The vulnerability carries a CVSS v3.1 base score of 7.5 (High) (Red Hat CVE, Wordfence).
The root cause is a missing capability check (CWE-862: Missing Authorization) on the wpfm_send_file_in_email AJAX action registered by the plugin. Because no authentication or permission verification is enforced before processing the request, any unauthenticated network attacker can invoke this action by supplying a numeric file ID. File IDs are sequential integers, making it trivial to enumerate all uploaded files on the site through iteration. The vulnerable code is visible in the plugin's source at inc/callback-functions.php around line 98 (Wordfence, Plugin Source).
Successful exploitation results in a high confidentiality impact with no integrity or availability impact. Unauthenticated attackers can exfiltrate sensitive files uploaded to the WordPress site — including files intended to be accessible only to administrators — by having them delivered to an attacker-controlled email address. This could expose personally identifiable information (PII), business documents, or other restricted data stored via the plugin (Red Hat CVE, Wordfence).
No public proof-of-concept exploit code or active in-the-wild exploitation has been reported as of the available data. The EPSS score is approximately 0.04%, indicating a low current probability of exploitation in the wild. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. However, the low attack complexity — requiring no authentication, no user interaction, and only a simple HTTP request with an enumerable integer file ID — makes it straightforward to exploit if targeted (Wordfence Weekly Report).
https://target.com/wp-content/plugins/nmedia-user-file-uploader/readme.txt.https://target.com/wp-admin/admin-ajax.php.action=wpfm_send_file_in_email, a target email address controlled by the attacker, and a numeric file_id (e.g., file_id=1).file_id parameter sequentially (1, 2, 3, …) to trigger email delivery of all uploaded files, since IDs are sequential integers with no access control enforced./wp-admin/admin-ajax.php with action=wpfm_send_file_in_email from a single or rotating IP address, especially with sequentially incrementing file_id values.admin-ajax.php with the wpfm_send_file_in_email action parameter; outbound SMTP traffic spikes corresponding to file-sharing email delivery.Users should update the Frontend File Manager Plugin to a version beyond 23.5 that includes a proper capability check on the wpfm_send_file_in_email AJAX action. If an immediate update is not possible, site administrators can temporarily disable the plugin or use a Web Application Firewall (WAF) rule to block unauthenticated POST requests to admin-ajax.php with the action=wpfm_send_file_in_email parameter. Administrators should also audit their uploaded files for sensitive content and review outbound email logs for signs of prior exploitation (Wordfence).
Wordfence included CVE-2026-1280 in their weekly WordPress vulnerability report for the period of January 26 – February 1, 2026, highlighting it as a notable missing authorization issue (Wordfence Weekly Report). The vulnerability was also picked up by automated security feeds including RedPacket Security and TheHackerWire, and noted by Spanish national cybersecurity agencies INCIBE-CERT and CCN-CERT. Community reaction has been limited to standard vulnerability tracking and alerting, with no significant researcher commentary or major media coverage beyond routine disclosure channels.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."