CVE-2026-11974

WordPress · wp-media-folder-addon

The wp-media-folder-addon plugin for WordPress is vulnerable to path traversal, potentially allowing unauthenticated attackers to access sensitive files on the server.

Executive summary

A path traversal vulnerability in the wp-media-folder-addon WordPress plugin allows unauthenticated attackers to read arbitrary files, posing a high risk to server security.

Vulnerability

The plugin fails to properly sanitize input, leading to a path traversal vulnerability (CWE-22). This allows an unauthenticated attacker to manipulate file paths and access restricted directories or files on the underlying filesystem.

Business impact

The CVSS score of 8.6 indicates a high-severity risk. Successful exploitation could result in the disclosure of sensitive configuration files, database credentials, or other private data stored on the server, leading to a complete compromise of the WordPress environment.

Remediation

Immediate Action: Update the wp-media-folder-addon plugin to the latest version immediately. If an update is not available, disable the plugin until a security patch is verified.

Proactive Monitoring: Inspect web server access logs for directory traversal patterns, such as sequences of dot-dot-slash (../) characters, targeted at the plugin's file handling endpoints.

Compensating Controls: Implement WAF rules to detect and drop requests containing path traversal sequences to prevent the exploit from reaching the application.

Exploitation status

Public Exploit Available: No (exploit_available: false)

Analyst recommendation

Given the unauthenticated nature of this vulnerability and the potential for full file system disclosure, immediate remediation is required. Organizations should treat this as a high-priority update to protect sensitive server-side information from unauthorized access.