Email Log <= 2.4.8 - Unauthenticated Hook Injection

2024-05-23 17:05
Sean Murphy

Strategic Overview

Status
Patched in 2.4.9
Affected PluginEmail Log
Affected Version<= 2.4.8
CVSS8.1High
CVECVE-2024-0867
View all Email Log vulnerabilities

Vulnerability Overview

The Email Log plugin for WordPress is vulnerable to Unauthenticated Hook Injection in all versions up to, and including, 2.4.8 via the check_nonce function. This makes it possible for unauthenticated attackers to execute actions with hooks in WordPress under certain circumstances. The action the attacker wishes to execute needs to have a nonce check, and the nonce needs to be known to the attacker. Furthermore, the absence of a capability check is a requirement.

Technical Analysis

REMEDIATION: Update to version 2.4.9, 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