Cyber Resilience

CVE-2023-6634

RCE in Thimpress Learnpress ≤ 4.2.5.7

Published
11 January 2024
Modified
08 April 2026
CVSS Score v3.1 8.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.085 95th percentile
Risk Priority 86 floored blend · peak EPSS

Summary

CVE-2023-6634 is a high-severity Argument Injection (CWE-88) vulnerability in Thimpress Learnpress. Its CVSS base score is 8.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Command and Scripting Interpreter (T1059); ranked in the top 5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

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. The root cause is unsafe use of PHP's call_user_func with attacker-controlled input, which maps to CWE-88 and CWE-77 and carries a CVSS 3.1 score of 8.1.

Unauthenticated remote attackers can invoke any public function that accepts a single parameter, enabling them to achieve arbitrary code execution on the WordPress site without requiring authentication or user interaction.

Public references from Wordfence and the WordPress plugin Trac show that the issue was fixed in changeset 3013957, which should be applied to bring installations to a patched release. The associated EPSS score remains elevated near 0.91 with no documented low-to-high trajectory after disclosure.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

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…

more

possible for unauthenticated attackers to execute any public function with one parameter, which could result in remote code execution.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.001 PowerShell Execution
Adversaries may abuse PowerShell commands and scripts for execution.
T1059.003 Windows Command Shell Execution
Adversaries may abuse the Windows command shell for execution.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
T1059.008 Network Device CLI Execution
Adversaries may abuse scripting or built-in command line interpreters (CLI) on network devices to execute malicious command and payloads.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-6088Same product: Thimpress Learnpress
CVE-2023-36515Same product: Thimpress Learnpress
CVE-2023-36516Same product: Thimpress Learnpress
CVE-2024-4444Same product: Thimpress Learnpress
CVE-2024-4397Same product: Thimpress Learnpress
CVE-2024-1289Same product: Thimpress Learnpress
CVE-2024-2115Same product: Thimpress Learnpress
CVE-2024-6589Same product: Thimpress Learnpress
CVE-2024-8522Same product: Thimpress Learnpress
CVE-2023-6567Same product: Thimpress Learnpress

Affected Assets

thimpress
learnpress
≤ 4.2.5.7

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.2.3
  • V1.2.5
  • V1.2.8
  • V1.2.9

Mitigating Controls (NIST 800-53 r5) AI

Developer testing can discover argument-injection flaws in command-construction code but does not stop their introduction.

Input validation directly stops construction of command strings containing unneutralized delimiters or injected arguments.

Secure engineering principles include proper neutralization and safe command construction practices.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require proper input validation and command construction to prevent argument injection.

DE.CM-09 partial match
prevents

Runtime monitoring of software and data can detect anomalous command execution resulting from injection.

ID.RA-01 partial match
prevents

Identifying recorded vulnerabilities enables remediation of command-injection flaws before exploitation.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure coding standards require proper escaping and parameterization of commands, directly eliminating CWE-77.

finds

Security testing can detect argument injection but does not prevent it at the source.

prevents

Secure development lifecycle mandates input validation and command construction practices that directly prevent argument injection.

prevents

Application security requirements include explicit rules for safe command-line argument handling and escaping.

prevents

Secure architecture principles discourage unsafe command invocation patterns and favor safer APIs.

none

Environment separation limits the blast radius of an exploited command injection but does not prevent the flaw itself.

References