BlackTreeIndependent security intelligence
← Back to the CVE catalogue
Full vulnerability report · 2026
CVE-2026-12413High confidence

IKEv2 Denial of Service via malformed fragmentation

The Libreswan Project · libreswan

7.5HighCVSS 3.1
Recommended action
Within 7 days

High technical severity; prioritise exposed affected systems while verifying vendor guidance.

Patch available
Distribution package intelligence

Ubuntu vendor package status

Canonical’s release and source-package findings are shown separately from local repository availability.

1 package state
Repository candidate not checked

A published vendor fix does not prove that a matching update is enabled and installable on a particular asset. Confirm the local package candidate before scheduling remediation.

Ubuntu releaseSource packageVendor stateFixed versionEvidence
Ubuntu 24.04 LTSnoble · standard archivelibreswanUnder evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 10 Sept 2026
Direct vendor intelligence

Authoritative vendor CSAF and VEX advisories

Structured product status and remediation from the issuing vendor. Product-state explanations are always visible; large lists can be searched or downloaded.

1 current
CVE-2026-12413 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitylibrenswan: IKEv2 Denial of Service via malformed fragmentation
1 known affected

The vendor explicitly identifies these products as affected by this CVE.

  • openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4
Summary
A flaw was found in Libreswan's IKEv2 fragment reassembly mechanism. When a VPN gateway processes incoming split network packets (fragments) containing unexpected data, an off-by-one boundary validation error triggers an internal program safety check (assertion failure). A remote, unauthenticated attacker can exploit this by sending a specific sequence of malformed IKEv2 fragments to an exposed gateway, causing the Libreswan daemon to immediately crash and restart. While this flaw does not allow data theft or unauthorized system access, a continuous stream of these packets will lead to a persistent Denial of Service (DoS) for legitimate VPN users.
Remediation
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258
Optional official sources

National CERT insights
?CERT means Computer Emergency Response Team; CSIRT is the closely related term Computer Security Incident Response Team.

Select the national-authority views to include. The exact source language is shown on each matched advisory. Your choice is remembered on this device and encoded in the shareable URL.

Official European source

ENISA European Vulnerability Database

Official EUVD identifiers, advisory evidence and known-exploited context. Missing fields are not treated as evidence of low risk.

1 current
ENISA EUVD identifier

EUVD-2026-41439

No EUVD known-exploited evidence

ENISA has published the identifier mapping but no EUVD description has been stored yet.

EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
Not supplied in the stored EUVD record
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 7 days

High technical severity; prioritise exposed affected systems while verifying vendor guidance.

Patch available
01

What, why and how

An invalidly formatted IKEv2 fragment causes the Libreswan pluto daemon to crash and restart. Continued exploitation would cause a denial of service. The function reassemble_v2_incoming_fragments() would ignore unknown outer payloads but still store these in a fixed size array msg_digest.digest[PAYLIMIT]. An off-by-one error in the assertion PASSERT(logger, md->digest_roof < elemsof(md->digest)) causes the daemon to abort. No remote code execution is possible. Any configuration that allows IKEv2 connections that do not set fragmentation=no are vulnerable. IKEv1 is not affected.

What

An invalidly formatted IKEv2 fragment causes the Libreswan pluto daemon to crash and restart. Continued exploitation would cause a denial of service. The function reassemble_v2_incoming_fragments() would ignore unknown outer payloads but still store these in a fixed size array msg_digest.digest[PAYLIMIT]. An off-by-one error in the assertion PASSERT(logger, md->digest_roof < elemsof(md->digest)) causes the daemon to abort. No remote code execution is possible. Any configuration that allows IKEv2 connections that do not set fragmentation=no are vulnerable. IKEv1 is not affected.

Why

A product calculates or uses an incorrect maximum or minimum value that is 1 more, or 1 less, than the correct value.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may execute code or commands in the affected security context.

What

