CVE-2017-12149: In Jboss Application Server as shipped with Red Hat Enterprise Application Platform 5.2, it was found that...
In Jboss Application Server as shipped with Red Hat Enterprise Application Platform 5.2, it was found that the doFilter method in the ReadOnlyAccessFilter of the HTTP Invoker does not restrict classes for which it performs deserialization and thus allowing an attacker to execute arbitrary code via crafted serialized data.
Security readout for executives and security teams
Plain-English summary
A remote, unauthenticated attacker can send malicious serialized data to the JBoss HTTP Invoker and potentially take full control of the application server. Successful exploitation could expose data, alter applications, or disrupt services.
Executive priority
Treat this as an immediate remediation priority. It combines unauthenticated remote code execution, maximum business-impact potential, public exploit material, and CISA-confirmed exploitation. Internet-facing or broadly reachable affected systems should be addressed first.
Technical view
CVE-2017-12149 is CWE-502 unsafe deserialization in ReadOnlyAccessFilter.doFilter. JBoss Application Server shipped with Red Hat Enterprise Application Platform 5.2 fails to restrict deserialized classes. The CVSS 3.1 score is 9.8 because exploitation is network-accessible, low-complexity, requires no privileges or user interaction, and can compromise confidentiality, integrity, and availability.
Likely exposure
Exposure is likely where Red Hat Enterprise Application Platform 5.2 runs the affected JBoss Application Server and its HTTP Invoker is reachable by untrusted networks. The bundle does not identify other affected versions or products, so broader exposure should not be assumed.
Exploitation context
CISA lists CVE-2017-12149 in its Known Exploited Vulnerabilities catalog, supporting active exploitation in the wild. The CVE references public exploit material. No campaign details, exploitation volume, or observed attacker objectives are provided in the source bundle.
Researcher notes
The vulnerable filter does not constrain classes during Java deserialization, creating an attacker-controlled object-processing path. Assessment should focus on exact EAP 5.2 package provenance, HTTP Invoker reachability, advisory applicability, and evidence of prior interaction. The bundle does not provide indicators of compromise or precise fixed package versions.
Mitigation direction
Apply the applicable Red Hat updates documented in RHSA-2018:1607 or RHSA-2018:1608.
Consult Red Hat guidance to determine which advisory and packages match each deployment.
Restrict untrusted network access to the HTTP Invoker until remediation is verified.
Prioritize replacement or isolation if the legacy platform cannot receive the vendor update.
Validation and detection
Inventory deployments of Red Hat Enterprise Application Platform 5.2 and their JBoss components.
Determine whether the HTTP Invoker is reachable from internet or other untrusted networks.
Compare installed package versions with the applicable Red Hat security advisory.
Verify network restrictions and vendor updates remain effective after service restart.
Review relevant server and network telemetry for anomalous HTTP Invoker activity.
The source record changed after analysis: Material source record changed after analysis.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-502: Code execution behavior lookup
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
Exploitation: activeAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-502 · source CWE mapping
Deserialization of Untrusted Data
Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.