Cyber Resilience

CVE-2025-5731

Info Disclosure in Redhat Jboss Enterprise Application Platform 7.0.0 … 8.0.0

Published
26 June 2025
Modified
17 June 2026
CVSS Score v3.1 5.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0014 4th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-5731 is a medium-severity Generation of Error Message Containing Sensitive Information (CWE-209) vulnerability in Redhat Jboss Enterprise Application Platform. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Unsecured Credentials (T1552); ranked at the 4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-11 (Error Handling) and IA-5 (Authenticator Management) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A flaw was found in Infinispan CLI. A sensitive password, decoded from a Base64-encoded Kubernetes secret, is processed in plaintext and included in a command string that may expose the data in an error message when a command is not…

more

found.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Why these techniques?

The vulnerability in Infinispan CLI exposes sensitive passwords decoded from Kubernetes secrets in plaintext within command strings and error messages, facilitating adversary access to unsecured credentials.

CVEs Like This One

CVE-2023-3628Same product: Infinispan Infinispan
CVE-2023-3629Same product: Infinispan Infinispan
CVE-2023-5384Same product: Infinispan Infinispan
CVE-2023-5236Same product: Infinispan Infinispan
CVE-2025-31141Shared CWE-209
CVE-2025-65995Shared CWE-209
CVE-2025-22218Shared CWE-209
CVE-2024-12380Shared CWE-209
CVE-2023-4586Same product: Redhat Data Grid
CVE-2026-9794Same vendor: Redhat

Affected Assets

redhat
data grid
8.5.4
redhat
jboss enterprise application platform
7.0.0, 8.0.0
redhat
jboss enterprise application platform expansion pack
all versions
infinispan
infinispan
all versions

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-11 Error Handling
  • IA-5 Authenticator Management
  • SC-28 Protection of Information at Rest
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V16.5.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires error messages to exclude sensitive information such as the plaintext password that ends up in command strings.

prevent

Mandates secure authenticator handling that would preclude decoding and embedding the Kubernetes secret password in plaintext command strings.

prevent

Requires protection of sensitive data while processed, preventing the password from remaining readable inside CLI command strings.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require sanitized error handling to prevent sensitive data disclosure.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure coding standards explicitly forbid exposing sensitive data in errors.

detects

Security testing can detect error messages that leak sensitive information.

A.8.15 Logging partial match
degrades

Logging policy can require suppression of sensitive data in error messages.

prevents

Secure SDLC mandates error-handling rules that avoid leaking sensitive information.

prevents

Application security requirements can specify safe error messaging.

prevents

Secure architecture principles include proper exception handling.

References