CVE-2026-6344 MEDIUM

CVE-2026-6344: Fluent Forms <= 6.2.1 - Authenticated (Administrator+) Arbitrary File Read via Path Traversal in Email Attachment

Vendor Techjewel
Product Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder
Weakness CWE-22 · Path traversal
Published May 6, 2026
Last update May 6, 2026

CVSS base score

4.9/10
Attack vector Network
Attack complexity Low
Privileges required High
User interaction None
Confidentiality High
Integrity None

CVSS vector

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

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

Fluent Forms versions up to 6.2.1 contain a path traversal vulnerability that allows high-privilege users to read files outside the intended directory. An attacker with administrative access can craft requests to access sensitive files on the server. This vulnerability requires admin-level credentials and does not affect data integrity or availability.

What an attacker can do

03Attacker Capabilities

Read arbitrary files on the server outside the intended directory.

Potential impact on your site

04Site Impact

Admins with malicious intent or compromised admin accounts can access sensitive server files.

Conditions required to exploit

05Prerequisites

Attacker must have high-level administrative privileges on the site.

Key dates

06Disclosure timeline

May 6, 2026 CVE published
May 6, 2026 Record updated