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

CVE-2010-0738: Red Hat JBoss Authentication Bypass Vulnerability

RBRecent Breaches Vulnerability Intelligence·May 25, 2022
Critical⚠ Actively exploited (CISA KEV)Ransomware-linked
Critical
Severity
Active
CISA KEV
Yes
Ransomware use
Jun 15, 2022
Patch deadline
⚠ Exploited in the wild. CISA added CVE-2010-0738 to its Known Exploited Vulnerabilities catalog on May 25, 2022, with a federal patch deadline of Jun 15, 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 JMX-Console web application in JBossAs in Red Hat JBoss Enterprise Application Platform performs access control only for the GET and POST methods, which allows remote attackers to send requests to…

Overview

CVE-2010-0738 is an authentication bypass in the JMX-Console web application that ships with Red Hat JBoss Enterprise Application Platform (JBossAs). Access controls on that console were applied only to GET and POST requests, so a remote attacker could reach the same handlers by using a different HTTP method and bypass the intended checks.

Because the JMX-Console can expose powerful management functions, successful abuse can lead to unauthorized control of the application server. The vulnerability has been associated with ransomware activity, which raises the priority for inventory and remediation on any remaining JBoss deployments.

How it works

The underlying weakness is CWE-264 (Permissions, Privileges, and Access Controls). The JMX-Console enforced authentication and authorization only for the GET and POST methods. Requests that used another HTTP method were not subjected to the same checks, yet could still be routed to the console’s GET handler.

An attacker who can reach the console endpoint therefore does not need valid credentials; they simply craft a request with a method the access-control filter does not inspect. Once the request is accepted, the attacker can invoke whatever operations that handler exposes. Exact request formats and reachable operations must be confirmed against the vendor advisory; do not rely on generic examples.

Am I affected? How to find it in your systems

Red Hat JBoss Enterprise Application Platform (and the embedded JBossAs components that include the JMX-Console) typically runs as a Java application server hosting enterprise applications, often on Linux or Windows hosts in data-center or cloud environments. Look for processes, packages, or container images that identify JBoss EAP / JBossAs, and for the presence of the JMX-Console web application (commonly deployed under a context such as /jmx-console).

If public detail on exact affected builds is limited in your environment, treat any unpatched JBoss instance that still serves the JMX-Console as in scope until the vendor advisory confirms otherwise.

How to remediate

Apply the updates supplied by Red Hat for this CVE, following the vendor’s instructions. That is the primary and recommended fix.

If you can't patch immediately

Until the vendor update can be applied, reduce exposure with compensating controls:

These measures lower risk but do not replace the vendor patch; schedule the official update as soon as practicable.

If your data may have been exposed

Actively exploited vulnerabilities, including those tied to ransomware, frequently precede broader compromise and data theft. If you have evidence that an unpatched JBoss instance was reachable and may have been abused, follow your incident-response process: isolate affected hosts, preserve logs, and assess what credentials or data the console could have exposed.

As an additional check, you can run a free exposure scan of your email addresses against known breach data sets to see whether associated accounts have appeared in prior incidents, then force password resets and review access where matches are found.

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

Details

AffectedRed Hat · JBoss
WeaknessCWE-264
Added to CISA KEVMay 25, 2022
Federal patch deadlineJun 15, 2022
Known ransomware useYes
Check if your data is exposed →

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities