Blog

"Prevention is cheaper than a breach"

Live Vulnerability Intelligence

Threat Database

Search CVEs, inspect descriptions, and open detail pages with AI-assisted technical context.

Total17
Critical2
High6
Medium9
Reset
Showing 1-17 of 17 records
Threat Entry Updated 2026-04-15

CVE-2026-0829 - Frontend File Manager Plugin

The Frontend File Manager Plugin WordPress plugin through 23.5 allows unauthenticated users to send emails through the site without any security checks. This lets attackers use the WordPress site as an open relay for spam or phishing emails to anyone. Attackers can also guess file IDs to access and share uploaded files without permission, exposing sensitive information.

PLUGIN Frontend File Manager Plugin

CVE-2026-0829

MEDIUM CVSS 5.8 2026-02-17
Threat Entry Updated 2026-04-15

CVE-2026-1280 - Frontend File Manager Plugin

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 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.

PLUGIN Frontend File Manager Plugin

CVE-2026-1280

HIGH CVSS 7.5 2026-01-28
Threat Entry Updated 2026-01-08

CVE-2025-14804 - Frontend File Manager Plugin

The Frontend File Manager Plugin WordPress plugin before 23.5 did not validate a path parameter and ownership of the file, allowing any authenticated users, such as subscribers to delete arbitrary files on the server

PLUGIN Frontend File Manager

CVE-2025-14804

HIGH CVSS 7.7 2026-01-07
Threat Entry Updated 2025-11-25

CVE-2025-13382 - Frontend File Manager Plugin

The Frontend File Manager Plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 23.4. This is due to the plugin not validating file ownership before processing file rename requests in the '/wpfm/v1/file-rename' REST API endpoint. This makes it possible for authenticated attackers, with Subscriber-level access and above, to rename files uploaded by other users via the 'fileid' parameter.

PLUGIN Frontend File Manager

CVE-2025-13382

MEDIUM CVSS 4.3 2025-11-25
Threat Entry Updated 2025-07-25

CVE-2023-7306 - Frontend File Manager Plugin

The Frontend File Manager Plugin plugin for WordPress is vulnerable to unauthorized loss of data due to a missing capability check on the wpfm_delete_multiple_files() function in all versions up to, and including, 21.5. This makes it possible for unauthenticated attackers to delete arbitrary posts.

PLUGIN Frontend File Manager Plugin

CVE-2023-7306

HIGH CVSS 7.5 2025-07-25
Threat Entry Updated 2024-11-21

CVE-2023-5105 - Frontend File Manager Plugin

The Frontend File Manager Plugin WordPress plugin before 22.6 has a vulnerability that allows an Editor+ user to bypass the file download logic and download files such as `wp-config.php`

PLUGIN Frontend File Manager

CVE-2023-5105

MEDIUM CVSS 6.5 2023-12-04
Threat Entry Updated 2026-04-08

CVE-2021-4368 - Frontend File Manager Plugin

The Frontend File Manager plugin for WordPress is vulnerable to Authenticated Settings Change in versions up to, and including, 18.2. This is due to lacking capability checks and a security nonce, all on the wpfm_save_settings AJAX action. This makes it possible for subscriber-level attackers to edit the plugin settings, such as the allowed upload file types. This can lead to remote code execution through other vulnerabilities.

PLUGIN Frontend File Manager

CVE-2021-4368

CRITICAL CVSS 9.9 2023-06-07
Threat Entry Updated 2026-04-08

CVE-2021-4356 - Frontend File Manager Plugin

The Frontend File Manager plugin for WordPress is vulnerable to Unauthenticated Arbitrary File Download in versions up to, and including, 18.2. This is due to lacking authentication protections, capability checks, and sanitization, all on the wpfm_file_meta_update AJAX action. This makes it possible for unauthenticated attackers to download arbitrary files on the site, potentially leading to site takeover.

PLUGIN Frontend File Manager

CVE-2021-4356

CRITICAL CVSS 9.0 2023-06-07
Threat Entry Updated 2026-04-08

CVE-2021-4365 - Frontend File Manager Plugin

The Frontend File Manager plugin for WordPress is vulnerable to Unauthenticated Stored Cross-Site Scripting in versions up to, and including, 18.2. This is due to lacking authentication protections and santisation all on the wpfm_edit_file_title_desc AJAX action. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

