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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N2.82.5Primary CVE scoreVulnerability scoring details
Base CVSS 3.0 score
5.4MediumVector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-10158CVE reference · x_refsource_CONFIRM
- https://github.com/infinispan/infinispan/pull/6960CVE reference · x_refsource_CONFIRM
- https://github.com/infinispan/infinispan/pull/7025CVE reference · x_refsource_CONFIRM
- https://security.netapp.com/advisory/ntap-20231227-0009/CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Session Fixation
Session Fixation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