An invalidly formatted IKEv2 fragment causes the Libreswan pluto daemon to crash and restart. Continued exploitation would cause a denial of service. The function reassemble_v2_incoming_fragments() would ignore unknown outer payloads but still store these in a fixed size array msg_digest.digest[PAYLIMIT]. An off-by-one error in the assertion PASSERT(logger, md->digest_roof < elemsof(md->digest)) causes the daemon to abort. No remote code execution is possible. Any configuration that allows IKEv2 connections that do not set fragmentation=no are vulnerable. IKEv1 is not affected.

Why

A product calculates or uses an incorrect maximum or minimum value that is 1 more, or 1 less, than the correct value.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may execute code or commands in the affected security context.

02

Exploit reality and attack path

CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.

Observed exploitation
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
No confirmed evidence

No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.

Public PoC / exploit material
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
None recorded

No exploit-tagged reference or CISA SSVC proof-of-concept state is currently recorded. Research may still exist outside the structured feeds.

Likely attack path
a network path → Off-by-one Error → execute code or commands in the affected security context
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-193

CWE-193: Off-by-one Error. A product calculates or uses an incorrect maximum or minimum value that is 1 more, or 1 less, than the correct value.

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Common Vulnerability Scoring System 3.1: the compact vector below is decoded into plain language.

AVNetworkAttack vector: The vulnerable component can be reached over a network.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.SUnchangedScope: The security impact remains within the vulnerable component's authority.CNoneConfidentiality impact: No direct loss is represented by this metric.INoneIntegrity impact: No direct loss is represented by this metric.AHighAvailability impact: A successful attack can cause a major loss.
Post-exploitation / living off the land
After compromise, an attacker may use built-in shells, scripting engines, scheduled tasks and native network utilities for discovery, persistence or movement. This is a plausible LoTL path, not evidence that it has occurred for every attack.
NetworkUnauthenticatedRemote code executionDenial of serviceCWE-193
A

Official authority intelligence

Only matched European and national findings are included. Language selectors and unavailable sources are omitted.

BSI · German · WID-SEC-W-2026-3043IBM QRadar SIEM: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um Sicherheitsvorkehrungen zu umgehen, um seine Privilegien zu erhöhen, um einen Denial of Service Angriff durchzuführen, um Informationen offenzulegen, um Dateien zu manipulieren, um einen Cross-Site Scripting Angriff durchzuführen und um beliebigen Programmcode auszuführen.

Official advisory
BSI · German · WID-SEC-W-2026-2518Red Hat Enterprise Linux (libreswan): Mehrere Schwachstellen ermöglichen Denial of Service

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux ausnutzen, um einen Denial of Service Angriff durchzuführen und möglicherweise die Authentifizierung zu umgehen.

Official advisory
CERT-FR · French · CERTFR-2026-AVI-1094Multiples vulnérabilités dans les produits IBM

d?id=CVE-2026-10846 Référence CVE CVE-2026-10879 https://www.cve.org/CVERecord?id=CVE-2026-10879 Référence CVE CVE-2026-11525 https://www.cve.org/CVERecord?id=CVE-2026-11525 Référence CVE CVE-2026-11541 https://www.cve.org/CVERecord?id=CVE-2026-11541 Référence CVE CVE-2026-11806 https://www.cve.org/CVERecord?id=CVE-2026-11806 Référence CVE CVE-2026-11897 https://www.cve.org/CVERecord?id=CVE-2026-11897 Référence CVE CVE-2026-12143 https://www.cve.org/CVERecord?id=CVE-2026-12143 Référence CVE CVE-2026-12151 https://www.cve.org/CVERecord?id=CVE-2026-12151 Référence CVE CVE-2026-12243 https://www.cve.org/CVERecord?id=CVE-2026-12243 Référence CVE CVE-2026-12413 https://www.cve.org/CVERecord?id=CVE-2026-12413 Référence CVE CVE-2026-12505 https://www.cve.org/CVERecord?id=CVE-2026-12505 Référence CVE CVE-2026-13149 https://www.cve.org/CVERecord?id=CVE-2026-13149 Référence CVE CVE-2026-13311 https://www.cve.org/CVERecord?id=CVE-2026-13311 Référence CVE CVE-2026-13676 https://www.cve.org/CVERecord?id=CVE-2026-13676 Référence CVE CVE-2026-14380 https://www.cve.org/CVERecord?id=CVE-2026-14380 Référence CVE CVE-2026-14446 https://www.cve.org/CVERecord?id=CVE-2026-14446 Référence CVE CVE-2026-14474 https://www.cve.org/CVERecord?id=CVE-2026-14474 Référence CVE CVE-2026-14476 https://www.cve.org/CVERecord?id=

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0866Multiples vulnérabilités dans Microsoft Azure Linux

