LiveBreach Intelligence: data breaches, leaks & ransomware, tracked as they surfaceOngoing protection: GalaxyWarden →
Recent BreachesData breach tracker

CVE-2017-12149: Red Hat JBoss Application Server Remote Code Execution Vulnerability

RBRecent Breaches Vulnerability Intelligence·Dec 10, 2021
Critical⚠ Actively exploited (CISA KEV)Ransomware-linked
Critical
Severity
Active
CISA KEV
Yes
Ransomware use
Jun 10, 2022
Patch deadline
⚠ Exploited in the wild. CISA added CVE-2017-12149 to its Known Exploited Vulnerabilities catalog on Dec 10, 2021, with a federal patch deadline of Jun 10, 2022 — meaning attackers are actively using it. If you run the affected software, patch it immediately. Ransomware crews are known to exploit this flaw.

The JBoss Application Server, shipped with Red Hat Enterprise Application Platform 5.2, allows an attacker to execute arbitrary code via crafted serialized data.

CVE-2017-12149 is a remote code execution vulnerability in Red Hat JBoss Application Server, including the version shipped with Red Hat Enterprise Application Platform 5.2. It stems from unsafe handling of serialized data and can let an unauthenticated attacker run arbitrary code on the server. CISA notes known ransomware use, so organizations still running this stack should treat exposure as high priority and confirm all details against the vendor advisory.

Because JBoss often sits behind web tiers or faces internal networks that host business applications, successful exploitation can give an attacker a foothold for further movement, data theft, or ransomware deployment. The required action is to apply updates per vendor instructions.

How it works

The underlying weakness is CWE-502: deserialization of untrusted data. JBoss Application Server accepts serialized Java objects in certain request paths. When the server deserializes attacker-controlled data without sufficient validation or type restrictions, malicious object graphs can trigger gadget chains that execute code in the context of the application server process.

An attacker sends crafted serialized payloads to an exposed endpoint that performs deserialization. If the classpath contains usable gadget libraries, the payload can achieve remote code execution. Exact request formats, endpoints, and gadget requirements vary by configuration and must be confirmed against the vendor advisory; defenders should assume any unauthenticated deserialization surface is dangerous until proven otherwise.

Am I affected? How to find it in your systems

Red Hat JBoss Application Server (and the EAP 5.2 packaging called out by CISA) typically runs as a Java EE container hosting enterprise applications, often on Linux or Windows servers in data centers or private clouds. It may be reached directly or through reverse proxies, load balancers, or internal service meshes.

Inventory steps:

Telemetry signs of exploitation attempts include unusual POST requests containing Java serialization magic bytes or base64-encoded object streams, unexpected process spawns from the JBoss service account, outbound connections initiated by the application server, or sudden creation of new web shells or scheduled tasks. Correlate web access logs, application server logs, and endpoint detection alerts for these indicators.

How to remediate

Patch first. Apply the updates supplied by Red Hat for the affected JBoss Application Server / EAP release exactly as described in the vendor advisory. CISA’s required action is to apply updates per vendor instructions; verify the fixed package or cumulative patch is installed and restart services in a controlled window.

After patching, harden the deserialization surface common to this class of flaw:

If you can't patch immediately

Implement compensating controls while you schedule the vendor update:

These measures reduce risk but do not replace the vendor patch.

If your data may have been exposed

Actively exploited vulnerabilities, especially those with documented ransomware use, frequently lead to full compromise and data theft. If you have evidence of exploitation or cannot rule it out, follow your incident-response plan: isolate affected hosts, preserve volatile evidence, rotate credentials, and assess what data the application server could access. You can also run a free exposure scan of your email addresses to check whether credentials or personal data already appear in known breach datasets.

AICompiled with AI assistance from public sources and published under our editorial standards.

Details

AffectedRed Hat · JBoss Application Server
WeaknessCWE-502
Added to CISA KEVDec 10, 2021
Federal patch deadlineJun 10, 2022
Known ransomware useYes
Check if your data is exposed →

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities