SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-3141

CRITICAL · CVSS 9.1 EPSS 0.56%

Source: NVD + CISA KEV + EPSS · Published 2026-08-01 · Last synced 2026-08-31

CyberRota Analysis

AI-Generated

The FormGent plugin for WordPress is critically vulnerable due to a lack of authentication checks on the REST API endpoint, allowing unauthenticated attackers to delete arbitrary files from the uploads directory. This vulnerability can lead to severe consequences, including the potential deletion of sensitive files like wp-config.php, which may result in complete site compromise. WordPress site administrators and users of the FormGent plugin should prioritize immediate updates or mitigation measures to protect against this critical threat.

CVE
CVE-2026-3141
Severity
CRITICAL
CVSS
9.1
EPSS
0.56%
WordPress Linux

Original NVD Description

The FormGent plugin for WordPress is vulnerable to unauthorized arbitrary file deletion due to a missing capability check on the /wp-json/formgent/responses/attachments REST API endpoint in all versions up to, and including, 1.9.2 This is due to the REST API route being registered without any authentication middleware in routes/rest/api.php. This makes it possible for unauthenticated attackers to delete arbitrary files within the formgent uploads directory. Additionally, on Linux servers where the wp-content/uploads/formgent directory does not yet exist (the default state after plugin installation), the path traversal protection can be bypassed, enabling deletion of arbitrary files including wp-config.php which can lead to complete site takeover via a fresh WordPress installation.