CVE-2026-2471

The WP Mail Logging plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.15.0 via deserialization of untrusted input from the email log message field. This is due to the `BaseModel` class constructor calling `maybe_unserialize()` on all properties retrieved from the database without validation. This makes it possible for unauthenticated attackers to inject a PHP Object by submitting a double-serialized payload through any public-facing form that sends email (e.g., Contact Form 7). When the email is logged and subsequently viewed by an administrator, the malicious payload is deserialized into an arbitrary PHP object. No known POP chain is present in the vulnerable software, which means this vulnerability has no impact unless another plugin or theme containing a POP chain is installed on the site. If a POP chain is present via an additional plugin or theme installed on the target system, it may allow the attacker to perform actions like delete arbitrary files, retrieve sensitive data, or execute code depending on the POP chain present.
Configurations

No configuration.

History

02 Mar 2026, 20:30

Type Values Removed Values Added
Summary
  • (es) El plugin WP Mail Logging para WordPress es vulnerable a la inyección de objetos PHP en todas las versiones hasta la 1.15.0, inclusive, a través de la deserialización de entrada no confiable desde el campo de mensaje del registro de correo electrónico. Esto se debe a que el constructor de la clase 'BaseModel' llama a 'maybe_unserialize()' en todas las propiedades recuperadas de la base de datos sin validación. Esto hace posible que atacantes no autenticados inyecten un objeto PHP al enviar una carga útil doblemente serializada a través de cualquier formulario público que envíe correo electrónico (por ejemplo, Contact Form 7). Cuando el correo electrónico es registrado y posteriormente visto por un administrador, la carga útil maliciosa es deserializada en un objeto PHP arbitrario. No hay una cadena POP conocida presente en el software vulnerable, lo que significa que esta vulnerabilidad no tiene impacto a menos que otro plugin o tema que contenga una cadena POP esté instalado en el sitio. Si una cadena POP está presente a través de un plugin o tema adicional instalado en el sistema objetivo, puede permitir al atacante realizar acciones como eliminar archivos arbitrarios, recuperar datos sensibles o ejecutar código, dependiendo de la cadena POP presente.

28 Feb 2026, 07:15

Type Values Removed Values Added
New CVE

Information

Published : 2026-02-28 07:15

Updated : 2026-03-02 20:30


NVD link : CVE-2026-2471

Mitre link : CVE-2026-2471

CVE.ORG link : CVE-2026-2471


JSON object : View

Products Affected

No product.

CWE
CWE-502

Deserialization of Untrusted Data