Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Critical cPanel Vulnerability (CVE-2023-XXXX) Allows Full Server Control
August 28, 2026
Critical PaperCut NG/MF Vulnerability Actively Exploited in Attacks
August 28, 2026
GitLab Patches Critical AI Agent Flaw Allowing Code Execution
August 27, 2026
Home/CyberSecurity News/Critical Apache Log4j2 Flaw Lets Attackers Bypass Security and Execute Code
CyberSecurity News

Critical Apache Log4j2 Flaw Lets Attackers Bypass Security and Execute Code

Key Takeaways A new vulnerability, Log4j2 #4255, has been identified in Apache Log4j2. The flaw allows attackers to bypass deserialization allowlists and execute code remotely under very specific...

Jennifer sherman
Jennifer sherman
August 27, 2026 3 Min Read
9 0

Key Takeaways

  • A new vulnerability, Log4j2 #4255, has been identified in Apache Log4j2.
  • The flaw allows attackers to bypass deserialization allowlists and execute code remotely under very specific conditions.
  • Affected systems are those that accept serialized Log4j events from untrusted network sources and process them with a specific filter.
  • This issue is not comparable to the widespread Log4Shell vulnerability and requires a rare deployment scenario for exploitation.
  • No CVE has been assigned yet, but mitigations are available for organizations with vulnerable configurations.

A recently disclosed vulnerability in Apache Log4j2 could enable threat actors to circumvent a deserialization allowlist, potentially leading to remote code execution in specific application environments. This issue is distinct from the widely publicized Log4Shell vulnerability and necessitates a very particular set of circumstances to be exploitable.

Table Of Content

  • Key Takeaways
  • New Apache Log4j2 Vulnerability Details
  • Exploitation Mechanism
  • Specific Conditions for Exploitation
  • What You Should Do

The flaw, internally tracked as Log4j2 #4255, impacts applications configured to accept serialized Log4j events via a network-accessible Java deserialization path.

At the core of this weakness is Log4j’s FilteredObjectInputStream, a component designed to restrict which Java classes can be loaded during the processing of serialized log events. Its allowlist notably includes Java.rmi.MarshalledObject, a Java container capable of holding another serialized object as an opaque byte array.

Researchers discovered that this outer MarshalledObject can successfully pass the Log4j allowlist, effectively concealing a malicious inner object. When Log4j subsequently invokes MarshalledObject.get(), Java proceeds to deserialize the embedded payload using a new, unfiltered ObjectInputStream. This critical step means the original allowlist does not scrutinize the hidden object graph, allowing a malicious object to bypass security controls.

New Apache Log4j2 Vulnerability Details

Exploitation Mechanism

The vulnerable execution flow is tied to Log4jLogEvent$LogEventProxy, which represents a serialized Log4j event. This proxy embeds the event message within a MarshalledObject and automatically retrieves it during deserialization.

An attacker could craft a specially designed malicious serialized Log4j event and transmit it to a vulnerable receiver. If processed, this could trigger the execution of a gadget chain present on the target system’s classpath.

A public reproduction lab, detailed in Dinosn reports Log4j2 #4255 on GitHub, successfully demonstrated this issue in Log4j 2.26.1 running on JDK 17. In the test environment, a malicious payload, nested within a MarshalledObject, achieved code execution when processed by an unauthenticated TCP receiver utilizing FilteredObjectInputStream.

The lab also confirmed that a Commons Collections 3.2.1 gadget chain could be executed without requiring the attacker to supply a class on the victim system. However, it’s crucial to distinguish this from the Log4Shell vulnerability; this flaw cannot be triggered simply by embedding a malicious string into an application log message.

Specific Conditions for Exploitation

Exploitation of Log4j2 #4255 demands a highly specific and uncommon configuration. An application must expose a receiver that accepts attacker-controlled serialized Log4j events, processes these events using FilteredObjectInputStream, and simultaneously includes a usable chain of Java deserialization gadgets.

Apache’s security guidance emphasizes that standard Log4j Core production code typically does not deserialize data received from external sources such as sockets or queues. The project describes FilteredObjectInputStream as a defense-in-depth utility rather than a comprehensive security boundary, cautioning that applications should never deserialize untrusted log event streams.

The flaw is best characterized as a dangerous deserialization bypass within legacy or custom Log4j event receivers, rather than a generalized remote code execution vulnerability impacting typical Log4j deployments. At the time of this report, Log4j2 issue #4255 remained an open issue without an assigned CVE.

What You Should Do

  • Identify Legacy Receivers: Actively search for and identify any legacy serialized Log4j event receivers within your infrastructure, particularly unauthenticated network services based on older socket bridge patterns.
  • Avoid Untrusted Deserialization: Ensure that applications do not deserialize untrusted log event streams from external sources.
  • Configure JVM Serialization Filter: As a temporary mitigation, configure the JVM serialization filter to reject Java.rmi.MarshalledObject. Be aware that this may also block legitimate serialized Log4j events.
  • Remove Java Serialization: For long-term security, consider removing Java serialization from log transport mechanisms entirely.
  • Upgrade/Remove Gadget Dependencies: Upgrade or remove any vulnerable gadget dependencies that could be exploited through deserialization.
  • Implement Mutual Authentication: Utilize mutually authenticated endpoints for any log transport that involves serialization.
  • Migrate to Secure Formats: Transition to structured logging formats like JSON or RFC 5424 over TLS, which are more secure than Java-serialized log transport.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackCVEExploitSecurityVulnerability

Share Article

Jennifer sherman

Jennifer sherman

Jennifer is a cybersecurity news reporter covering data breaches, ransomware campaigns, and dark web markets. With a background in incident response, Jennifer provides unique insights into how organizations respond to cyber attacks and the evolving tactics of threat actors. Her reporting has covered major breaches affecting millions of users and has helped organizations understand emerging threats. Jennifer combines technical knowledge with investigative journalism to deliver in-depth coverage of cybersecurity incidents.

Previous Post

FBI Dismantles China-Linked Hacking Infrastructure Targeting US Critical Infrastructure

Next Post

Critical Veeam Backup & Replication Flaw Exposes Guest OS Credentials

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Critical TP-Link Kasa Smart Home Vulnerability Lets Attackers Disrupt Devices
August 27, 2026
CISA Warns of Microsoft SQL Server RCE Vulnerability Exploited in Attacks
August 27, 2026
Two Australians Charged for TeamPCP Supply Chain Attacks
August 27, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
David kimber
David kimber
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us