Home

Description

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, wp_normalize_path() does not resolve ".\..\" segments, and file_exists() 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 <upload_baseurl>/../../<target> as the file-field value. The resolved file is attached to the outbound admin-notification email via wp_mail(). While the email can be triggered by unauthenticated users, the email recipient is not user-controlled.

PUBLISHED Reserved 2026-04-15 | Published 2026-05-06 | Updated 2026-05-06 | Assigner Wordfence




MEDIUM: 4.9CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N

Problem types

CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Product status

Default status
unaffected

Any version
affected

Timeline

2026-04-15:Vendor Notified
2026-05-05:Disclosed

Credits

Niv Kochan finder

References

www.wordfence.com/...-70c2-4db4-b6b1-b2412f6e1214?source=cve

plugins.trac.wordpress.org/...s/EmailNotificationActions.php

plugins.trac.wordpress.org/...s/EmailNotificationActions.php

plugins.trac.wordpress.org/...s/EmailNotificationActions.php

plugins.trac.wordpress.org/...s/EmailNotificationActions.php

plugins.trac.wordpress.org/...s/EmailNotificationActions.php

plugins.trac.wordpress.org/...s/EmailNotificationActions.php

plugins.trac.wordpress.org/...tform/trunk/app/Hooks/Ajax.php

plugins.trac.wordpress.org/...nHandler/SubmissionHandler.php

plugins.trac.wordpress.org/...s/EmailNotificationActions.php

cve.org (CVE-2026-6344)

nvd.nist.gov (CVE-2026-6344)

Download JSON