Simple Spoiler 1.2 - 1.3 - Unauthenticated Arbitrary Shortcode Execution
Strategic Overview
1.2 – 1.3CVE-2024-8479Vulnerability Overview
The The Simple Spoiler plugin for WordPress is vulnerable to arbitrary shortcode execution in versions 1.2 to 1.3. This is due to the plugin adding the filter add_filter('comment_text', 'do_shortcode'); which will run all shortcodes in comments. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes.
Technical Analysis
REMEDIATION: Update to version 1.4, or a newer patched version --- IDENTIFIER: CWE-94 (Improper Control of Generation of Code ('Code Injection')) The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
External References
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C