W3SPEEDSTER <= 7.26 - Authenticated (Administrator+) Remote Code Execution

2024-10-29 00:00
Lesor101

Strategic Overview

Status
Patched in 7.27
Affected PluginW3SPEEDSTER
Affected Version<= 7.26
CVSS9.1Critical
CVECVE-2024-8512
View all W3SPEEDSTER vulnerabilities

Vulnerability Overview

The W3SPEEDSTER plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 7.26 via the 'script' parameter of the hookBeforeStartOptimization() function. This is due to the plugin passing user supplied input to eval(). This makes it possible for authenticated attackers, with Administrator-level access and above, to execute code on the server.

Technical Analysis

REMEDIATION: Update to version 7.27, or a newer patched version --- IDENTIFIER: CWE-95 (Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')) The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes code syntax before using the input in a dynamic evaluation call (e.g. eval).

External References

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C