W3SPEEDSTER <= 7.26 - Authenticated (Administrator+) Remote Code Execution
Strategic Overview
<= 7.26CVE-2024-8512Vulnerability 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