CVE-2026-78657 CRITICAL

CVE-2026-78657: SigmaForms Pro <= 1.4.11 - Unauthenticated Arbitrary File Deletion via Path Traversal in File Upload Field

Vendor Bdthemes
Product SigmaForms Pro – AI Generated Forms
Weakness CWE-22 · Path traversal
Published September 2, 2026
Last update September 2, 2026

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

The SigmaForms Pro – AI Generated Forms plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the delete_submission_files function in all versions up to, and including, 1.4.11. This makes it possible for unauthenticated attackers to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php). The malicious path traversal URL is submitted via form upload field and stored in the database, with deletion triggered when an administrator deletes the submission record from the admin panel.

Explanation of Vulnerability in Simple Terms

02Summary

SigmaForms Pro versions up to 1.4.11 contain a path traversal vulnerability that allows unauthenticated attackers to read arbitrary files from the server. An attacker can craft requests to access files outside the intended directory, potentially exposing sensitive configuration files, database credentials, and other confidential data. No user interaction or authentication is required to exploit this flaw.

What an attacker can do

03Attacker Capabilities

Read arbitrary files from the server, including configuration files and credentials.

Potential impact on your site

04Site Impact

Attackers can access sensitive files like wp-config.php, database backups, and private keys without logging in.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

September 2, 2026 CVE published

Related vulnerabilities

08Related CVE