LiveActive security incident?Get immediate response
CVE Record

CVE-2019-10158: A flaw was found in Infinispan through version 9.4.14.Final.

A flaw was found in Infinispan through version 9.4.14.Final. An improper implementation of the session fixation protection in the Spring Session integration can result in incorrect session handling.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2019-10158 is a medium-severity session handling flaw in Infinispan's Spring Session integration through 9.4.14.Final. In affected applications, session fixation protection may be implemented incorrectly, creating a risk that a user's session is mishandled around authentication or session changes.

Executive priority

Treat as a targeted remediation item for web applications that rely on Infinispan-backed Spring sessions. It is not currently evidenced as broadly exploited, but it can affect account trust boundaries and should be handled in normal patch cycles for exposed applications.

Technical view

The issue is classified as CWE-384, session fixation. The CVSS 3.0 vector is 5.4: network-accessible, low complexity, no privileges required, user interaction required, with low confidentiality and integrity impact and no availability impact.

Likely exposure

Exposure is most likely in applications using Red Hat Infinispan through 9.4.14.Final specifically with Spring Session integration. General Infinispan use without that integration is not established as affected by the provided sources.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation. CVSS indicates exploitation requires user interaction. The business risk is session misuse or unauthorized continuity, not remote code execution or service outage.

Researcher notes

The evidence names the vulnerable component and weakness but does not provide detailed exploit conditions, affected CPEs, or a specific fixed release in the bundle. Upstream pull requests are referenced, so researchers should correlate those changes with packaged releases before closing exposure.

Mitigation direction

  • Inventory applications using Infinispan Spring Session integration.
  • Check Red Hat and Infinispan guidance for fixed versions or backports.
  • Prioritize internet-facing authentication and account-management flows.
  • Review session regeneration behavior after login and privilege changes.
  • Apply relevant downstream vendor advisories where Infinispan is embedded.

Validation and detection

  • Confirm deployed Infinispan versions are later than 9.4.14.Final or vendor-fixed.
  • Identify whether Spring Session integration is enabled in affected applications.
  • Review authentication tests for session ID rotation after login.
  • Check vendor advisories for product-specific affected package status.
  • Verify no compensating controls depend on vulnerable session behavior.
Prepared
Confidence
medium
Sources
6

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-384: 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-2019-10158 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.4 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/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
0Timeline events
0ADP providers
5Source links

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.4CVSS 3.0MediumCVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N2.82.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

5.4Medium
CVSS 3.0 vector shape for CVE-2019-10158Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Red Hatinfinispann/aListed
Weakness

CWE details

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

CWE-384 · source CWE mapping

Session Fixation

Session Fixation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.