LiveActive security incident?Get immediate response
CVE Record

CVE-2024-10973: Keycloak: cli option for encrypted jgroups ignored

A vulnerability was found in Keycloak. The environment option `KC_CACHE_EMBEDDED_MTLS_ENABLED` does not work and the JGroups replication configuration is always used in plain text which can allow an attacker that has access to adjacent networks related to JGroups to read sensitive information.

MediumCVSS 5.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Keycloak may send cluster replication traffic in plaintext even when an environment option is intended to enable embedded mTLS. An attacker with access to adjacent JGroups-related networks could read sensitive information. This is not an internet-wide remote code execution issue, but it matters for clustered deployments and network segmentation.

Executive priority

Prioritize review for production clustered Keycloak environments, especially where cluster networks are shared or weakly segmented. Business risk is confidentiality exposure of identity platform data, not full system takeover based on current sources.

Technical view

CVE-2024-10973 is a CWE-319 cleartext transmission issue in Keycloak. The `KC_CACHE_EMBEDDED_MTLS_ENABLED` option reportedly does not work, so JGroups replication configuration is always plaintext. CVSS is 5.7 Medium: adjacent attack vector, low complexity, low privileges, no user interaction, high confidentiality impact.

Likely exposure

Most relevant to clustered Keycloak deployments using embedded cache/JGroups where adjacent network access to replication traffic is possible. The source lists Keycloak 22.0, 24.0, and 26.0.6 as affected, while listed Red Hat products are marked unaffected.

Exploitation context

No CISA KEV listing or provided source states active exploitation. Successful exploitation requires access to adjacent networks related to JGroups traffic and appears limited to reading exposed sensitive information, not modifying data or causing denial of service.

Researcher notes

The public record identifies the broken mTLS environment option and plaintext JGroups behavior, but does not provide patch details in the supplied bundle. Treat remediation status as incomplete and follow vendor advisories rather than assuming a configuration-only fix.

Mitigation direction

  • Check Red Hat and upstream Keycloak guidance for fixed versions or configuration direction.
  • Do not rely on `KC_CACHE_EMBEDDED_MTLS_ENABLED` to encrypt JGroups traffic until verified.
  • Restrict JGroups-related network access to trusted cluster nodes only.
  • Assess whether affected Keycloak versions are deployed in clustered mode.

Validation and detection

  • Inventory Keycloak versions and identify clustered deployments using embedded cache or JGroups.
  • Review network paths to confirm who can reach JGroups replication traffic.
  • Verify whether Red Hat Build of Keycloak or EAP packages are in use and marked unaffected.
  • Track Red Hat Bugzilla and CVE pages for remediation updates.
Prepared
Confidence
medium
Sources
4

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 · low confidence lookup

CWE-319: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-10973 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

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.

ScoreVersionSeverityVectorExploitImpactSource
5.7CVSS 3.1MediumCVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N2.13.6redhat

Vulnerability scoring details

Base CVSS 3.1 score

5.7Medium
CVSS 3.1 vector shape for CVE-2024-10973Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. Source timelineredhat

    Made public.

  2. Source timelineredhat

    Reported to Red Hat.

  3. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  4. CVE publishedCVE Program

    The CVE record was published.

  5. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Unknown vendorkeycloakkeycloak, 22.0, 24.0, 26.0.6affected
Red HatRed Hat Build of Keycloakkeycloak-quarkus-serverunaffected
Red HatRed Hat JBoss Enterprise Application Platform 8keycloak-quarkus-serverunaffected
Red HatRed Hat JBoss Enterprise Application Platform Expansion Packkeycloak-quarkus-serverunaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-319 · source CWE mapping

Cleartext Transmission of Sensitive Information

Cleartext Transmission of Sensitive Information represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.