CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-2471

High
Published: Translated: NVD NIST

Summary

Wtyczka WP Mail Logging dla WordPressa jest podatna na wstrzykiwanie obiektów PHP we wszystkich wersjach do i włącznie z 1.15.0, poprzez deserializację niezaufanych danych z pola wiadomości logu e-mail. Problem wynika z wywołania metody `maybe_unserialize()` w konstruktorze klasy `BaseModel` na wszystkich właściwościach pobranych z bazy danych bez walidacji.

Risk Assessment

Atakujący, który nie jest uwierzytelniony, może wstrzyknąć obiekt PHP, co stwarza ryzyko wykonania nieautoryzowanych działań, jeśli na stronie zainstalowano dodatkową wtyczkę lub motyw zawierający łańcuch POP.

Recommendation

Zaleca się aktualizację wtyczki WP Mail Logging do najnowszej wersji oraz przegląd zainstalowanych wtyczek i motywów w celu identyfikacji potencjalnych łańcuchów POP.

Related vulnerabilities

Original NVD description (English source)

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 delet

Vulnerability data from NVD (NIST) · CISA KEV · EPSS