de sécurité Microsoft Azure Linux CVE-2026-53349 du 02 juillet 2026 Bulletin de sécurité Microsoft Azure Linux CVE-2026-53352 du 02 juillet 2026 Bulletin de sécurité Microsoft Azure Linux CVE-2026-53353 du 02 juillet 2026 Bulletin de sécurité Microsoft Azure Linux CVE-2026-53355 du 02 juillet 2026 Bulletin de sécurité Microsoft Azure Linux CVE-2026-53356 du 02 juillet 2026 Bulletin de sécurité Microsoft Azure Linux CVE-2026-12912 du 03 juillet 2026 Bulletin de sécurité Microsoft Azure Linux CVE-2026-14164 du 03 juillet 2026 Bulletin de sécurité Microsoft Azure Linux CVE-2026-53357 du 03 juillet 2026 Bulletin de sécurité Microsoft Azure Linux CVE-2026-12413 du 04 juillet 2026 Bulletin de sécurité Microsoft Azure Linux CVE-2026-50721 du 04 juillet 2026 Bulletin de sécurité Microsoft Azure Linux CVE-2026-50722 du 04 juillet 2026 Bulletin de sécurité Microsoft Azure Linux CVE-2026-53223 du 04 juillet 2026 Bulletin de sécurité Microsoft Azure Linux CVE-2026-53269 du 09 juillet 2026 Une gestion de version détaillée se trouve à la fin de ce document. Risque Non spécifié par l'éditeur Systèmes affectés azl3 kernel 6.6.139.1-1 versions antérieures à 6.6.143.1-1 azl3 libarchive 3.7.7-6 versions antérieures à 3.7.7-7 azl3 libreswan 4.15-1 versions antérieures à 4.15-2 azl3 libtiff 4.6.0-13 versions antér

Official advisory
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4
Fixed
libreswan-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.src as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; rhcos-aarch64-4.19.9.6.202609021231-0 as a component of Red Hat OpenShift Container Platform 4.19; rhcos-ppc64le-4.19.9.6.202609021231-0 as a component of Red Hat OpenShift Container Platform 4.19; rhcos-s390x-4.19.9.6.202609021231-0 as a component of Red Hat OpenShift Container Platform 4.19; rhcos-x86_64-4.19.9.6.202609021231-0 as a component of Red Hat OpenShift Container Platform 4.19; rhcos-aarch64-4.20.9.6.202609021029-0 as a component of Red Hat OpenShift Container Platform 4.20; rhcos-ppc64le-4.20.9.6.202609021029-0 as a component of Red Hat OpenShift Container Platform 4.20; rhcos-s390x-4.20.9.6.202609021029-0 as a component of Red Hat OpenShift Container Platform 4.20; rhcos-x86_64-4.20.9.6.202609021029-0 as a component of Red Hat OpenShift Container Platform 4.20; rhcos-aarch64-4.21.9.6.202609021100-0 as a component of Red Hat OpenShift Container Platform 4.21; rhcos-ppc64le-4.21.9.6.202609021100-0 as a component of Red Hat OpenShift Container Platform 4.21; rhcos-s390x-4.21.9.6.202609021100-0 as a component of Red Hat OpenShift Container Platform 4.21; rhcos-x86_64-4.21.9.6.202609021100-0 as a component of Red Hat OpenShift Container Platform 4.21; libreswan-0:5.2-1.el10_0.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 58 more
Action
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258
Workaround
A mitigation or workaround reference is available from the source linked below; validate it against the affected product and version.
04

Evidence and provenance

Published 2 Jul 2026 · Last source change 7 Jul 2026, 17:02 UTC · CWE-193 · Off-by-one Error

