Simple Spoiler 1.2 - 1.3 - Unauthenticated Arbitrary Shortcode Execution

2024-09-13 00:00
Francesco Carlucci

Strategic Overview

Status
Patched in 1.4
Affected PluginSimple Spoiler
Affected Version1.2 – 1.3
CVSS7.3High
CVECVE-2024-8479
View all Simple Spoiler vulnerabilities

Vulnerability 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