← back to popular plugins
wordfence / plugin · wp-mail-logging

WP Mail Logging

wp-mail-logging
total installs
300,000
total vulns
1
critical
0
high
1
medium
0
low
0
latest vuln
patched
1
unpatched
0
avg time to patch
vulnerabilities (1)
WP Mail Logging <= 1.15.0 - Unauthenticated PHP Object Injection via Email Log Message Field
high ✓ patched
cvss score 7.5
cwe CWE-502: Deserialization of Untrusted Data
published Feb 27, 2026
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.