CVE-2025-23366: Org.jboss.hal:hal-console: wildfly hal console cross-site scripting
A flaw was found in the HAL Console in the Wildfly component, which does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output used as a web page that is served to other users. The attacker must be authenticated as a user that belongs to management groups “SuperUser”, “Admin”, or “Maintainer”.
Security readout for executives and security teams
Plain-English summary
CVE-2025-23366 is a cross-site scripting flaw in the WildFly HAL management console. A privileged, authenticated attacker could place unsafe input into a page viewed by other users, potentially exposing sensitive information or enabling unauthorized actions in their browser session. The required management role limits exposure, but compromise of an administrator-level account increases the business risk.
Executive priority
Prioritize remediation during the next security maintenance window, accelerating it where EAP 8 management consoles are externally reachable or privileged access is weakly controlled. This is not supported as an emergency active-exploitation event, but administrator-facing confidentiality and integrity consequences justify prompt action.
Technical view
The HAL Console incorrectly neutralizes user-controlled input before including it in web output, classified as CWE-79. Exploitation requires authentication and membership in the SuperUser, Admin, or Maintainer management groups. The supplied CVSS 3.1 score is 6.5, with high confidentiality and integrity impact, no availability impact, low complexity, and high privileges required.
Likely exposure
The bundle identifies org.jboss.hal/hal-console in Red Hat JBoss Enterprise Application Platform 8 as affected. EAP 7 and the Expansion Pack are marked unaffected; JBoss Data Grid 7 status is unknown. Exact affected and fixed version ranges are not supplied. Internet-accessible or broadly reachable management consoles and excessive privileged membership increase exposure.
Exploitation context
The source bundle does not identify active exploitation, and the CVE is not listed as KEV. Exploitation nevertheless requires network access to the management console and an authenticated account in a powerful management group. No evidence in the bundle establishes public exploit availability or observed attacks.
Researcher notes
The primary exposure is stored or otherwise rendered XSS within a privileged management context. The stated vector is AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N. Product status is clearest for EAP 8, while precise vulnerable and corrected versions are absent from the bundle. Validate package-level applicability through the linked Red Hat advisories.
Mitigation direction
Review the applicable Red Hat errata and install the vendor-provided security update for each affected deployment.
Restrict HAL management-console access to trusted administrative networks and authorized operators.
Review SuperUser, Admin, and Maintainer membership; remove unnecessary or stale privileged accounts.
Monitor privileged management activity and investigate unexpected console changes or administrator sessions.
Validation and detection
Inventory EAP 8 deployments and record their installed HAL Console package versions.
Compare installed packages against the applicable Red Hat errata; the bundle does not provide fixed version ranges.
Confirm EAP 7 and Expansion Pack assets match the products marked unaffected in the source bundle.
Treat JBoss Data Grid 7 status as unresolved and verify it directly through current vendor guidance.
Audit management-group membership and confirm the console is not exposed beyond intended administrative networks.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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.
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.
1CVSS vectors
5Timeline events
1ADP providers
7Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical 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-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.