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

CVE-2010-1428: Red Hat JBoss Information Disclosure 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-1428 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.

Unauthenticated access to the JBoss Application Server Web Console (/web-console) is blocked by default. However, it was found that this block was incomplete, and only blocked GET and POST HTTP verbs…

CVE-2010-1428 is an information-disclosure flaw in Red Hat JBoss Application Server. The default block on unauthenticated access to the Web Console at /web-console was incomplete: it stopped only GET and POST requests. An attacker who can reach the console can therefore use other HTTP methods to obtain sensitive information without credentials. CISA notes known ransomware use of this vulnerability, so organizations still running affected JBoss instances should treat it as a priority.

Confirm exact product editions, versions, and fixed packages against the vendor advisory before acting; the guidance below stays within the published facts and general practices for this class of access-control weakness.

How it works

The weakness is classified as CWE-264 (Permissions, Privileges, and Access Controls). JBoss intended to deny anonymous use of the Web Console, yet the denial logic examined only the GET and POST verbs. Any other HTTP method that the server still accepted could bypass the check and return console data that should have been protected.

A remote attacker who can send requests to the /web-console endpoint simply chooses a verb that is not GET or POST. Successful responses can reveal configuration details, deployment information, or other sensitive material that aids further compromise. No authentication is required once the incomplete block is circumvented. Specific request formats or response contents are not detailed in the public summary; treat any unexpected access to the console as suspicious and validate behavior against the vendor advisory.

Am I affected? How to find it in your systems

Red Hat JBoss Application Server commonly appears in Java EE environments—application tiers, middleware clusters, and development or test servers that were never decommissioned. Inventory every host that may run JBoss:

Because the public record does not list precise version ranges here, compare every discovered instance against the vendor advisory to determine whether it is vulnerable. Telemetry signs of exploitation include HTTP requests to /web-console that use methods other than GET or POST, especially from untrusted source addresses, and any successful responses that return console content to unauthenticated clients. Forward web-server and application logs that capture method, URI, status code, and source IP to your SIEM for retrospective queries.

How to remediate

Apply the updates supplied by Red Hat for the affected JBoss components, following the vendor instructions referenced by CISA. Patching restores a complete block on unauthenticated console access and is the primary remediation.

After patching, harden the installation:

Document the versions installed before and after the update so that future audits can confirm the fix.

If you can't patch immediately

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

These measures do not replace the patch; they only buy time while the update is scheduled and tested.

If your data may have been exposed

Actively exploited vulnerabilities, including those with documented ransomware use, frequently precede broader breaches. If logs or other evidence suggest the console was accessed without authorization, follow your incident-response plan: isolate affected hosts, preserve forensic data, rotate credentials that may have been exposed, and assess whether sensitive information left the environment. As a further check, you can run a free exposure scan of your email addresses against known breach data sets to see whether associated accounts appear in prior compromises.

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