LearnPress <= 4.2.5.7 - Command Injection

2024-01-03 00:00
hir0ot

Vulnerability Overview

The LearnPress plugin for WordPress is vulnerable to Command Injection in all versions up to, and including, 4.2.5.7 via the get_content function. This is due to the plugin making use of the call_user_func function with user input. This makes it possible for unauthenticated attackers to execute any public function with one parameter, which could result in remote code execution.

Technical Analysis

REMEDIATION: Update to version 4.2.5.8, or a newer patched version --- IDENTIFIER: CWE-88 (Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')) The product constructs a string for a command to be executed by a separate component in another control sphere, but it does not properly delimit the intended arguments, options, or switches within that command string.

External References

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