CVE-2026-6344: Fluent Forms <= 6.2.1 - Authenticated (Administrator+) Arbitrary File Read via Path Traversal in Email Attachment
The Fluent Forms plugin for WordPress is vulnerable to Arbitrary File Read in versions up to and including 6.2.1. This is due to insufficient path validation in the getAttachments() method of EmailNotificationActions, which resolves attacker-supplied file-upload URLs into filesystem paths without verifying that the resolved path stays inside the WordPress uploads directory: a strpos() prefix check on the raw URL can be bypassed with traversal sequences, wpnormalizepath() does not resolve ".\..\" segments, and fileexists() then resolves them at the kernel level. This makes it possible for authenticated attackers with administrator access to read arbitrary files readable by the web-server user — including wp-config.php with its database credentials and authentication salts — by submitting a form whose admin notification is configured to attach a file-upload field and supplying a crafted URL of the shape <uploadbaseurl>/../../<target> as the file-field value. The resolved file is attached to the outbound admin-notification email via wpmail(). While the email can be triggered by unauthenticated users, the email recipient is not user-controlled.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-6344?
CVE-2026-6344 is considered a high severity vulnerability due to its potential for arbitrary file read by authenticated administrators.
How do I fix CVE-2026-6344?
To fix CVE-2026-6344, upgrade the Fluent Forms plugin to version 6.2.2 or later, which addresses the path traversal issue.
Who is affected by CVE-2026-6344?
CVE-2026-6344 affects users of the Fluent Forms plugin for WordPress versions 6.2.1 and earlier, specifically those with administrator privileges.
What type of attack is associated with CVE-2026-6344?
CVE-2026-6344 is associated with an arbitrary file read attack that exploits insufficient path validation.
What versions are impacted by CVE-2026-6344?
CVE-2026-6344 impacts all versions of Fluent Forms up to and including 6.2.1.