Security readout for executives and security teams
Plain-English summary
CVE-2023-5455 is a CSRF weakness in Red Hat IPA/FreeIPA login handling. An attacker could trick a user into making a request that acts with that user's authority, mainly risking unauthorized integrity impact. The source says existing logged-in cookies cannot be reflected, so the attacker needs a new authentication attempt.
Executive priority
Treat this as a moderate identity-platform issue. It is not cited as actively exploited, but IPA/FreeIPA often protects central authentication, so affected servers should be updated during the next security maintenance window, faster if externally reachable.
Technical view
The flaw is CWE-352 in ipa/session/login_password and certain FreeIPA HTTP endpoints that did not consistently enforce CSRF protection. CVSS is 6.5, network-reachable, low complexity, no privileges required, and user interaction required, with high integrity impact and no rated availability impact.
Likely exposure
Exposure is most likely in Red Hat Enterprise Linux systems running affected ipa or idm:DL1 packages for RHEL 7, 8 streams, and RHEL 9 variants listed in the source bundle. RHEL 8 idm:client/ipa and krb5 are listed unaffected; RHEL 6 status is unknown.
Exploitation context
No active exploitation is established by the provided sources, and KEV is false. Exploitation requires social engineering or user interaction that causes a new authentication attempt. The source specifically limits the cookie-reflection scenario for an already logged-in user.
Researcher notes
Key constraints matter: user interaction is required, and the source says the flaw cannot reflect an existing logged-in cookie. Validation should focus on package and stream exposure, not generic CSRF assumptions. Evidence for fixed builds is advisory-based in the provided bundle, without full package changelog details.
Mitigation direction
- Apply the relevant Red Hat RHSA security update for the affected RHEL stream.
- Review FreeIPA release notes referenced for supported upgrade paths.
- Prioritize internet-exposed or broadly reachable IPA web interfaces.
- Do not assume RHEL 6 status; check Red Hat guidance directly.
- Confirm RHEL 8 client-only idm and krb5 packages are not in scope.
Validation and detection
- Inventory hosts running ipa or idm:DL1 packages.
- Map each host to the affected RHEL version or stream listed in the bundle.
- Check installed package versions against Red Hat advisory guidance.
- Verify IPA web endpoints are not unnecessarily exposed to untrusted networks.
- Document whether RHEL 6 instances exist and require vendor clarification.
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-352: 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.
Open ATT&CK lookupCVE-2023-5455 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
- 6.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/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.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N2.83.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
6.5MediumVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
Source materials
- CVE List V5 sourceCVE List V5
- RHSA-2024:0137CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2024:0138CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2024:0139CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2024:0140CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2024:0141CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2024:0142CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2024:0143CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2024:0144CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2024:0145CVE reference · vendor-advisory, x_refsource_REDHAT
- https://access.redhat.com/security/cve/CVE-2023-5455CVE reference · vdb-entry, x_refsource_REDHAT
- RHBZ#2242828CVE reference · issue-tracking, x_refsource_REDHAT
- https://www.freeipa.org/release-notes/4-10-3.htmlCVE reference
- https://www.freeipa.org/release-notes/4-11-1.htmlCVE reference
- https://www.freeipa.org/release-notes/4-6-10.htmlCVE reference
- https://www.freeipa.org/release-notes/4-9-14.htmlCVE reference
- RHSA-2024:0252CVE reference · vendor-advisory, x_refsource_REDHAT
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U76DAZZVY7V4XQBOOV5ETPTHW3A6MW5O/CVE reference · x_transferred
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UFNUQH7IOHTKCTKQWFHONWGUBOUANL6I/CVE reference · x_transferred
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.
Cross-Site Request Forgery (CSRF)
Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
