e107 prior to version 2.3.8 contains a code execution vulnerability in the e_array deserialization handler that allows an attacker with out-of-band database write access to execute arbitrary PHP code by storing a crafted payload in the user_prefs column. The e_array::unserialize() function in e107_handlers/core_functions.php performs only a prefix check for the string 'array' before passing the stored value to eval(), causing automatic PHP execution whenever the affected user's preferences are materialized through e_user_pref::load().
References
Configurations
No configuration.
History
30 Jul 2026, 15:16
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/e107inc/e107/security/advisories/GHSA-568x-w5qj-vr7c - |
30 Jul 2026, 14:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-07-30 14:16
Updated : 2026-07-30 16:45
NVD link : CVE-2026-57859
Mitre link : CVE-2026-57859
CVE.ORG link : CVE-2026-57859
JSON object : View
Products Affected
No product.
CWE
CWE-502
Deserialization of Untrusted Data