PLUGIN Frontend File Manager

CVE-2021-4365

HIGH CVSS 7.2 2023-06-07
Threat Entry Updated 2026-04-08

CVE-2021-4359 - Frontend File Manager Plugin

The Frontend File Manager plugin for WordPress is vulnerable to Unauthenticated Arbitrary Post Deletion in versions up to, and including, 18.2. This is due to lacking authentication protections and lacking a security nonce on the wpfm_delete_file AJAX action. This makes it possible for unauthenticated attackers to delete any posts and pages on the site.

PLUGIN Frontend File Manager

CVE-2021-4359

MEDIUM CVSS 6.5 2023-06-07
Threat Entry Updated 2026-04-08

CVE-2021-4369 - Frontend File Manager Plugin

The Frontend File Manager plugin for WordPress is vulnerable to Unauthenticated Content Injection in versions up to, and including, 18.2. This is due to lacking authorization protections, checks against users editing other's posts, and lacking a security nonce, all on the wpfm_edit_file_title_desc AJAX action. This makes it possible for unauthenticated attackers to edit the content and title of every page on the site.

PLUGIN Frontend File Manager

CVE-2021-4369

MEDIUM CVSS 5.8 2023-06-07
Threat Entry Updated 2026-04-08

CVE-2021-4350 - Frontend File Manager Plugin

The Frontend File Manager plugin for WordPress is vulnerable to Unauthenticated HTML Injection in versions up to, and including, 18.2. This is due to lacking authentication protections on the wpfm_send_file_in_email AJAX action. This makes it possible for unauthenticated attackers to send emails using the site with a custom subject, recipient email, and body with unsanitized HTML content. This effectively lets the attacker use the site as a spam relay.

PLUGIN Frontend File Manager

CVE-2021-4350

HIGH CVSS 7.2 2023-06-07
Threat Entry Updated 2026-04-08

CVE-2021-4344 - Frontend File Manager Plugin

The Frontend File Manager plugin for WordPress is vulnerable to Privilege Escalation in versions up to, and including, 18.2. This is due to lacking mishandling the use of user IDs that is accessible by the visitor. This makes it possible for unauthenticated or authenticated attackers to access the information and privileges of other users, including 'guest users', in their own category (authenticated, or unauthenticated guests).

PLUGIN Frontend File Manager

CVE-2021-4344

MEDIUM CVSS 6.4 2023-06-07
Threat Entry Updated 2026-04-08

CVE-2021-4351 - Frontend File Manager Plugin

The Frontend File Manager plugin for WordPress is vulnerable to Unauthenticated Post Meta Change in versions up to, and including, 18.2. This is due to lacking authentication protections, capability checks, and sanitization, all on the wpfm_file_meta_update AJAX action. This makes it possible for unauthenticated attackers to change the meta data of certain posts and pages.

PLUGIN Frontend File Manager

CVE-2021-4351

MEDIUM CVSS 5.8 2023-06-07
Threat Entry Updated 2025-05-14

CVE-2022-3126 - Frontend File Manager Plugin

The Frontend File Manager Plugin WordPress plugin before 21.4 does not have CSRF check when uploading files, which could allow attackers to make logged in users upload files on their behalf

PLUGIN Frontend File Manager

CVE-2022-3126

MEDIUM CVSS 4.3 2022-10-17
Threat Entry Updated 2024-11-21

CVE-2022-3125 - Frontend File Manager Plugin

The Frontend File Manager Plugin WordPress plugin before 21.3 allows any authenticated users, such as subscriber, to rename a file to an arbitrary extension, like PHP, which could allow them to basically be able to upload arbitrary files on the server and achieve RCE

PLUGIN Frontend File Manager

CVE-2022-3125

HIGH CVSS 8.8 2022-10-03
Threat Entry Updated 2024-11-21

CVE-2022-3124 - Frontend File Manager Plugin

The Frontend File Manager Plugin WordPress plugin before 21.3 allows any unauthenticated user to rename uploaded files from users. Furthermore, due to the lack of validation in the destination filename, this could allow allow them to change the content of arbitrary files on the web server

PLUGIN Frontend File Manager

CVE-2022-3124

MEDIUM CVSS 5.3 2022-10-03
Scroll to top