CVE recordCVE.org · 5.2
CVSS sourceCNA
EPSS source
?The date BlackTree first stored a score for this CVE from the daily FIRST EPSS feed.
FIRST · tracked since 2026-08-14
European sourceENISA EUVD · EUVD-2026-41439
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD enriched

Core structured fields are present and their contributing authorities are shown above.

Material change intelligence

What changed after publication

View recent updates →
  1. Affected versionsThe structured affected or fixed version information changed.
    Before
    openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4 · Fixed: libreswan-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.src as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; rhcos-aarch64-4.20.9.6.202609021029-0 as a component of Red Hat OpenShift Container Platform 4.20; rhcos-ppc64le-4.20.9.6.202609021029-0 as a component of Red Hat OpenShift Container Platform 4.20; rhcos-s390x-4.20.9.6.202609021029-0 as a component of Red Hat OpenShift Container Platform 4.20; rhcos-x86_64-4.20.9.6.202609021029-0 as a component of Red Hat OpenShift Container Platform 4.20; rhcos-aarch64-4.21.9.6.202609021100-0 as a component of Red Hat OpenShift Container Platform 4.21; rhcos-ppc64le-4.21.9.6.202609021100-0 as a component of Red Hat OpenShift Container Platform 4.21; rhcos-s390x-4.21.9.6.202609021100-0 as a component of Red Hat OpenShift Container Platform 4.21; rhcos-x86_64-4.21.9.6.202609021100-0 as a component of Red Hat OpenShift Container Platform 4.21; libreswan-0:5.2-1.el10_0.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10); and 54 more
    After
    openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4 · Fixed: libreswan-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.src as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; rhcos-aarch64-4.19.9.6.202609021231-0 as a component of Red Hat OpenShift Container Platform 4.19; rhcos-ppc64le-4.19.9.6.202609021231-0 as a component of Red Hat OpenShift Container Platform 4.19; rhcos-s390x-4.19.9.6.202609021231-0 as a component of Red Hat OpenShift Container Platform 4.19; rhcos-x86_64-4.19.9.6.202609021231-0 as a component of Red Hat OpenShift Container Platform 4.19; rhcos-aarch64-4.20.9.6.202609021029-0 as a component of Red Hat OpenShift Container Platform 4.20; rhcos-ppc64le-4.20.9.6.202609021029-0 as a component of Red Hat OpenShift Container Platform 4.20; rhcos-s390x-4.20.9.6.202609021029-0 as a component of Red Hat OpenShift Container Platform 4.20; rhcos-x86_64-4.20.9.6.202609021029-0 as a component of Red Hat OpenShift Container Platform 4.20; rhcos-aarch64-4.21.9.6.202609021100-0 as a component of Red Hat OpenShift Container Platform 4.21; rhcos-ppc64le-4.21.9.6.202609021100-0 as a component of Red Hat OpenShift Container Platform 4.21; rhcos-s390x-4.21.9.6.202609021100-0 as a component of Red Hat OpenShift Container Platform 4.21; rhcos-x86_64-4.21.9.6.202609021100-0 as a component of Red Hat OpenShift Container Platform 4.21; libreswan-0:5.2-1.el10_0.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 58 more
    Red Hat Product Security
  2. Affected versionsThe structured affected or fixed version information changed.
    Before
    libreswan as a component of Red Hat OpenShift Container Platform 4; libreswan.src as a component of Red Hat OpenShift Container Platform 4; openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4 · Fixed: libreswan-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.src as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.2-1.el10_0.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); and 46 more
    After
    openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4 · Fixed: libreswan-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.src as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; rhcos-aarch64-4.20.9.6.202609021029-0 as a component of Red Hat OpenShift Container Platform 4.20; rhcos-ppc64le-4.20.9.6.202609021029-0 as a component of Red Hat OpenShift Container Platform 4.20; rhcos-s390x-4.20.9.6.202609021029-0 as a component of Red Hat OpenShift Container Platform 4.20; rhcos-x86_64-4.20.9.6.202609021029-0 as a component of Red Hat OpenShift Container Platform 4.20; rhcos-aarch64-4.21.9.6.202609021100-0 as a component of Red Hat OpenShift Container Platform 4.21; rhcos-ppc64le-4.21.9.6.202609021100-0 as a component of Red Hat OpenShift Container Platform 4.21; rhcos-s390x-4.21.9.6.202609021100-0 as a component of Red Hat OpenShift Container Platform 4.21; rhcos-x86_64-4.21.9.6.202609021100-0 as a component of Red Hat OpenShift Container Platform 4.21; libreswan-0:5.2-1.el10_0.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10); and 54 more
    Red Hat Product Security
  3. Affected versionsThe structured affected or fixed version information changed.
    Before
    libreswan as a component of Red Hat OpenShift Container Platform 4; libreswan.src as a component of Red Hat OpenShift Container Platform 4; openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4 · Fixed: libreswan-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.src as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.2-1.el10_0.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); and 41 more
    After
    libreswan as a component of Red Hat OpenShift Container Platform 4; libreswan.src as a component of Red Hat OpenShift Container Platform 4; openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4 · Fixed: libreswan-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.src as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.2-1.el10_0.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); and 46 more
    Red Hat Product Security
  4. Affected versionsThe structured affected or fixed version information changed.
    Before
    libreswan as a component of Red Hat OpenShift Container Platform 4; libreswan.src as a component of Red Hat OpenShift Container Platform 4; openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4 · Fixed: libreswan-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.src as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.2-1.el10_0.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); and 36 more
    After
    libreswan as a component of Red Hat OpenShift Container Platform 4; libreswan.src as a component of Red Hat OpenShift Container Platform 4; openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4 · Fixed: libreswan-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.src as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.2-1.el10_0.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); and 41 more
    Red Hat Product Security
  5. Affected versionsThe structured affected or fixed version information changed.
    Before
    libreswan as a component of Red Hat OpenShift Container Platform 4; libreswan.src as a component of Red Hat OpenShift Container Platform 4; openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4; rhcos as a component of Red Hat OpenShift Container Platform 4 · Fixed: libreswan-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.src as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.2-1.el10_0.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); and 36 more
    After
    libreswan as a component of Red Hat OpenShift Container Platform 4; libreswan.src as a component of Red Hat OpenShift Container Platform 4; openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4 · Fixed: libreswan-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.src as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.2-1.el10_0.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); and 36 more
    Red Hat Product Security
  6. Affected versionsThe structured affected or fixed version information changed.
    Before
    libreswan as a component of Red Hat OpenShift Container Platform 4; libreswan.src as a component of Red Hat OpenShift Container Platform 4; rhcos as a component of Red Hat OpenShift Container Platform 4 · Fixed: libreswan-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.src as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.2-1.el10_0.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); and 36 more
    After
    libreswan as a component of Red Hat OpenShift Container Platform 4; libreswan.src as a component of Red Hat OpenShift Container Platform 4; openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4; rhcos as a component of Red Hat OpenShift Container Platform 4 · Fixed: libreswan-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.src as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.2-1.el10_0.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); and 36 more
    Red Hat Product Security
  7. Affected versionsThe structured affected or fixed version information changed.
    Before
    libreswan as a component of Red Hat OpenShift Container Platform 4; libreswan.src as a component of Red Hat OpenShift Container Platform 4; rhcos as a component of Red Hat OpenShift Container Platform 4 · Fixed: libreswan-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.src as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.2-1.el10_0.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); and 31 more
    After
    libreswan as a component of Red Hat OpenShift Container Platform 4; libreswan.src as a component of Red Hat OpenShift Container Platform 4; rhcos as a component of Red Hat OpenShift Container Platform 4 · Fixed: libreswan-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.src as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debuginfo-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.aarch64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.ppc64le as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.s390x as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-debugsource-0:5.3.2-1.el9fdp.x86_64 as a component of Fast Datapath for Red Hat Enterprise Linux 9; libreswan-0:5.2-1.el10_0.5.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.2-1.el10_0.5.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); libreswan-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-debugsource-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libreswan-minimal-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); and 36 more
    Red Hat Product Security
Material fields only · duplicate refreshes suppressed · history retained for the configured operational retention period
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
Free version - for non-commercial use only.CVE-2026-12413 · cve.blacktree.nl