CVE-2012-1094: JBoss AS may expose root content if excluded-contexts list is mismatched
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.46327%
CWE
Published
4/23/2022
Updated
2/2/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jboss.as:jboss-as-server | maven | >= 7.0.0.Alpha1, < 7.1.1.Final | 7.1.1.Final |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from mismatched hostname handling between JBoss AS 7 and mod_cluster when processing excluded contexts. The critical functions would be those responsible for: 1) Processing exclusion patterns (ModClusterSubsystem.addExcludedContext
) which lacked hostname auto-prepend in vulnerable versions, and 2) Host configuration setup (ModClusterService.configureHosts
) that established the mismatched default host conventions. These functions would appear in runtime profiling during context registration/request handling when excluded contexts are evaluated. The medium confidence reflects inference from vulnerability descriptions rather than direct patch analysis.