CVE-2023-26464:
Apache Log4j 1.x (EOL) allows Denial of Service (DoS)
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.233%
CWE
Published
3/10/2023
Updated
9/27/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.logging.log4j:log4j-core | maven | >= 1.0.4, < 2.0 | 2.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability explicitly references Chainsaw and SocketAppender components handling deserialization of logging events. Both components use ObjectInputStream.readObject() to deserialize network data. In Log4j 1.x, these methods lack protections against deeply nested structures, enabling DoS via CWE-400 (resource exhaustion) and CWE-502 (untrusted deserialization). The functions identified are core entry points for event processing in these components.