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

IKEv2 Denial of Service via RSA-SHA1 (PKCS#1 RSASSA-PKCS1-v1_5) authentication payload

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 9 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-50722 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitylibrenswan: IKEv2 Denial of Service via RSA-SHA1 (PKCS#1 RSASSA-PKCS1-v1_5) authentication payload
5 known affected

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

  • libreswan.src as a component of Red Hat Enterprise Linux 6
  • libreswan as a component of Red Hat Enterprise Linux 7
  • libreswan.src as a component of Red Hat Enterprise Linux 7
  • libreswan as a component of Red Hat OpenShift Container Platform 4
  • libreswan.src as a component of Red Hat OpenShift Container Platform 4
Summary
A flaw was found in Libreswan's implementation of IKEv2 authentication when processing signatures utilizing the RSASSA-PKCS1-v1_5 scheme. The RSA_authenticate_hash_signature_pkcs1_1_5_rsa() function does not correctly validate the DER encoding of the ASN.1 digest. A remote, unauthenticated attacker could exploit this vulnerability by sending a maliciously crafted IKEv2 AUTH payload with a shorter-than-expected hash value. This triggers an internal assertion failure, causing the Libreswan daemon to abort and restart, leading to a Denial of Service (DoS). Furthermore, if the Libreswan gateway accepts connections using weak public RSA exponents (such as e=3), an attacker could execute a Bleichenbacher-style signature forgery attack to achieve an authentication bypass.
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-41440

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

Libreswan, via the function RSA_authenticate_hash_signature_pkcs1_1_5_rsa(), did not correctly verify the DER encoding of the ASN.1 digest when the IKEv2 AUTH payload was encoded using RSASSA-PKCS1-v1_5 (RFC 8017). A remote attacker can use a variation on the Bleichenbacher attack to forge the AUTH payload when small public exponents are used (e.g., e=3), leading to impersonation. Additionally, a remote attacker, by encoding a shorter than expected hash in the AUTH payload, could trigger an assertion leading to denial-of-service. The daemon aborts and restarts; continued exploitation causes sustained denial of service. Remote code execution is not possible. X.509 certificate verifications of the remote IKE peer are not affected.

What

Libreswan, via the function RSA_authenticate_hash_signature_pkcs1_1_5_rsa(), did not correctly verify the DER encoding of the ASN.1 digest when the IKEv2 AUTH payload was encoded using RSASSA-PKCS1-v1_5 (RFC 8017). A remote attacker can use a variation on the Bleichenbacher attack to forge the AUTH payload when small public exponents are used (e.g., e=3), leading to impersonation. Additionally, a remote attacker, by encoding a shorter than expected hash in the AUTH payload, could trigger an assertion leading to denial-of-service. The daemon aborts and restarts; continued exploitation causes sustained denial of service. Remote code execution is not possible. X.509 certificate verifications of the remote IKE peer are not affected.

Why

The product does not verify, or incorrectly verifies, the cryptographic signature for data.

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

Libreswan, via the function RSA_authenticate_hash_signature_pkcs1_1_5_rsa(), did not correctly verify the DER encoding of the ASN.1 digest when the IKEv2 AUTH payload was encoded using RSASSA-PKCS1-v1_5 (RFC 8017). A remote attacker can use a variation on the Bleichenbacher attack to forge the AUTH payload when small public exponents are used (e.g., e=3), leading to impersonation. Additionally, a remote attacker, by encoding a shorter than expected hash in the AUTH payload, could trigger an assertion leading to denial-of-service. The daemon aborts and restarts; continued exploitation causes sustained denial of service. Remote code execution is not possible. X.509 certificate verifications of the remote IKE peer are not affected.

Why

The product does not verify, or incorrectly verifies, the cryptographic signature for data.

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 → Improper Verification of Cryptographic Signature → 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-347

CWE-347: Improper Verification of Cryptographic Signature. The product does not verify, or incorrectly verifies, the cryptographic signature for data.

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-347
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

ord?id=CVE-2026-49458 Référence CVE CVE-2026-49459 https://www.cve.org/CVERecord?id=CVE-2026-49459 Référence CVE CVE-2026-49476 https://www.cve.org/CVERecord?id=CVE-2026-49476 Référence CVE CVE-2026-49477 https://www.cve.org/CVERecord?id=CVE-2026-49477 Référence CVE CVE-2026-49844 https://www.cve.org/CVERecord?id=CVE-2026-49844 Référence CVE CVE-2026-49978 https://www.cve.org/CVERecord?id=CVE-2026-49978 Référence CVE CVE-2026-5038 https://www.cve.org/CVERecord?id=CVE-2026-5038 Référence CVE CVE-2026-50645 https://www.cve.org/CVERecord?id=CVE-2026-50645 Référence CVE CVE-2026-50721 https://www.cve.org/CVERecord?id=CVE-2026-50721 Référence CVE CVE-2026-50722 https://www.cve.org/CVERecord?id=CVE-2026-50722 Référence CVE CVE-2026-50734 https://www.cve.org/CVERecord?id=CVE-2026-50734 Référence CVE CVE-2026-5078 https://www.cve.org/CVERecord?id=CVE-2026-5078 Référence CVE CVE-2026-5079 https://www.cve.org/CVERecord?id=CVE-2026-5079 Référence CVE CVE-2026-5260 https://www.cve.org/CVERecord?id=CVE-2026-5260 Référence CVE CVE-2026-52923 https://www.cve.org/CVERecord?id=CVE-2026-52923 Référence CVE CVE-2026-52993 https://www.cve.org/CVERecord?id=CVE-2026-52993 Référence CVE CVE-2026-53006 https://www.cve.org/CVERecord?id=CVE-2026-53006 Référence CVE CVE-2026-53059 https://www.cve.org/CVERecord?id=CVE-20

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

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érieures à 4.6.0-14 azl3 nginx 1.28.3-6 versions antérieures à 1.28.3-7 Résumé De multiples vulnérabilités ont été découvertes dans Microsoft Azure Linux. E

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
libreswan.src as a component of Red Hat Enterprise Linux 6; libreswan as a component of Red Hat Enterprise Linux 7; libreswan.src as a component of Red Hat Enterprise Linux 7; libreswan as a component of Red Hat OpenShift Container Platform 4; libreswan.src 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
No verified workaround is recorded. If business-safe, reduce exposure to the affected interface and allow only trusted sources until authoritative guidance is available.
04

Evidence and provenance

Published 2 Jul 2026 · Last source change 7 Jul 2026, 17:02 UTC · CWE-347 · Improper Verification of Cryptographic Signature

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-41440
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
    libreswan.src as a component of Red Hat Enterprise Linux 6; libreswan as a component of Red Hat Enterprise Linux 7; libreswan.src as a component of Red Hat Enterprise Linux 7; libreswan as a component of Red Hat OpenShift Container Platform 4; libreswan.src 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
    libreswan.src as a component of Red Hat Enterprise Linux 6; libreswan as a component of Red Hat Enterprise Linux 7; libreswan.src as a component of Red Hat Enterprise Linux 7; libreswan as a component of Red Hat OpenShift Container Platform 4; libreswan.src 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.src as a component of Red Hat Enterprise Linux 6; libreswan as a component of Red Hat Enterprise Linux 7; libreswan.src as a component of Red Hat Enterprise Linux 7; libreswan as a component of Red Hat OpenShift Container Platform 4; libreswan.src 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; 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); and 50 more
    After
    libreswan.src as a component of Red Hat Enterprise Linux 6; libreswan as a component of Red Hat Enterprise Linux 7; libreswan.src as a component of Red Hat Enterprise Linux 7; libreswan as a component of Red Hat OpenShift Container Platform 4; libreswan.src 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.src as a component of Red Hat Enterprise Linux 6; libreswan as a component of Red Hat Enterprise Linux 7; libreswan.src as a component of Red Hat Enterprise Linux 7; 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
    libreswan.src as a component of Red Hat Enterprise Linux 6; libreswan as a component of Red Hat Enterprise Linux 7; libreswan.src as a component of Red Hat Enterprise Linux 7; libreswan as a component of Red Hat OpenShift Container Platform 4; libreswan.src 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; 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); and 50 more
    Red Hat Product Security
  4. Affected versionsThe structured affected or fixed version information changed.
    Before
    libreswan.src as a component of Red Hat Enterprise Linux 6; libreswan as a component of Red Hat Enterprise Linux 7; libreswan.src as a component of Red Hat Enterprise Linux 7; 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.src as a component of Red Hat Enterprise Linux 6; libreswan as a component of Red Hat Enterprise Linux 7; libreswan.src as a component of Red Hat Enterprise Linux 7; 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
  5. Affected versionsThe structured affected or fixed version information changed.
    Before
    libreswan.src as a component of Red Hat Enterprise Linux 6; libreswan as a component of Red Hat Enterprise Linux 7; libreswan.src as a component of Red Hat Enterprise Linux 7; 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.src as a component of Red Hat Enterprise Linux 6; libreswan as a component of Red Hat Enterprise Linux 7; libreswan.src as a component of Red Hat Enterprise Linux 7; 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
  6. Affected versionsThe structured affected or fixed version information changed.
    Before
    libreswan.src as a component of Red Hat Enterprise Linux 6; libreswan as a component of Red Hat Enterprise Linux 7; libreswan.src as a component of Red Hat Enterprise Linux 7; 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.src as a component of Red Hat Enterprise Linux 6; libreswan as a component of Red Hat Enterprise Linux 7; libreswan.src as a component of Red Hat Enterprise Linux 7; 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
  7. Affected versionsThe structured affected or fixed version information changed.
    Before
    libreswan.src as a component of Red Hat Enterprise Linux 6; libreswan as a component of Red Hat Enterprise Linux 7; libreswan.src as a component of Red Hat Enterprise Linux 7; 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.src as a component of Red Hat Enterprise Linux 6; libreswan as a component of Red Hat Enterprise Linux 7; libreswan.src as a component of Red Hat Enterprise Linux 7; 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-50722 · cve.blacktree.nl