Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-50721 (GCVE-0-2026-50721)
Vulnerability from cvelistv5 – Published: 2026-07-02 21:44 – Updated: 2026-07-07 17:01| URL | Tags |
|---|---|
| https://libreswan.org/security/CVE-2026-50721/CVE… | vendor-advisory |
| https://libreswan.org/security/CVE-2026-50721/ | patch |
| https://libreswan.org/security/CVE-2026-50722/CVE… | related |
| https://www.rfc-editor.org/rfc/rfc2313 | technical-description |
| Vendor | Product | Version | |
|---|---|---|---|
| The Libreswan Project | libreswan |
Affected:
0 , ≤ 5.3
(semver)
Unaffected: 5.3.1 (semver) |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-50721",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-06T18:12:17.199605Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-07-07T17:01:58.011Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://github.com/libreswan/libreswan",
"defaultStatus": "unaffected",
"packageName": "libreswan",
"product": "libreswan",
"programRoutines": [
{
"name": "RSA_authenticate_hash_signature_raw_rsa"
}
],
"repo": "https://github.com/libreswan/libreswan",
"vendor": "The Libreswan Project",
"versions": [
{
"lessThanOrEqual": "5.3",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"status": "unaffected",
"version": "5.3.1",
"versionType": "semver"
}
]
}
],
"configurations": [
{
"lang": "en",
"value": "Any server or client that accepts RSA-based IKEv1 connections via the default authby=rsasig option is vulnerable to denial of service. Authentication bypass additionally requires the use of RSA keys with weak exponents (e=3). IKEv1 only supports RSA-SHA1 (PKCS#1 Version 1.5) for public key authentication, so the vulnerable code path cannot be disabled without migrating to IKEv2 or switching to PSK."
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Yeonghyeon Choi"
},
{
"lang": "en",
"type": "finder",
"value": "Duyeong Kim"
},
{
"lang": "en",
"type": "analyst",
"value": "Andrew Cagney (The Libreswan Team)"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eLibreswan, via the function RSA_authenticate_hash_signature_raw_rsa(), did not correctly verify the length of the authentication hash when the SIG payload of an IKEv1 packet was encoded using PKCS #1 RSA Encryption as per RFC 2313. A remote attacker can use a variation on the Bleichenbacher attack to forge the SIG payload when small public exponents are being used (e.g., e=3), which could lead to impersonation. Additionally, a remote attacker, by encoding a shorter than expected hash in the SIG 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 remote IKE peers are not affected.\u003c/p\u003e"
}
],
"value": "Libreswan, via the function RSA_authenticate_hash_signature_raw_rsa(), did not correctly verify the length of the authentication hash when the SIG payload of an IKEv1 packet was encoded using PKCS #1 RSA Encryption as per RFC 2313. A remote attacker can use a variation on the Bleichenbacher attack to forge the SIG payload when small public exponents are being used (e.g., e=3), which could lead to impersonation. Additionally, a remote attacker, by encoding a shorter than expected hash in the SIG 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 remote IKE peers are not affected."
}
],
"exploits": [
{
"lang": "en",
"value": "No known exploitation in the wild. The authentication bypass requires the target to use RSA keys with weak exponents (e=3), which have been disallowed by most cryptographic libraries for at least a decade. The denial-of-service attack is exploitable against any IKEv1 configuration using the default authby=rsasig option."
}
],
"impacts": [
{
"capecId": "CAPEC-463",
"descriptions": [
{
"lang": "en",
"value": "Denial of Service via assertion failure in pluto daemon when processing malformed RSA PKCS#1 v1.5 SIG payloads in IKEv1"
}
]
},
{
"capecId": "CAPEC-473",
"descriptions": [
{
"lang": "en",
"value": "Authentication bypass via Bleichenbacher-style signature forgery when weak RSA exponents (e.g., e=3) are in use"
}
]
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
},
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "Weak RSA exponent (e=3) in use, enabling Bleichenbacher signature forgery"
}
]
},
{
"other": {
"content": {
"description": "Vendor-assessed severity: Medium. Authentication bypass requires weak RSA exponents (e=3) which have been disallowed by most cryptographic libraries for over a decade. DoS is mitigated by automatic daemon restart.",
"value": "MEDIUM"
},
"type": "vendorSeverity"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-347",
"description": "CWE-347: Improper Verification of Cryptographic Signature",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-617",
"description": "CWE-617: Reachable Assertion",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-02T21:44:09.423Z",
"orgId": "d42dc95b-23f1-4e06-9076-20753a0fb0df",
"shortName": "libreswan"
},
"references": [
{
"name": "Libreswan Security Advisory CVE-2026-50721",
"tags": [
"vendor-advisory"
],
"url": "https://libreswan.org/security/CVE-2026-50721/CVE-2026-50721.txt"
},
{
"name": "Libreswan CVE-2026-50721 Patches",
"tags": [
"patch"
],
"url": "https://libreswan.org/security/CVE-2026-50721/"
},
{
"name": "Related: CVE-2026-50722 (IKEv2 variant)",
"tags": [
"related"
],
"url": "https://libreswan.org/security/CVE-2026-50722/CVE-2026-50722.txt"
},
{
"name": "RFC 2313 - PKCS #1: RSA Encryption Version 1.5",
"tags": [
"technical-description"
],
"url": "https://www.rfc-editor.org/rfc/rfc2313"
}
],
"solutions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eUpgrade to libreswan 5.3.1 or later. Patches for libreswan 4.15 and 5.3 are available at \u003ca href=\"https://libreswan.org/security/CVE-2026-50721/\"\u003ehttps://libreswan.org/security/CVE-2026-50721/\u003c/a\u003e\u003c/p\u003e"
}
],
"value": "Upgrade to libreswan 5.3.1 or later. Patches for libreswan 4.15 and 5.3 are available at https://libreswan.org/security/CVE-2026-50721/"
}
],
"source": {
"defects": [
"CVE-2026-50721"
],
"discovery": "EXTERNAL"
},
"taxonomyMappings": [
{
"taxonomyName": "ATT\u0026CK",
"taxonomyRelations": [
{
"relationshipName": "maps to",
"relationshipValue": "Application or System Exploitation (DoS)",
"taxonomyId": "T1499.004"
}
],
"taxonomyVersion": "15.1"
}
],
"timeline": [
{
"lang": "en",
"time": "2026-03-24T00:00:00.000Z",
"value": "Libreswan notified of the issue via security@libreswan.org"
},
{
"lang": "en",
"time": "2026-06-16T00:00:00.000Z",
"value": "Advanced notice given to supported customers and distributions"
},
{
"lang": "en",
"time": "2026-06-24T00:00:00.000Z",
"value": "Public announcement and release of libreswan 5.3.1"
}
],
"title": "IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload",
"workarounds": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eIKEv1 only supports RSA-SHA1 (PKCS#1 Version 1.5) with public key authentication, so there is no way to disable the vulnerable code path within IKEv1. Migrate IKEv1 connections to IKEv2 where \u003ccode\u003eauthby=ecdsa\u003c/code\u003e or \u003ccode\u003eauthby=rsa-sha2\u003c/code\u003e can be configured. For static tunnel configurations (not Remote Access VPN Client groups), authentication can be changed to use PSK via \u003ccode\u003eauthby=secret\u003c/code\u003e after coordination with the remote peer.\u003c/p\u003e"
}
],
"value": "IKEv1 only supports RSA-SHA1 (PKCS#1 Version 1.5) with public key authentication, so there is no way to disable the vulnerable code path within IKEv1. Migrate IKEv1 connections to IKEv2 where authby=ecdsa or authby=rsa-sha2 can be configured. For static tunnel configurations (not Remote Access VPN Client groups), authentication can be changed to use PSK via authby=secret after coordination with the remote peer."
}
],
"x_generator": {
"engine": "cvelib 1.8.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "d42dc95b-23f1-4e06-9076-20753a0fb0df",
"assignerShortName": "libreswan",
"cveId": "CVE-2026-50721",
"datePublished": "2026-07-02T21:44:09.423Z",
"dateReserved": "2026-06-05T16:10:05.751Z",
"dateUpdated": "2026-07-07T17:01:58.011Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-50721",
"date": "2026-07-29",
"epss": "0.00386",
"percentile": "0.31331"
},
"microsoft_vex": {
"current_release_date": "2026-07-09T14:39:28.000Z",
"cve": "CVE-2026-50721",
"id": "msrc_CVE-2026-50721",
"initial_release_date": "2026-07-02T00:00:00.000Z",
"product_status:fixed": "1",
"product_status:known_affected": "1",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-50721.json",
"version": "2"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-50721\",\"sourceIdentifier\":\"d42dc95b-23f1-4e06-9076-20753a0fb0df\",\"published\":\"2026-07-02T22:16:43.367\",\"lastModified\":\"2026-07-09T15:46:40.770\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Libreswan, via the function RSA_authenticate_hash_signature_raw_rsa(), did not correctly verify the length of the authentication hash when the SIG payload of an IKEv1 packet was encoded using PKCS #1 RSA Encryption as per RFC 2313. A remote attacker can use a variation on the Bleichenbacher attack to forge the SIG payload when small public exponents are being used (e.g., e=3), which could lead to impersonation. Additionally, a remote attacker, by encoding a shorter than expected hash in the SIG 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 remote IKE peers are not affected.\"}],\"affected\":[{\"source\":\"d42dc95b-23f1-4e06-9076-20753a0fb0df\",\"affectedData\":[{\"vendor\":\"The Libreswan Project\",\"product\":\"libreswan\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://github.com/libreswan/libreswan\",\"packageName\":\"libreswan\",\"programRoutines\":[{\"name\":\"RSA_authenticate_hash_signature_raw_rsa\"}],\"repo\":\"https://github.com/libreswan/libreswan\",\"versions\":[{\"version\":\"0\",\"lessThanOrEqual\":\"5.3\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"5.3.1\",\"versionType\":\"semver\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"d42dc95b-23f1-4e06-9076-20753a0fb0df\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":8.1,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":5.9},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-07-06T18:12:17.199605Z\",\"id\":\"CVE-2026-50721\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"d42dc95b-23f1-4e06-9076-20753a0fb0df\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-347\"},{\"lang\":\"en\",\"value\":\"CWE-617\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:libreswan:libreswan:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"5.3.1\",\"matchCriteriaId\":\"0D5C4D8F-3003-4ACA-A065-E03AEE680115\"}]}]}],\"references\":[{\"url\":\"https://libreswan.org/security/CVE-2026-50721/\",\"source\":\"d42dc95b-23f1-4e06-9076-20753a0fb0df\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://libreswan.org/security/CVE-2026-50721/CVE-2026-50721.txt\",\"source\":\"d42dc95b-23f1-4e06-9076-20753a0fb0df\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://libreswan.org/security/CVE-2026-50722/CVE-2026-50722.txt\",\"source\":\"d42dc95b-23f1-4e06-9076-20753a0fb0df\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://www.rfc-editor.org/rfc/rfc2313\",\"source\":\"d42dc95b-23f1-4e06-9076-20753a0fb0df\",\"tags\":[\"Technical Description\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-07-27T23:32:15+00:00",
"cve": "CVE-2026-50721",
"id": "CVE-2026-50721",
"initial_release_date": "2026-06-24T00:00:00+00:00",
"product_status:fixed": "56",
"product_status:known_affected": "6",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "librenswan: IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-50721.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "important",
"current_release_date": "2026-07-27T23:37:16Z",
"cve": "CVE-2026-50721",
"id": "CVE-2026-50721",
"initial_release_date": "2026-07-27T17:04:45Z",
"product_status:recommended": "4",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-50721",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-50721.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-50721\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-07-06T18:12:17.199605Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-07-06T18:12:18.227Z\"}}], \"cna\": {\"title\": \"IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload\", \"source\": {\"defects\": [\"CVE-2026-50721\"], \"discovery\": \"EXTERNAL\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Yeonghyeon Choi\"}, {\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Duyeong Kim\"}, {\"lang\": \"en\", \"type\": \"analyst\", \"value\": \"Andrew Cagney (The Libreswan Team)\"}], \"impacts\": [{\"capecId\": \"CAPEC-463\", \"descriptions\": [{\"lang\": \"en\", \"value\": \"Denial of Service via assertion failure in pluto daemon when processing malformed RSA PKCS#1 v1.5 SIG payloads in IKEv1\"}]}, {\"capecId\": \"CAPEC-473\", \"descriptions\": [{\"lang\": \"en\", \"value\": \"Authentication bypass via Bleichenbacher-style signature forgery when weak RSA exponents (e.g., e=3) are in use\"}]}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}, {\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 8.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"Weak RSA exponent (e=3) in use, enabling Bleichenbacher signature forgery\"}]}, {\"other\": {\"type\": \"vendorSeverity\", \"content\": {\"value\": \"MEDIUM\", \"description\": \"Vendor-assessed severity: Medium. Authentication bypass requires weak RSA exponents (e=3) which have been disallowed by most cryptographic libraries for over a decade. DoS is mitigated by automatic daemon restart.\"}}}], \"affected\": [{\"repo\": \"https://github.com/libreswan/libreswan\", \"vendor\": \"The Libreswan Project\", \"product\": \"libreswan\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.3\"}, {\"status\": \"unaffected\", \"version\": \"5.3.1\", \"versionType\": \"semver\"}], \"packageName\": \"libreswan\", \"collectionURL\": \"https://github.com/libreswan/libreswan\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"RSA_authenticate_hash_signature_raw_rsa\"}]}], \"exploits\": [{\"lang\": \"en\", \"value\": \"No known exploitation in the wild. The authentication bypass requires the target to use RSA keys with weak exponents (e=3), which have been disallowed by most cryptographic libraries for at least a decade. The denial-of-service attack is exploitable against any IKEv1 configuration using the default authby=rsasig option.\"}], \"timeline\": [{\"lang\": \"en\", \"time\": \"2026-03-24T00:00:00.000Z\", \"value\": \"Libreswan notified of the issue via security@libreswan.org\"}, {\"lang\": \"en\", \"time\": \"2026-06-16T00:00:00.000Z\", \"value\": \"Advanced notice given to supported customers and distributions\"}, {\"lang\": \"en\", \"time\": \"2026-06-24T00:00:00.000Z\", \"value\": \"Public announcement and release of libreswan 5.3.1\"}], \"solutions\": [{\"lang\": \"en\", \"value\": \"Upgrade to libreswan 5.3.1 or later. Patches for libreswan 4.15 and 5.3 are available at https://libreswan.org/security/CVE-2026-50721/\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003eUpgrade to libreswan 5.3.1 or later. Patches for libreswan 4.15 and 5.3 are available at \u003ca href=\\\"https://libreswan.org/security/CVE-2026-50721/\\\"\u003ehttps://libreswan.org/security/CVE-2026-50721/\u003c/a\u003e\u003c/p\u003e\", \"base64\": false}]}], \"references\": [{\"url\": \"https://libreswan.org/security/CVE-2026-50721/CVE-2026-50721.txt\", \"name\": \"Libreswan Security Advisory CVE-2026-50721\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://libreswan.org/security/CVE-2026-50721/\", \"name\": \"Libreswan CVE-2026-50721 Patches\", \"tags\": [\"patch\"]}, {\"url\": \"https://libreswan.org/security/CVE-2026-50722/CVE-2026-50722.txt\", \"name\": \"Related: CVE-2026-50722 (IKEv2 variant)\", \"tags\": [\"related\"]}, {\"url\": \"https://www.rfc-editor.org/rfc/rfc2313\", \"name\": \"RFC 2313 - PKCS #1: RSA Encryption Version 1.5\", \"tags\": [\"technical-description\"]}], \"workarounds\": [{\"lang\": \"en\", \"value\": \"IKEv1 only supports RSA-SHA1 (PKCS#1 Version 1.5) with public key authentication, so there is no way to disable the vulnerable code path within IKEv1. Migrate IKEv1 connections to IKEv2 where authby=ecdsa or authby=rsa-sha2 can be configured. For static tunnel configurations (not Remote Access VPN Client groups), authentication can be changed to use PSK via authby=secret after coordination with the remote peer.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003eIKEv1 only supports RSA-SHA1 (PKCS#1 Version 1.5) with public key authentication, so there is no way to disable the vulnerable code path within IKEv1. Migrate IKEv1 connections to IKEv2 where \u003ccode\u003eauthby=ecdsa\u003c/code\u003e or \u003ccode\u003eauthby=rsa-sha2\u003c/code\u003e can be configured. For static tunnel configurations (not Remote Access VPN Client groups), authentication can be changed to use PSK via \u003ccode\u003eauthby=secret\u003c/code\u003e after coordination with the remote peer.\u003c/p\u003e\", \"base64\": false}]}], \"x_generator\": {\"engine\": \"cvelib 1.8.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Libreswan, via the function RSA_authenticate_hash_signature_raw_rsa(), did not correctly verify the length of the authentication hash when the SIG payload of an IKEv1 packet was encoded using PKCS #1 RSA Encryption as per RFC 2313. A remote attacker can use a variation on the Bleichenbacher attack to forge the SIG payload when small public exponents are being used (e.g., e=3), which could lead to impersonation. Additionally, a remote attacker, by encoding a shorter than expected hash in the SIG 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 remote IKE peers are not affected.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003eLibreswan, via the function RSA_authenticate_hash_signature_raw_rsa(), did not correctly verify the length of the authentication hash when the SIG payload of an IKEv1 packet was encoded using PKCS #1 RSA Encryption as per RFC 2313. A remote attacker can use a variation on the Bleichenbacher attack to forge the SIG payload when small public exponents are being used (e.g., e=3), which could lead to impersonation. Additionally, a remote attacker, by encoding a shorter than expected hash in the SIG 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 remote IKE peers are not affected.\u003c/p\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-347\", \"description\": \"CWE-347: Improper Verification of Cryptographic Signature\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-617\", \"description\": \"CWE-617: Reachable Assertion\"}]}], \"configurations\": [{\"lang\": \"en\", \"value\": \"Any server or client that accepts RSA-based IKEv1 connections via the default authby=rsasig option is vulnerable to denial of service. Authentication bypass additionally requires the use of RSA keys with weak exponents (e=3). IKEv1 only supports RSA-SHA1 (PKCS#1 Version 1.5) for public key authentication, so the vulnerable code path cannot be disabled without migrating to IKEv2 or switching to PSK.\"}], \"providerMetadata\": {\"orgId\": \"d42dc95b-23f1-4e06-9076-20753a0fb0df\", \"shortName\": \"libreswan\", \"dateUpdated\": \"2026-07-02T21:44:09.423Z\"}, \"taxonomyMappings\": [{\"taxonomyName\": \"ATT\u0026CK\", \"taxonomyVersion\": \"15.1\", \"taxonomyRelations\": [{\"taxonomyId\": \"T1499.004\", \"relationshipName\": \"maps to\", \"relationshipValue\": \"Application or System Exploitation (DoS)\"}]}]}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-50721\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-07-07T17:01:58.011Z\", \"dateReserved\": \"2026-06-05T16:10:05.751Z\", \"assignerOrgId\": \"d42dc95b-23f1-4e06-9076-20753a0fb0df\", \"datePublished\": \"2026-07-02T21:44:09.423Z\", \"assignerShortName\": \"libreswan\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
alsa-2026:46396
Vulnerability from osv_almalinux
Libreswan is an implementation of IPsec and IKE for Linux. IPsec is the Internet Protocol Security and uses strong cryptography to provide both authentication and encryption services. These services allow you to build secure tunnels through untrusted networks such as virtual private network (VPN).
Security Fix(es):
- librenswan: IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload (CVE-2026-50721)
- librenswan: IKEv2 Denial of Service via RSA-SHA1 (PKCS#1 RSASSA-PKCS1-v1_5) authentication payload (CVE-2026-50722)
- librenswan: IKEv2 Denial of Service via malformed fragmentation (CVE-2026-12413)
- libreswan: badly formatted X.509 certificate can cause an assertion failure that crashes the daemon process (CVE-2026-14957)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "libreswan"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.12-2.el8_10.6"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "Libreswan is an implementation of IPsec and IKE for Linux. IPsec is the Internet Protocol Security and uses strong cryptography to provide both authentication and encryption services. These services allow you to build secure tunnels through untrusted networks such as virtual private network (VPN). \n\nSecurity Fix(es): \n\n * librenswan: IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload (CVE-2026-50721)\n * librenswan: IKEv2 Denial of Service via RSA-SHA1 (PKCS#1 RSASSA-PKCS1-v1_5) authentication payload (CVE-2026-50722)\n * librenswan: IKEv2 Denial of Service via malformed fragmentation (CVE-2026-12413)\n * libreswan: badly formatted X.509 certificate can cause an assertion failure that crashes the daemon process (CVE-2026-14957)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:46396",
"modified": "2026-07-27T12:29:59Z",
"published": "2026-07-27T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:46396"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-12413"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-14957"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-50721"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-50722"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2494147"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2494148"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2494149"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2501764"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/8/ALSA-2026-46396.html"
}
],
"related": [
"CVE-2026-50721",
"CVE-2026-50722",
"CVE-2026-12413",
"CVE-2026-14957"
],
"summary": "Important: libreswan security update"
}
alsa-2026:46397
Vulnerability from osv_almalinux
Libreswan is an implementation of IPsec and IKE for Linux. IPsec is the Internet Protocol Security and uses strong cryptography to provide both authentication and encryption services. These services allow you to build secure tunnels through untrusted networks such as virtual private network (VPN).
Security Fix(es):
- librenswan: IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload (CVE-2026-50721)
- librenswan: IKEv2 Denial of Service via RSA-SHA1 (PKCS#1 RSASSA-PKCS1-v1_5) authentication payload (CVE-2026-50722)
- librenswan: IKEv2 Denial of Service via malformed fragmentation (CVE-2026-12413)
- libreswan: badly formatted X.509 certificate can cause an assertion failure that crashes the daemon process (CVE-2026-14957)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "libreswan"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.15-10.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "Libreswan is an implementation of IPsec and IKE for Linux. IPsec is the Internet Protocol Security and uses strong cryptography to provide both authentication and encryption services. These services allow you to build secure tunnels through untrusted networks such as virtual private network (VPN). \n\nSecurity Fix(es): \n\n * librenswan: IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload (CVE-2026-50721)\n * librenswan: IKEv2 Denial of Service via RSA-SHA1 (PKCS#1 RSASSA-PKCS1-v1_5) authentication payload (CVE-2026-50722)\n * librenswan: IKEv2 Denial of Service via malformed fragmentation (CVE-2026-12413)\n * libreswan: badly formatted X.509 certificate can cause an assertion failure that crashes the daemon process (CVE-2026-14957)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:46397",
"modified": "2026-07-27T12:29:53Z",
"published": "2026-07-27T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:46397"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-12413"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-14957"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-50721"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-50722"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2494147"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2494148"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2494149"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2501764"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2026-46397.html"
}
],
"related": [
"CVE-2026-50721",
"CVE-2026-50722",
"CVE-2026-12413",
"CVE-2026-14957"
],
"summary": "Important: libreswan security update"
}
alsa-2026:46398
Vulnerability from osv_almalinux
Libreswan is an implementation of IPsec and IKE for Linux. IPsec is the Internet Protocol Security and uses strong cryptography to provide both authentication and encryption services. These services allow you to build secure tunnels through untrusted networks such as virtual private network (VPN).
Security Fix(es):
- librenswan: IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload (CVE-2026-50721)
- librenswan: IKEv2 Denial of Service via RSA-SHA1 (PKCS#1 RSASSA-PKCS1-v1_5) authentication payload (CVE-2026-50722)
- librenswan: IKEv2 Denial of Service via malformed fragmentation (CVE-2026-12413)
- libreswan: badly formatted X.509 certificate can cause an assertion failure that crashes the daemon process (CVE-2026-14957)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "libreswan"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.3.2-1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "libreswan-minimal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.3.2-1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "Libreswan is an implementation of IPsec and IKE for Linux. IPsec is the Internet Protocol Security and uses strong cryptography to provide both authentication and encryption services. These services allow you to build secure tunnels through untrusted networks such as virtual private network (VPN). \n\nSecurity Fix(es): \n\n * librenswan: IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload (CVE-2026-50721)\n * librenswan: IKEv2 Denial of Service via RSA-SHA1 (PKCS#1 RSASSA-PKCS1-v1_5) authentication payload (CVE-2026-50722)\n * librenswan: IKEv2 Denial of Service via malformed fragmentation (CVE-2026-12413)\n * libreswan: badly formatted X.509 certificate can cause an assertion failure that crashes the daemon process (CVE-2026-14957)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:46398",
"modified": "2026-07-27T12:31:52Z",
"published": "2026-07-27T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:46398"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-12413"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-14957"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-50721"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-50722"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2494147"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2494148"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2494149"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2501764"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/10/ALSA-2026-46398.html"
}
],
"related": [
"CVE-2026-50721",
"CVE-2026-50722",
"CVE-2026-12413",
"CVE-2026-14957"
],
"summary": "Important: libreswan security update"
}
CERTFR-2026-AVI-0866
Vulnerability from certfr_avis - Published: 2026-07-10 - Updated: 2026-07-10
De multiples vulnérabilités ont été découvertes dans Microsoft Azure Linux. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Microsoft | Azure Linux | azl3 kernel 6.6.139.1-1 versions antérieures à 6.6.143.1-1 | ||
| Microsoft | Azure Linux | azl3 nginx 1.28.3-6 versions antérieures à 1.28.3-7 | ||
| Microsoft | Azure Linux | azl3 libreswan 4.15-1 versions antérieures à 4.15-2 | ||
| Microsoft | Azure Linux | azl3 libarchive 3.7.7-6 versions antérieures à 3.7.7-7 | ||
| Microsoft | Azure Linux | azl3 libtiff 4.6.0-13 versions antérieures à 4.6.0-14 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "azl3 kernel 6.6.139.1-1 versions ant\u00e9rieures \u00e0 6.6.143.1-1",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 nginx 1.28.3-6 versions ant\u00e9rieures \u00e0 1.28.3-7",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 libreswan 4.15-1 versions ant\u00e9rieures \u00e0 4.15-2",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 libarchive 3.7.7-6 versions ant\u00e9rieures \u00e0 3.7.7-7",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 libtiff 4.6.0-13 versions ant\u00e9rieures \u00e0 4.6.0-14",
"product": {
"name": "Azure Linux",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-53349",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53349"
},
{
"name": "CVE-2026-52925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52925"
},
{
"name": "CVE-2026-52968",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52968"
},
{
"name": "CVE-2026-53061",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53061"
},
{
"name": "CVE-2026-53002",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53002"
},
{
"name": "CVE-2026-53287",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53287"
},
{
"name": "CVE-2026-53128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53128"
},
{
"name": "CVE-2026-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53066"
},
{
"name": "CVE-2026-52970",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52970"
},
{
"name": "CVE-2026-52958",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52958"
},
{
"name": "CVE-2026-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52999"
},
{
"name": "CVE-2026-52989",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52989"
},
{
"name": "CVE-2026-53291",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53291"
},
{
"name": "CVE-2026-52963",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52963"
},
{
"name": "CVE-2026-52993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52993"
},
{
"name": "CVE-2026-53071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53071"
},
{
"name": "CVE-2026-53013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53013"
},
{
"name": "CVE-2026-53064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53064"
},
{
"name": "CVE-2026-53058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53058"
},
{
"name": "CVE-2026-53094",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53094"
},
{
"name": "CVE-2026-53047",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53047"
},
{
"name": "CVE-2026-53006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53006"
},
{
"name": "CVE-2026-14164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14164"
},
{
"name": "CVE-2026-52975",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52975"
},
{
"name": "CVE-2026-53050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53050"
},
{
"name": "CVE-2026-42055",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42055"
},
{
"name": "CVE-2026-53021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53021"
},
{
"name": "CVE-2026-53353",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53353"
},
{
"name": "CVE-2026-53110",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53110"
},
{
"name": "CVE-2026-53329",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53329"
},
{
"name": "CVE-2026-52984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52984"
},
{
"name": "CVE-2026-53088",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53088"
},
{
"name": "CVE-2026-12413",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12413"
},
{
"name": "CVE-2026-53034",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53034"
},
{
"name": "CVE-2026-53111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53111"
},
{
"name": "CVE-2026-53112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53112"
},
{
"name": "CVE-2026-53086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53086"
},
{
"name": "CVE-2026-52981",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52981"
},
{
"name": "CVE-2026-53060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53060"
},
{
"name": "CVE-2026-53096",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53096"
},
{
"name": "CVE-2026-53076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53076"
},
{
"name": "CVE-2026-52908",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52908"
},
{
"name": "CVE-2026-53035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53035"
},
{
"name": "CVE-2026-53314",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53314"
},
{
"name": "CVE-2026-53347",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53347"
},
{
"name": "CVE-2026-53126",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53126"
},
{
"name": "CVE-2026-52985",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52985"
},
{
"name": "CVE-2026-53059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53059"
},
{
"name": "CVE-2026-53012",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53012"
},
{
"name": "CVE-2026-53356",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53356"
},
{
"name": "CVE-2026-53073",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53073"
},
{
"name": "CVE-2026-50722",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50722"
},
{
"name": "CVE-2026-53293",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53293"
},
{
"name": "CVE-2026-52910",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52910"
},
{
"name": "CVE-2026-53337",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53337"
},
{
"name": "CVE-2026-50721",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50721"
},
{
"name": "CVE-2026-53289",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53289"
},
{
"name": "CVE-2026-53304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53304"
},
{
"name": "CVE-2026-52936",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52936"
},
{
"name": "CVE-2026-53223",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53223"
},
{
"name": "CVE-2026-52998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52998"
},
{
"name": "CVE-2026-53011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53011"
},
{
"name": "CVE-2026-52920",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52920"
},
{
"name": "CVE-2026-53295",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53295"
},
{
"name": "CVE-2026-53269",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53269"
},
{
"name": "CVE-2026-53357",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53357"
},
{
"name": "CVE-2026-53003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53003"
},
{
"name": "CVE-2026-53355",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53355"
},
{
"name": "CVE-2026-52986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52986"
},
{
"name": "CVE-2026-53077",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53077"
},
{
"name": "CVE-2026-53056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53056"
},
{
"name": "CVE-2026-53023",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53023"
},
{
"name": "CVE-2026-12912",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12912"
},
{
"name": "CVE-2026-53063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53063"
},
{
"name": "CVE-2026-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53093"
},
{
"name": "CVE-2026-53075",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53075"
},
{
"name": "CVE-2026-53352",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53352"
},
{
"name": "CVE-2026-53037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53037"
},
{
"name": "CVE-2026-53072",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53072"
},
{
"name": "CVE-2026-53068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53068"
},
{
"name": "CVE-2026-52967",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52967"
},
{
"name": "CVE-2026-52974",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52974"
},
{
"name": "CVE-2026-52933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52933"
},
{
"name": "CVE-2026-52969",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52969"
},
{
"name": "CVE-2026-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53062"
},
{
"name": "CVE-2026-53032",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53032"
},
{
"name": "CVE-2026-53343",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53343"
},
{
"name": "CVE-2026-53082",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53082"
},
{
"name": "CVE-2026-52977",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52977"
},
{
"name": "CVE-2026-52972",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52972"
},
{
"name": "CVE-2026-53074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53074"
},
{
"name": "CVE-2026-53036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53036"
},
{
"name": "CVE-2026-52982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52982"
},
{
"name": "CVE-2026-53022",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53022"
}
],
"initial_release_date": "2026-07-10T00:00:00",
"last_revision_date": "2026-07-10T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0866",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-07-10T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Microsoft Azure Linux. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Microsoft Azure Linux",
"vendor_advisories": [
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53061",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53061"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53032",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53032"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52982",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52982"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52981",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52981"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53064",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53064"
},
{
"published_at": "2026-07-04",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53223",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53223"
},
{
"published_at": "2026-06-28",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53291",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53291"
},
{
"published_at": "2026-06-28",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53304",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53304"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52998",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52998"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53128",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53128"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53068",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53068"
},
{
"published_at": "2026-06-28",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53293",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53293"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53096",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53096"
},
{
"published_at": "2026-07-04",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-50722",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50722"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52977",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52977"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52920",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52920"
},
{
"published_at": "2026-07-04",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-12413",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-12413"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53034",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53034"
},
{
"published_at": "2026-07-04",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-50721",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50721"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53021",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53021"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53036",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53036"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53012",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53012"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52974",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52974"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53066",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53066"
},
{
"published_at": "2026-06-28",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53289",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53289"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52993",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52993"
},
{
"published_at": "2026-06-29",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52908",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52908"
},
{
"published_at": "2026-07-02",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53356",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53356"
},
{
"published_at": "2026-07-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53269",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53269"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53062",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53062"
},
{
"published_at": "2026-07-02",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53343",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53343"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52925",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52925"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53023",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53023"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52936",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52936"
},
{
"published_at": "2026-06-28",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53295",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53295"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53093",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53093"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52970",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52970"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53094",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53094"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52985",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52985"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53060",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53060"
},
{
"published_at": "2026-07-02",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53349",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53349"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53112",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53112"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53075",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53075"
},
{
"published_at": "2026-07-02",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53337",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53337"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53011",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53011"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53006",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53006"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53076",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53076"
},
{
"published_at": "2026-07-02",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53352",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53352"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52986",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52986"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52984",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52984"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52969",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52969"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53056",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53056"
},
{
"published_at": "2026-06-28",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53287",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53287"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53074",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53074"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53050",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53050"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53072",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53072"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52967",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52967"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53003",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53003"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53047",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53047"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52975",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52975"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53059",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53059"
},
{
"published_at": "2026-07-02",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53347",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53347"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53037",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53037"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53086",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53086"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53073",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53073"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53013",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53013"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53063",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53063"
},
{
"published_at": "2026-07-03",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53357",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53357"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53002",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53002"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52972",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52972"
},
{
"published_at": "2026-07-03",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-14164",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-14164"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52958",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52958"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53082",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53082"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53058",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53058"
},
{
"published_at": "2026-06-29",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52910",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52910"
},
{
"published_at": "2026-07-02",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53355",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53355"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53071",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53071"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53022",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53022"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52963",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52963"
},
{
"published_at": "2026-07-02",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53329",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53329"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53110",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53110"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53111",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53111"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52933",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52933"
},
{
"published_at": "2026-06-28",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53314",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53314"
},
{
"published_at": "2026-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-42055",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-42055"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52968",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52968"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52999",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52999"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53126",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53126"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53088",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53088"
},
{
"published_at": "2026-07-02",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53353",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53353"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53035",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53035"
},
{
"published_at": "2026-07-03",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-12912",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-12912"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-53077",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-53077"
},
{
"published_at": "2026-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft Azure Linux CVE-2026-52989",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52989"
}
]
}
FKIE_CVE-2026-50721
Vulnerability from fkie_nvd - Published: 2026-07-02 22:16 - Updated: 2026-07-09 15:465.9 (Medium) - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
| URL | Tags | ||
|---|---|---|---|
| d42dc95b-23f1-4e06-9076-20753a0fb0df | https://libreswan.org/security/CVE-2026-50721/ | Vendor Advisory | |
| d42dc95b-23f1-4e06-9076-20753a0fb0df | https://libreswan.org/security/CVE-2026-50721/CVE-2026-50721.txt | Vendor Advisory | |
| d42dc95b-23f1-4e06-9076-20753a0fb0df | https://libreswan.org/security/CVE-2026-50722/CVE-2026-50722.txt | Vendor Advisory | |
| d42dc95b-23f1-4e06-9076-20753a0fb0df | https://www.rfc-editor.org/rfc/rfc2313 | Technical Description |
{
"affected": [
{
"affectedData": [
{
"collectionURL": "https://github.com/libreswan/libreswan",
"defaultStatus": "unaffected",
"packageName": "libreswan",
"product": "libreswan",
"programRoutines": [
{
"name": "RSA_authenticate_hash_signature_raw_rsa"
}
],
"repo": "https://github.com/libreswan/libreswan",
"vendor": "The Libreswan Project",
"versions": [
{
"lessThanOrEqual": "5.3",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"status": "unaffected",
"version": "5.3.1",
"versionType": "semver"
}
]
}
],
"source": "d42dc95b-23f1-4e06-9076-20753a0fb0df"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:libreswan:libreswan:*:*:*:*:*:*:*:*",
"matchCriteriaId": "0D5C4D8F-3003-4ACA-A065-E03AEE680115",
"versionEndExcluding": "5.3.1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Libreswan, via the function RSA_authenticate_hash_signature_raw_rsa(), did not correctly verify the length of the authentication hash when the SIG payload of an IKEv1 packet was encoded using PKCS #1 RSA Encryption as per RFC 2313. A remote attacker can use a variation on the Bleichenbacher attack to forge the SIG payload when small public exponents are being used (e.g., e=3), which could lead to impersonation. Additionally, a remote attacker, by encoding a shorter than expected hash in the SIG 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 remote IKE peers are not affected."
}
],
"id": "CVE-2026-50721",
"lastModified": "2026-07-09T15:46:40.770",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 2.2,
"impactScore": 5.9,
"source": "d42dc95b-23f1-4e06-9076-20753a0fb0df",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 2.2,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-50721",
"options": [
{
"exploitation": "none"
},
{
"automatable": "yes"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-06T18:12:17.199605Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-07-02T22:16:43.367",
"references": [
{
"source": "d42dc95b-23f1-4e06-9076-20753a0fb0df",
"tags": [
"Vendor Advisory"
],
"url": "https://libreswan.org/security/CVE-2026-50721/"
},
{
"source": "d42dc95b-23f1-4e06-9076-20753a0fb0df",
"tags": [
"Vendor Advisory"
],
"url": "https://libreswan.org/security/CVE-2026-50721/CVE-2026-50721.txt"
},
{
"source": "d42dc95b-23f1-4e06-9076-20753a0fb0df",
"tags": [
"Vendor Advisory"
],
"url": "https://libreswan.org/security/CVE-2026-50722/CVE-2026-50722.txt"
},
{
"source": "d42dc95b-23f1-4e06-9076-20753a0fb0df",
"tags": [
"Technical Description"
],
"url": "https://www.rfc-editor.org/rfc/rfc2313"
}
],
"sourceIdentifier": "d42dc95b-23f1-4e06-9076-20753a0fb0df",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-347"
},
{
"lang": "en",
"value": "CWE-617"
}
],
"source": "d42dc95b-23f1-4e06-9076-20753a0fb0df",
"type": "Secondary"
}
]
}
GHSA-93PJ-2PMF-2X7P
Vulnerability from github – Published: 2026-07-03 00:31 – Updated: 2026-07-03 00:31Libreswan, via the function RSA_authenticate_hash_signature_raw_rsa(), did not correctly verify the length of the authentication hash when the SIG payload of an IKEv1 packet was encoded using PKCS #1 RSA Encryption as per RFC 2313. A remote attacker can use a variation on the Bleichenbacher attack to forge the SIG payload when small public exponents are being used (e.g., e=3), which could lead to impersonation. Additionally, a remote attacker, by encoding a shorter than expected hash in the SIG 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 remote IKE peers are not affected.
{
"affected": [],
"aliases": [
"CVE-2026-50721"
],
"database_specific": {
"cwe_ids": [
"CWE-347"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-07-02T22:16:43Z",
"severity": "HIGH"
},
"details": "Libreswan, via the function RSA_authenticate_hash_signature_raw_rsa(), did not correctly verify the length of the authentication hash when the SIG payload of an IKEv1 packet was encoded using PKCS #1 RSA Encryption as per RFC 2313. A remote attacker can use a variation on the Bleichenbacher attack to forge the SIG payload when small public exponents are being used (e.g., e=3), which could lead to impersonation. Additionally, a remote attacker, by encoding a shorter than expected hash in the SIG 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 remote IKE peers are not affected.",
"id": "GHSA-93pj-2pmf-2x7p",
"modified": "2026-07-03T00:31:52Z",
"published": "2026-07-03T00:31:52Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50721"
},
{
"type": "WEB",
"url": "https://libreswan.org/security/CVE-2026-50721"
},
{
"type": "WEB",
"url": "https://libreswan.org/security/CVE-2026-50721/CVE-2026-50721.txt"
},
{
"type": "WEB",
"url": "https://libreswan.org/security/CVE-2026-50722/CVE-2026-50722.txt"
},
{
"type": "WEB",
"url": "https://www.rfc-editor.org/rfc/rfc2313"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
]
}
MSRC_CVE-2026-50721
Vulnerability from csaf_microsoft - Published: 2026-07-02 00:00 - Updated: 2026-07-09 14:39| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2026-50721 IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-50721.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload",
"tracking": {
"current_release_date": "2026-07-09T14:39:28.000Z",
"generator": {
"date": "2026-07-10T07:26:22.192Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-50721",
"initial_release_date": "2026-07-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-07-04T01:03:02.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-07-09T14:39:28.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 libreswan 0:4.15-1.azl3",
"product": {
"name": "\u003cazl3 libreswan 0:4.15-1.azl3",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 libreswan 0:4.15-1.azl3",
"product": {
"name": "azl3 libreswan 0:4.15-1.azl3",
"product_id": "17755"
}
}
],
"category": "product_name",
"name": "libreswan"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 libreswan 0:4.15-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 libreswan 0:4.15-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17755-17084"
},
"product_reference": "17755",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-50721",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"notes": [
{
"category": "general",
"text": "libreswan",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"17755-17084"
],
"known_affected": [
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-50721 IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-50721.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-04T01:03:02.000Z",
"details": "0:4.15-2.azl3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"17084-1"
]
}
],
"title": "IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload"
}
]
}
RHSA-2026:46396
Vulnerability from csaf_opensuse - Published: 2026-07-27 03:23 - Updated: 2026-07-27 23:32A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
No description is available for this CVE.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Libreswan's implementation of IKEv1 authentication via raw RSA signatures. When processing an IKEv1 packet using PKCS #1 v1.5 RSA encryption, the RSA_authenticate_hash_signature_raw_rsa() function fails to properly validate the length of the authentication hash. A remote, unauthenticated attacker could exploit this vulnerability by sending a specially crafted IKEv1 packet containing a shorter-than-expected hash payload. This triggers an assertion failure within the Libreswan daemon, causing it to crash and restart, leading to a persistent Denial of Service (DoS) condition if malicious packets are continuously transmitted. Additionally, if the target system relies on RSA keys with weak public exponents (e.g., e=3), a Bleichenbacher-style signature forgery attack may be feasible, potentially allowing the attacker to bypass authentication entirely.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:46396 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2494147 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2494148 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2494149 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2501764 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-12413 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2494149 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-12413 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-12413 | external |
| https://libreswan.org/security/CVE-2026-12413/ | external |
| https://libreswan.org/security/CVE-2026-12413/CVE… | external |
| https://lists.libreswan.org/archives/list/swan-an… | external |
| https://access.redhat.com/security/cve/CVE-2026-14957 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2501764 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-14957 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-14957 | external |
| https://libreswan.org/security/CVE-2026-14957/ | external |
| https://libreswan.org/security/CVE-2026-14957/CVE… | external |
| https://access.redhat.com/security/cve/CVE-2026-50721 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2494147 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-50721 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-50721 | external |
| https://libreswan.org/security/CVE-2026-50721/ | external |
| https://libreswan.org/security/CVE-2026-50721/CVE… | external |
| https://access.redhat.com/security/cve/CVE-2026-50722 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2494148 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-50722 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-50722 | external |
| https://libreswan.org/security/CVE-2026-50722 | external |
| https://libreswan.org/security/CVE-2026-50722/ | external |
| https://libreswan.org/security/CVE-2026-50722/CVE… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for libreswan is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Libreswan is an implementation of IPsec and IKE for Linux. IPsec is the Internet Protocol Security and uses strong cryptography to provide both authentication and encryption services. These services allow you to build secure tunnels through untrusted networks such as virtual private network (VPN).\n\nSecurity Fix(es):\n\n* librenswan: IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload (CVE-2026-50721)\n\n* librenswan: IKEv2 Denial of Service via RSA-SHA1 (PKCS#1 RSASSA-PKCS1-v1_5) authentication payload (CVE-2026-50722)\n\n* librenswan: IKEv2 Denial of Service via malformed fragmentation (CVE-2026-12413)\n\n* libreswan: badly formatted X.509 certificate can cause an assertion failure that crashes the daemon process (CVE-2026-14957)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:46396",
"url": "https://access.redhat.com/errata/RHSA-2026:46396"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2494147",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494147"
},
{
"category": "external",
"summary": "2494148",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494148"
},
{
"category": "external",
"summary": "2494149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494149"
},
{
"category": "external",
"summary": "2501764",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2501764"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_46396.json"
}
],
"title": "Red Hat Security Advisory: libreswan security update",
"tracking": {
"current_release_date": "2026-07-27T23:32:15+00:00",
"generator": {
"date": "2026-07-27T23:32:15+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:46396",
"initial_release_date": "2026-07-27T03:23:42+00:00",
"revision_history": [
{
"date": "2026-07-27T03:23:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-27T03:23:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-27T23:32:15+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "libreswan-0:4.12-2.el8_10.6.src",
"product": {
"name": "libreswan-0:4.12-2.el8_10.6.src",
"product_id": "libreswan-0:4.12-2.el8_10.6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan@4.12-2.el8_10.6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "libreswan-0:4.12-2.el8_10.6.aarch64",
"product": {
"name": "libreswan-0:4.12-2.el8_10.6.aarch64",
"product_id": "libreswan-0:4.12-2.el8_10.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan@4.12-2.el8_10.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libreswan-debugsource-0:4.12-2.el8_10.6.aarch64",
"product": {
"name": "libreswan-debugsource-0:4.12-2.el8_10.6.aarch64",
"product_id": "libreswan-debugsource-0:4.12-2.el8_10.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-debugsource@4.12-2.el8_10.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64",
"product": {
"name": "libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64",
"product_id": "libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-debuginfo@4.12-2.el8_10.6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libreswan-0:4.12-2.el8_10.6.ppc64le",
"product": {
"name": "libreswan-0:4.12-2.el8_10.6.ppc64le",
"product_id": "libreswan-0:4.12-2.el8_10.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan@4.12-2.el8_10.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le",
"product": {
"name": "libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le",
"product_id": "libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-debugsource@4.12-2.el8_10.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le",
"product": {
"name": "libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le",
"product_id": "libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-debuginfo@4.12-2.el8_10.6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libreswan-0:4.12-2.el8_10.6.x86_64",
"product": {
"name": "libreswan-0:4.12-2.el8_10.6.x86_64",
"product_id": "libreswan-0:4.12-2.el8_10.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan@4.12-2.el8_10.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libreswan-debugsource-0:4.12-2.el8_10.6.x86_64",
"product": {
"name": "libreswan-debugsource-0:4.12-2.el8_10.6.x86_64",
"product_id": "libreswan-debugsource-0:4.12-2.el8_10.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-debugsource@4.12-2.el8_10.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64",
"product": {
"name": "libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64",
"product_id": "libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-debuginfo@4.12-2.el8_10.6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "libreswan-0:4.12-2.el8_10.6.s390x",
"product": {
"name": "libreswan-0:4.12-2.el8_10.6.s390x",
"product_id": "libreswan-0:4.12-2.el8_10.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan@4.12-2.el8_10.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libreswan-debugsource-0:4.12-2.el8_10.6.s390x",
"product": {
"name": "libreswan-debugsource-0:4.12-2.el8_10.6.s390x",
"product_id": "libreswan-debugsource-0:4.12-2.el8_10.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-debugsource@4.12-2.el8_10.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libreswan-debuginfo-0:4.12-2.el8_10.6.s390x",
"product": {
"name": "libreswan-debuginfo-0:4.12-2.el8_10.6.s390x",
"product_id": "libreswan-debuginfo-0:4.12-2.el8_10.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-debuginfo@4.12-2.el8_10.6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-0:4.12-2.el8_10.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64"
},
"product_reference": "libreswan-0:4.12-2.el8_10.6.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-0:4.12-2.el8_10.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le"
},
"product_reference": "libreswan-0:4.12-2.el8_10.6.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-0:4.12-2.el8_10.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x"
},
"product_reference": "libreswan-0:4.12-2.el8_10.6.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-0:4.12-2.el8_10.6.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src"
},
"product_reference": "libreswan-0:4.12-2.el8_10.6.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-0:4.12-2.el8_10.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64"
},
"product_reference": "libreswan-0:4.12-2.el8_10.6.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64"
},
"product_reference": "libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le"
},
"product_reference": "libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-debuginfo-0:4.12-2.el8_10.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x"
},
"product_reference": "libreswan-debuginfo-0:4.12-2.el8_10.6.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64"
},
"product_reference": "libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-debugsource-0:4.12-2.el8_10.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64"
},
"product_reference": "libreswan-debugsource-0:4.12-2.el8_10.6.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le"
},
"product_reference": "libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-debugsource-0:4.12-2.el8_10.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x"
},
"product_reference": "libreswan-debugsource-0:4.12-2.el8_10.6.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-debugsource-0:4.12-2.el8_10.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64"
},
"product_reference": "libreswan-debugsource-0:4.12-2.el8_10.6.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-12413",
"cwe": {
"id": "CWE-193",
"name": "Off-by-one Error"
},
"discovery_date": "2026-06-29T11:20:53.350000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494149"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Libreswan\u0027s 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.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "librenswan: IKEv2 Denial of Service via malformed fragmentation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates this vulnerability as having an Important impact, primarily because it can be exploited remotely without authentication. However, the actual exposure depends entirely on your specific VPN configuration:\n\n```\nAffected Configurations: This vulnerability only impacts IKEv2 connections. By default, Libreswan enables packet fragmentation (fragmentation=yes) to handle large encryption keys over restrictive network paths. Any default IKEv2 tunnel that do not set fragmentation=no are vulnerable.\n\nUnaffected Configurations: IKEv1 connections are completely unaffected by this flaw.\n\n```\n\n```\nCrucially, this vulnerability does not impact environments running Libreswan versions 4.5 and older. The vulnerable fragment reassembly engine was introduced during a major codebase refactor in version 4.6. As a result, older product branches\u2014such as those shipped in rhel-6, rhel-7, rhel-8.6.z and prior do not contain the flawed code path and are inherently immune to this attack.\n\n```",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-12413"
},
{
"category": "external",
"summary": "RHBZ#2494149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494149"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-12413",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12413"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-12413",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-12413"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-12413/",
"url": "https://libreswan.org/security/CVE-2026-12413/"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-12413/CVE-2026-12413.txt",
"url": "https://libreswan.org/security/CVE-2026-12413/CVE-2026-12413.txt"
},
{
"category": "external",
"summary": "https://lists.libreswan.org/archives/list/swan-announce@lists.libreswan.org/thread/7BZBYREBGXFPS4TSWOZX37WABRZVLK74/",
"url": "https://lists.libreswan.org/archives/list/swan-announce@lists.libreswan.org/thread/7BZBYREBGXFPS4TSWOZX37WABRZVLK74/"
}
],
"release_date": "2026-06-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T03:23:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46396"
},
{
"category": "workaround",
"details": "If upgrading to Libreswan is not an option, you can mitigate the vulnerability by disabling IKEv2 fragment processing:\n\nAdd the following directive to your global or connection-specific configuration files in /etc/ipsec.conf: ```fragmentation=no```\n\nWarning: Disabling fragmentation may cause larger IKEv2 payloads (such as those carrying large X.509 certificate chains) to be dropped by intermediate network routers if they exceed the path MTU.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "librenswan: IKEv2 Denial of Service via malformed fragmentation"
},
{
"cve": "CVE-2026-14957",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"discovery_date": "2026-07-17T11:43:07.159000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2501764"
}
],
"notes": [
{
"category": "description",
"text": "No description is available for this CVE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libreswan: badly formatted X.509 certificate can cause an assertion failure that crashes the daemon process",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-14957"
},
{
"category": "external",
"summary": "RHBZ#2501764",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2501764"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-14957",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14957"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-14957",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-14957"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-14957/",
"url": "https://libreswan.org/security/CVE-2026-14957/"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-14957/CVE-2026-14957.txt",
"url": "https://libreswan.org/security/CVE-2026-14957/CVE-2026-14957.txt"
}
],
"release_date": "2026-07-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T03:23:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46396"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u0027s standards for usability, deployment, applicability, or stability. Customers are advised to apply the appropriate security updates once they become available.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libreswan: badly formatted X.509 certificate can cause an assertion failure that crashes the daemon process"
},
{
"cve": "CVE-2026-50721",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-06-29T11:20:06.653000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494147"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Libreswan\u0027s implementation of IKEv1 authentication via raw RSA signatures. When processing an IKEv1 packet using PKCS #1 v1.5 RSA encryption, the RSA_authenticate_hash_signature_raw_rsa() function fails to properly validate the length of the authentication hash. A remote, unauthenticated attacker could exploit this vulnerability by sending a specially crafted IKEv1 packet containing a shorter-than-expected hash payload. This triggers an assertion failure within the Libreswan daemon, causing it to crash and restart, leading to a persistent Denial of Service (DoS) condition if malicious packets are continuously transmitted.\n\nAdditionally, if the target system relies on RSA keys with weak public exponents (e.g., e=3), a Bleichenbacher-style signature forgery attack may be feasible, potentially allowing the attacker to bypass authentication entirely.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "librenswan: IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates this as having an Moderate security impact, because this vulnerability directly affects the availability of Libreswan VPN gateways utilizing legacy IKEv1 tunnels. IKEv1 is not default in modern RHEL; modern profiles enforce IKEv2. Because the crash occurs during the unauthenticated phase of the IKE negotiation, any exposed Libreswan service (server or client) accepting standard IKEv1 connections via the default (authby=rsasig) option is vulnerable to the Denial of Service aspect of this flaw. \n\nAdditionally, the risk of the authentication bypass vector is mitigated to low on Red Hat Enterprise Linux due to system-wide Crypto-Policies that strictly disallow the generation and use of keys with weak public exponents. This completely neutralizes the worst-case Authentication Bypass and Impersonation vectors for CVE-2026-50721, confining the threat strictly to a DoS process crash.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50721"
},
{
"category": "external",
"summary": "RHBZ#2494147",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494147"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50721",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50721"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50721",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50721"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-50721/",
"url": "https://libreswan.org/security/CVE-2026-50721/"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-50721/CVE-2026-50721.txt",
"url": "https://libreswan.org/security/CVE-2026-50721/CVE-2026-50721.txt"
},
{
"category": "external",
"summary": "https://lists.libreswan.org/archives/list/swan-announce@lists.libreswan.org/thread/7BZBYREBGXFPS4TSWOZX37WABRZVLK74/",
"url": "https://lists.libreswan.org/archives/list/swan-announce@lists.libreswan.org/thread/7BZBYREBGXFPS4TSWOZX37WABRZVLK74/"
}
],
"release_date": "2026-06-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T03:23:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46396"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, consider the following strategic workarounds if upgrading Libreswan immediately is not viable:\n\n- Migrate to IKEv2: Disable IKEv1 entirely and migrate all connections to IKEv2. The vulnerable code path is tied specifically to IKEv1\u2019s rigid handling of PKCS#1 v1.5 RSA-SHA1.\n\n- Switch to Pre-Shared Keys (PSK): Additionally, if the configuration is for static tunnels, and not for a group of Remote Access VPN Clients, the authentication can be changed to use PSK via \"authby=secret\" after coordination with the remote peer.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "librenswan: IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload"
},
{
"cve": "CVE-2026-50722",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-06-29T11:20:53.156000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494148"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Libreswan\u0027s 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). \n\nFurthermore, 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.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "librenswan: IKEv2 Denial of Service via RSA-SHA1 (PKCS#1 RSASSA-PKCS1-v1_5) authentication payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates this as having an Moderate security impact. This Moderate severity rating reflects the deployment reality on modern enterprise platforms. The worst-case authentication bypass vector is effectively non-exploitable due to system-wide Crypto-Policies that strictly block the weak RSA exponents required for the attack. Furthermore, the resulting Denial of Service is limited to a controlled process abort via an internal assertion check. Because the Libreswan service is natively managed by systemd with automatic fault-recovery rules enabled by default, the daemon will instantly restart following a crash. Consequently, a sustained outage requires a continuous and high-volume malicious packet flood, significantly lowering the real-world operational risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50722"
},
{
"category": "external",
"summary": "RHBZ#2494148",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494148"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50722",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50722"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50722",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50722"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-50722",
"url": "https://libreswan.org/security/CVE-2026-50722"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-50722/",
"url": "https://libreswan.org/security/CVE-2026-50722/"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-50722/CVE-2026-50722.txt",
"url": "https://libreswan.org/security/CVE-2026-50722/CVE-2026-50722.txt"
},
{
"category": "external",
"summary": "https://lists.libreswan.org/archives/list/swan-announce@lists.libreswan.org/thread/7BZBYREBGXFPS4TSWOZX37WABRZVLK74/",
"url": "https://lists.libreswan.org/archives/list/swan-announce@lists.libreswan.org/thread/7BZBYREBGXFPS4TSWOZX37WABRZVLK74/"
}
],
"release_date": "2026-06-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T03:23:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46396"
},
{
"category": "workaround",
"details": "If upgrading to Libreswan is not immediately feasible, this vulnerability can be mitigated by enforcing modern signature algorithms, which effectively prevents Libreswan from falling back to the vulnerable legacy parser logic.\n\nExplicitly configure your authby (or leftauth/rightauth) parameters in /etc/ipsec.conf to exclusively permit ECDSA and RSASSA-PSS: ```authby=ecdsa,rsa-sha2```\n\nNote: Applying this mitigation will drop compatibility with native Windows VPN clients that do not support RSASSA-PSS.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.src",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el8_10.6.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el8_10.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "librenswan: IKEv2 Denial of Service via RSA-SHA1 (PKCS#1 RSASSA-PKCS1-v1_5) authentication payload"
}
]
}
RHSA-2026:46397
Vulnerability from csaf_opensuse - Published: 2026-07-27 03:46 - Updated: 2026-07-27 23:32A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
No description is available for this CVE.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Libreswan's implementation of IKEv1 authentication via raw RSA signatures. When processing an IKEv1 packet using PKCS #1 v1.5 RSA encryption, the RSA_authenticate_hash_signature_raw_rsa() function fails to properly validate the length of the authentication hash. A remote, unauthenticated attacker could exploit this vulnerability by sending a specially crafted IKEv1 packet containing a shorter-than-expected hash payload. This triggers an assertion failure within the Libreswan daemon, causing it to crash and restart, leading to a persistent Denial of Service (DoS) condition if malicious packets are continuously transmitted. Additionally, if the target system relies on RSA keys with weak public exponents (e.g., e=3), a Bleichenbacher-style signature forgery attack may be feasible, potentially allowing the attacker to bypass authentication entirely.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:46397 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2494147 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2494148 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2494149 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2501764 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-12413 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2494149 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-12413 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-12413 | external |
| https://libreswan.org/security/CVE-2026-12413/ | external |
| https://libreswan.org/security/CVE-2026-12413/CVE… | external |
| https://lists.libreswan.org/archives/list/swan-an… | external |
| https://access.redhat.com/security/cve/CVE-2026-14957 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2501764 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-14957 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-14957 | external |
| https://libreswan.org/security/CVE-2026-14957/ | external |
| https://libreswan.org/security/CVE-2026-14957/CVE… | external |
| https://access.redhat.com/security/cve/CVE-2026-50721 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2494147 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-50721 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-50721 | external |
| https://libreswan.org/security/CVE-2026-50721/ | external |
| https://libreswan.org/security/CVE-2026-50721/CVE… | external |
| https://access.redhat.com/security/cve/CVE-2026-50722 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2494148 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-50722 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-50722 | external |
| https://libreswan.org/security/CVE-2026-50722 | external |
| https://libreswan.org/security/CVE-2026-50722/ | external |
| https://libreswan.org/security/CVE-2026-50722/CVE… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for libreswan is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Libreswan is an implementation of IPsec and IKE for Linux. IPsec is the Internet Protocol Security and uses strong cryptography to provide both authentication and encryption services. These services allow you to build secure tunnels through untrusted networks such as virtual private network (VPN).\n\nSecurity Fix(es):\n\n* librenswan: IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload (CVE-2026-50721)\n\n* librenswan: IKEv2 Denial of Service via RSA-SHA1 (PKCS#1 RSASSA-PKCS1-v1_5) authentication payload (CVE-2026-50722)\n\n* librenswan: IKEv2 Denial of Service via malformed fragmentation (CVE-2026-12413)\n\n* libreswan: badly formatted X.509 certificate can cause an assertion failure that crashes the daemon process (CVE-2026-14957)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:46397",
"url": "https://access.redhat.com/errata/RHSA-2026:46397"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2494147",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494147"
},
{
"category": "external",
"summary": "2494148",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494148"
},
{
"category": "external",
"summary": "2494149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494149"
},
{
"category": "external",
"summary": "2501764",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2501764"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_46397.json"
}
],
"title": "Red Hat Security Advisory: libreswan security update",
"tracking": {
"current_release_date": "2026-07-27T23:32:18+00:00",
"generator": {
"date": "2026-07-27T23:32:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:46397",
"initial_release_date": "2026-07-27T03:46:32+00:00",
"revision_history": [
{
"date": "2026-07-27T03:46:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-27T03:46:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-27T23:32:18+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "libreswan-0:4.15-10.el9_8.src",
"product": {
"name": "libreswan-0:4.15-10.el9_8.src",
"product_id": "libreswan-0:4.15-10.el9_8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan@4.15-10.el9_8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "libreswan-0:4.15-10.el9_8.aarch64",
"product": {
"name": "libreswan-0:4.15-10.el9_8.aarch64",
"product_id": "libreswan-0:4.15-10.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan@4.15-10.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libreswan-debugsource-0:4.15-10.el9_8.aarch64",
"product": {
"name": "libreswan-debugsource-0:4.15-10.el9_8.aarch64",
"product_id": "libreswan-debugsource-0:4.15-10.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-debugsource@4.15-10.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libreswan-debuginfo-0:4.15-10.el9_8.aarch64",
"product": {
"name": "libreswan-debuginfo-0:4.15-10.el9_8.aarch64",
"product_id": "libreswan-debuginfo-0:4.15-10.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-debuginfo@4.15-10.el9_8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libreswan-0:4.15-10.el9_8.ppc64le",
"product": {
"name": "libreswan-0:4.15-10.el9_8.ppc64le",
"product_id": "libreswan-0:4.15-10.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan@4.15-10.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libreswan-debugsource-0:4.15-10.el9_8.ppc64le",
"product": {
"name": "libreswan-debugsource-0:4.15-10.el9_8.ppc64le",
"product_id": "libreswan-debugsource-0:4.15-10.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-debugsource@4.15-10.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libreswan-debuginfo-0:4.15-10.el9_8.ppc64le",
"product": {
"name": "libreswan-debuginfo-0:4.15-10.el9_8.ppc64le",
"product_id": "libreswan-debuginfo-0:4.15-10.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-debuginfo@4.15-10.el9_8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libreswan-0:4.15-10.el9_8.s390x",
"product": {
"name": "libreswan-0:4.15-10.el9_8.s390x",
"product_id": "libreswan-0:4.15-10.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan@4.15-10.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libreswan-debugsource-0:4.15-10.el9_8.s390x",
"product": {
"name": "libreswan-debugsource-0:4.15-10.el9_8.s390x",
"product_id": "libreswan-debugsource-0:4.15-10.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-debugsource@4.15-10.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libreswan-debuginfo-0:4.15-10.el9_8.s390x",
"product": {
"name": "libreswan-debuginfo-0:4.15-10.el9_8.s390x",
"product_id": "libreswan-debuginfo-0:4.15-10.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-debuginfo@4.15-10.el9_8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libreswan-0:4.15-10.el9_8.x86_64",
"product": {
"name": "libreswan-0:4.15-10.el9_8.x86_64",
"product_id": "libreswan-0:4.15-10.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan@4.15-10.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libreswan-debugsource-0:4.15-10.el9_8.x86_64",
"product": {
"name": "libreswan-debugsource-0:4.15-10.el9_8.x86_64",
"product_id": "libreswan-debugsource-0:4.15-10.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-debugsource@4.15-10.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libreswan-debuginfo-0:4.15-10.el9_8.x86_64",
"product": {
"name": "libreswan-debuginfo-0:4.15-10.el9_8.x86_64",
"product_id": "libreswan-debuginfo-0:4.15-10.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-debuginfo@4.15-10.el9_8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-0:4.15-10.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64"
},
"product_reference": "libreswan-0:4.15-10.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-0:4.15-10.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le"
},
"product_reference": "libreswan-0:4.15-10.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-0:4.15-10.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x"
},
"product_reference": "libreswan-0:4.15-10.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-0:4.15-10.el9_8.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src"
},
"product_reference": "libreswan-0:4.15-10.el9_8.src",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-0:4.15-10.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64"
},
"product_reference": "libreswan-0:4.15-10.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-debuginfo-0:4.15-10.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64"
},
"product_reference": "libreswan-debuginfo-0:4.15-10.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-debuginfo-0:4.15-10.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le"
},
"product_reference": "libreswan-debuginfo-0:4.15-10.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-debuginfo-0:4.15-10.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x"
},
"product_reference": "libreswan-debuginfo-0:4.15-10.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-debuginfo-0:4.15-10.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64"
},
"product_reference": "libreswan-debuginfo-0:4.15-10.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-debugsource-0:4.15-10.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64"
},
"product_reference": "libreswan-debugsource-0:4.15-10.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-debugsource-0:4.15-10.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le"
},
"product_reference": "libreswan-debugsource-0:4.15-10.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-debugsource-0:4.15-10.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x"
},
"product_reference": "libreswan-debugsource-0:4.15-10.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-debugsource-0:4.15-10.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64"
},
"product_reference": "libreswan-debugsource-0:4.15-10.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-12413",
"cwe": {
"id": "CWE-193",
"name": "Off-by-one Error"
},
"discovery_date": "2026-06-29T11:20:53.350000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494149"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Libreswan\u0027s 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.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "librenswan: IKEv2 Denial of Service via malformed fragmentation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates this vulnerability as having an Important impact, primarily because it can be exploited remotely without authentication. However, the actual exposure depends entirely on your specific VPN configuration:\n\n```\nAffected Configurations: This vulnerability only impacts IKEv2 connections. By default, Libreswan enables packet fragmentation (fragmentation=yes) to handle large encryption keys over restrictive network paths. Any default IKEv2 tunnel that do not set fragmentation=no are vulnerable.\n\nUnaffected Configurations: IKEv1 connections are completely unaffected by this flaw.\n\n```\n\n```\nCrucially, this vulnerability does not impact environments running Libreswan versions 4.5 and older. The vulnerable fragment reassembly engine was introduced during a major codebase refactor in version 4.6. As a result, older product branches\u2014such as those shipped in rhel-6, rhel-7, rhel-8.6.z and prior do not contain the flawed code path and are inherently immune to this attack.\n\n```",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-12413"
},
{
"category": "external",
"summary": "RHBZ#2494149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494149"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-12413",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12413"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-12413",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-12413"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-12413/",
"url": "https://libreswan.org/security/CVE-2026-12413/"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-12413/CVE-2026-12413.txt",
"url": "https://libreswan.org/security/CVE-2026-12413/CVE-2026-12413.txt"
},
{
"category": "external",
"summary": "https://lists.libreswan.org/archives/list/swan-announce@lists.libreswan.org/thread/7BZBYREBGXFPS4TSWOZX37WABRZVLK74/",
"url": "https://lists.libreswan.org/archives/list/swan-announce@lists.libreswan.org/thread/7BZBYREBGXFPS4TSWOZX37WABRZVLK74/"
}
],
"release_date": "2026-06-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T03:46:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46397"
},
{
"category": "workaround",
"details": "If upgrading to Libreswan is not an option, you can mitigate the vulnerability by disabling IKEv2 fragment processing:\n\nAdd the following directive to your global or connection-specific configuration files in /etc/ipsec.conf: ```fragmentation=no```\n\nWarning: Disabling fragmentation may cause larger IKEv2 payloads (such as those carrying large X.509 certificate chains) to be dropped by intermediate network routers if they exceed the path MTU.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "librenswan: IKEv2 Denial of Service via malformed fragmentation"
},
{
"cve": "CVE-2026-14957",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"discovery_date": "2026-07-17T11:43:07.159000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2501764"
}
],
"notes": [
{
"category": "description",
"text": "No description is available for this CVE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libreswan: badly formatted X.509 certificate can cause an assertion failure that crashes the daemon process",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-14957"
},
{
"category": "external",
"summary": "RHBZ#2501764",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2501764"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-14957",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14957"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-14957",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-14957"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-14957/",
"url": "https://libreswan.org/security/CVE-2026-14957/"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-14957/CVE-2026-14957.txt",
"url": "https://libreswan.org/security/CVE-2026-14957/CVE-2026-14957.txt"
}
],
"release_date": "2026-07-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T03:46:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46397"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u0027s standards for usability, deployment, applicability, or stability. Customers are advised to apply the appropriate security updates once they become available.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libreswan: badly formatted X.509 certificate can cause an assertion failure that crashes the daemon process"
},
{
"cve": "CVE-2026-50721",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-06-29T11:20:06.653000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494147"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Libreswan\u0027s implementation of IKEv1 authentication via raw RSA signatures. When processing an IKEv1 packet using PKCS #1 v1.5 RSA encryption, the RSA_authenticate_hash_signature_raw_rsa() function fails to properly validate the length of the authentication hash. A remote, unauthenticated attacker could exploit this vulnerability by sending a specially crafted IKEv1 packet containing a shorter-than-expected hash payload. This triggers an assertion failure within the Libreswan daemon, causing it to crash and restart, leading to a persistent Denial of Service (DoS) condition if malicious packets are continuously transmitted.\n\nAdditionally, if the target system relies on RSA keys with weak public exponents (e.g., e=3), a Bleichenbacher-style signature forgery attack may be feasible, potentially allowing the attacker to bypass authentication entirely.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "librenswan: IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates this as having an Moderate security impact, because this vulnerability directly affects the availability of Libreswan VPN gateways utilizing legacy IKEv1 tunnels. IKEv1 is not default in modern RHEL; modern profiles enforce IKEv2. Because the crash occurs during the unauthenticated phase of the IKE negotiation, any exposed Libreswan service (server or client) accepting standard IKEv1 connections via the default (authby=rsasig) option is vulnerable to the Denial of Service aspect of this flaw. \n\nAdditionally, the risk of the authentication bypass vector is mitigated to low on Red Hat Enterprise Linux due to system-wide Crypto-Policies that strictly disallow the generation and use of keys with weak public exponents. This completely neutralizes the worst-case Authentication Bypass and Impersonation vectors for CVE-2026-50721, confining the threat strictly to a DoS process crash.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50721"
},
{
"category": "external",
"summary": "RHBZ#2494147",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494147"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50721",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50721"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50721",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50721"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-50721/",
"url": "https://libreswan.org/security/CVE-2026-50721/"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-50721/CVE-2026-50721.txt",
"url": "https://libreswan.org/security/CVE-2026-50721/CVE-2026-50721.txt"
},
{
"category": "external",
"summary": "https://lists.libreswan.org/archives/list/swan-announce@lists.libreswan.org/thread/7BZBYREBGXFPS4TSWOZX37WABRZVLK74/",
"url": "https://lists.libreswan.org/archives/list/swan-announce@lists.libreswan.org/thread/7BZBYREBGXFPS4TSWOZX37WABRZVLK74/"
}
],
"release_date": "2026-06-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T03:46:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46397"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, consider the following strategic workarounds if upgrading Libreswan immediately is not viable:\n\n- Migrate to IKEv2: Disable IKEv1 entirely and migrate all connections to IKEv2. The vulnerable code path is tied specifically to IKEv1\u2019s rigid handling of PKCS#1 v1.5 RSA-SHA1.\n\n- Switch to Pre-Shared Keys (PSK): Additionally, if the configuration is for static tunnels, and not for a group of Remote Access VPN Clients, the authentication can be changed to use PSK via \"authby=secret\" after coordination with the remote peer.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "librenswan: IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload"
},
{
"cve": "CVE-2026-50722",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-06-29T11:20:53.156000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494148"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Libreswan\u0027s 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). \n\nFurthermore, 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.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "librenswan: IKEv2 Denial of Service via RSA-SHA1 (PKCS#1 RSASSA-PKCS1-v1_5) authentication payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates this as having an Moderate security impact. This Moderate severity rating reflects the deployment reality on modern enterprise platforms. The worst-case authentication bypass vector is effectively non-exploitable due to system-wide Crypto-Policies that strictly block the weak RSA exponents required for the attack. Furthermore, the resulting Denial of Service is limited to a controlled process abort via an internal assertion check. Because the Libreswan service is natively managed by systemd with automatic fault-recovery rules enabled by default, the daemon will instantly restart following a crash. Consequently, a sustained outage requires a continuous and high-volume malicious packet flood, significantly lowering the real-world operational risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50722"
},
{
"category": "external",
"summary": "RHBZ#2494148",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494148"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50722",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50722"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50722",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50722"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-50722",
"url": "https://libreswan.org/security/CVE-2026-50722"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-50722/",
"url": "https://libreswan.org/security/CVE-2026-50722/"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-50722/CVE-2026-50722.txt",
"url": "https://libreswan.org/security/CVE-2026-50722/CVE-2026-50722.txt"
},
{
"category": "external",
"summary": "https://lists.libreswan.org/archives/list/swan-announce@lists.libreswan.org/thread/7BZBYREBGXFPS4TSWOZX37WABRZVLK74/",
"url": "https://lists.libreswan.org/archives/list/swan-announce@lists.libreswan.org/thread/7BZBYREBGXFPS4TSWOZX37WABRZVLK74/"
}
],
"release_date": "2026-06-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T03:46:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46397"
},
{
"category": "workaround",
"details": "If upgrading to Libreswan is not immediately feasible, this vulnerability can be mitigated by enforcing modern signature algorithms, which effectively prevents Libreswan from falling back to the vulnerable legacy parser logic.\n\nExplicitly configure your authby (or leftauth/rightauth) parameters in /etc/ipsec.conf to exclusively permit ECDSA and RSASSA-PSS: ```authby=ecdsa,rsa-sha2```\n\nNote: Applying this mitigation will drop compatibility with native Windows VPN clients that do not support RSASSA-PSS.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.15-10.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libreswan-debugsource-0:4.15-10.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "librenswan: IKEv2 Denial of Service via RSA-SHA1 (PKCS#1 RSASSA-PKCS1-v1_5) authentication payload"
}
]
}
RHSA-2026:46398
Vulnerability from csaf_opensuse - Published: 2026-07-27 03:46 - Updated: 2026-07-27 23:32A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
No description is available for this CVE.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Libreswan's implementation of IKEv1 authentication via raw RSA signatures. When processing an IKEv1 packet using PKCS #1 v1.5 RSA encryption, the RSA_authenticate_hash_signature_raw_rsa() function fails to properly validate the length of the authentication hash. A remote, unauthenticated attacker could exploit this vulnerability by sending a specially crafted IKEv1 packet containing a shorter-than-expected hash payload. This triggers an assertion failure within the Libreswan daemon, causing it to crash and restart, leading to a persistent Denial of Service (DoS) condition if malicious packets are continuously transmitted. Additionally, if the target system relies on RSA keys with weak public exponents (e.g., e=3), a Bleichenbacher-style signature forgery attack may be feasible, potentially allowing the attacker to bypass authentication entirely.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:46398 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2494147 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2494148 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2494149 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2501764 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-12413 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2494149 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-12413 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-12413 | external |
| https://libreswan.org/security/CVE-2026-12413/ | external |
| https://libreswan.org/security/CVE-2026-12413/CVE… | external |
| https://lists.libreswan.org/archives/list/swan-an… | external |
| https://access.redhat.com/security/cve/CVE-2026-14957 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2501764 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-14957 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-14957 | external |
| https://libreswan.org/security/CVE-2026-14957/ | external |
| https://libreswan.org/security/CVE-2026-14957/CVE… | external |
| https://access.redhat.com/security/cve/CVE-2026-50721 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2494147 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-50721 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-50721 | external |
| https://libreswan.org/security/CVE-2026-50721/ | external |
| https://libreswan.org/security/CVE-2026-50721/CVE… | external |
| https://access.redhat.com/security/cve/CVE-2026-50722 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2494148 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-50722 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-50722 | external |
| https://libreswan.org/security/CVE-2026-50722 | external |
| https://libreswan.org/security/CVE-2026-50722/ | external |
| https://libreswan.org/security/CVE-2026-50722/CVE… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for libreswan is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Libreswan is an implementation of IPsec and IKE for Linux. IPsec is the Internet Protocol Security and uses strong cryptography to provide both authentication and encryption services. These services allow you to build secure tunnels through untrusted networks such as virtual private network (VPN).\n\nSecurity Fix(es):\n\n* librenswan: IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload (CVE-2026-50721)\n\n* librenswan: IKEv2 Denial of Service via RSA-SHA1 (PKCS#1 RSASSA-PKCS1-v1_5) authentication payload (CVE-2026-50722)\n\n* librenswan: IKEv2 Denial of Service via malformed fragmentation (CVE-2026-12413)\n\n* libreswan: badly formatted X.509 certificate can cause an assertion failure that crashes the daemon process (CVE-2026-14957)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:46398",
"url": "https://access.redhat.com/errata/RHSA-2026:46398"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2494147",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494147"
},
{
"category": "external",
"summary": "2494148",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494148"
},
{
"category": "external",
"summary": "2494149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494149"
},
{
"category": "external",
"summary": "2501764",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2501764"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_46398.json"
}
],
"title": "Red Hat Security Advisory: libreswan security update",
"tracking": {
"current_release_date": "2026-07-27T23:32:20+00:00",
"generator": {
"date": "2026-07-27T23:32:20+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:46398",
"initial_release_date": "2026-07-27T03:46:42+00:00",
"revision_history": [
{
"date": "2026-07-27T03:46:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-27T03:46:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-27T23:32:20+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "libreswan-0:5.3.2-1.el10_2.src",
"product": {
"name": "libreswan-0:5.3.2-1.el10_2.src",
"product_id": "libreswan-0:5.3.2-1.el10_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan@5.3.2-1.el10_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "libreswan-0:5.3.2-1.el10_2.aarch64",
"product": {
"name": "libreswan-0:5.3.2-1.el10_2.aarch64",
"product_id": "libreswan-0:5.3.2-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan@5.3.2-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libreswan-minimal-0:5.3.2-1.el10_2.aarch64",
"product": {
"name": "libreswan-minimal-0:5.3.2-1.el10_2.aarch64",
"product_id": "libreswan-minimal-0:5.3.2-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-minimal@5.3.2-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libreswan-debugsource-0:5.3.2-1.el10_2.aarch64",
"product": {
"name": "libreswan-debugsource-0:5.3.2-1.el10_2.aarch64",
"product_id": "libreswan-debugsource-0:5.3.2-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-debugsource@5.3.2-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64",
"product": {
"name": "libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64",
"product_id": "libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-minimal-debuginfo@5.3.2-1.el10_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libreswan-0:5.3.2-1.el10_2.ppc64le",
"product": {
"name": "libreswan-0:5.3.2-1.el10_2.ppc64le",
"product_id": "libreswan-0:5.3.2-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan@5.3.2-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libreswan-minimal-0:5.3.2-1.el10_2.ppc64le",
"product": {
"name": "libreswan-minimal-0:5.3.2-1.el10_2.ppc64le",
"product_id": "libreswan-minimal-0:5.3.2-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-minimal@5.3.2-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le",
"product": {
"name": "libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le",
"product_id": "libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-debugsource@5.3.2-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le",
"product": {
"name": "libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le",
"product_id": "libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-minimal-debuginfo@5.3.2-1.el10_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libreswan-0:5.3.2-1.el10_2.s390x",
"product": {
"name": "libreswan-0:5.3.2-1.el10_2.s390x",
"product_id": "libreswan-0:5.3.2-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan@5.3.2-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libreswan-minimal-0:5.3.2-1.el10_2.s390x",
"product": {
"name": "libreswan-minimal-0:5.3.2-1.el10_2.s390x",
"product_id": "libreswan-minimal-0:5.3.2-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-minimal@5.3.2-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libreswan-debugsource-0:5.3.2-1.el10_2.s390x",
"product": {
"name": "libreswan-debugsource-0:5.3.2-1.el10_2.s390x",
"product_id": "libreswan-debugsource-0:5.3.2-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-debugsource@5.3.2-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x",
"product": {
"name": "libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x",
"product_id": "libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-minimal-debuginfo@5.3.2-1.el10_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libreswan-0:5.3.2-1.el10_2.x86_64",
"product": {
"name": "libreswan-0:5.3.2-1.el10_2.x86_64",
"product_id": "libreswan-0:5.3.2-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan@5.3.2-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libreswan-minimal-0:5.3.2-1.el10_2.x86_64",
"product": {
"name": "libreswan-minimal-0:5.3.2-1.el10_2.x86_64",
"product_id": "libreswan-minimal-0:5.3.2-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-minimal@5.3.2-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libreswan-debugsource-0:5.3.2-1.el10_2.x86_64",
"product": {
"name": "libreswan-debugsource-0:5.3.2-1.el10_2.x86_64",
"product_id": "libreswan-debugsource-0:5.3.2-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-debugsource@5.3.2-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64",
"product": {
"name": "libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64",
"product_id": "libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libreswan-minimal-debuginfo@5.3.2-1.el10_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64"
},
"product_reference": "libreswan-0:5.3.2-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le"
},
"product_reference": "libreswan-0:5.3.2-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x"
},
"product_reference": "libreswan-0:5.3.2-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-0:5.3.2-1.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src"
},
"product_reference": "libreswan-0:5.3.2-1.el10_2.src",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64"
},
"product_reference": "libreswan-0:5.3.2-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-debugsource-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64"
},
"product_reference": "libreswan-debugsource-0:5.3.2-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le"
},
"product_reference": "libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-debugsource-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x"
},
"product_reference": "libreswan-debugsource-0:5.3.2-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-debugsource-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64"
},
"product_reference": "libreswan-debugsource-0:5.3.2-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-minimal-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64"
},
"product_reference": "libreswan-minimal-0:5.3.2-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-minimal-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le"
},
"product_reference": "libreswan-minimal-0:5.3.2-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-minimal-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x"
},
"product_reference": "libreswan-minimal-0:5.3.2-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-minimal-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64"
},
"product_reference": "libreswan-minimal-0:5.3.2-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64"
},
"product_reference": "libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le"
},
"product_reference": "libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x"
},
"product_reference": "libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64"
},
"product_reference": "libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-12413",
"cwe": {
"id": "CWE-193",
"name": "Off-by-one Error"
},
"discovery_date": "2026-06-29T11:20:53.350000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494149"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Libreswan\u0027s 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.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "librenswan: IKEv2 Denial of Service via malformed fragmentation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates this vulnerability as having an Important impact, primarily because it can be exploited remotely without authentication. However, the actual exposure depends entirely on your specific VPN configuration:\n\n```\nAffected Configurations: This vulnerability only impacts IKEv2 connections. By default, Libreswan enables packet fragmentation (fragmentation=yes) to handle large encryption keys over restrictive network paths. Any default IKEv2 tunnel that do not set fragmentation=no are vulnerable.\n\nUnaffected Configurations: IKEv1 connections are completely unaffected by this flaw.\n\n```\n\n```\nCrucially, this vulnerability does not impact environments running Libreswan versions 4.5 and older. The vulnerable fragment reassembly engine was introduced during a major codebase refactor in version 4.6. As a result, older product branches\u2014such as those shipped in rhel-6, rhel-7, rhel-8.6.z and prior do not contain the flawed code path and are inherently immune to this attack.\n\n```",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-12413"
},
{
"category": "external",
"summary": "RHBZ#2494149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494149"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-12413",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12413"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-12413",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-12413"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-12413/",
"url": "https://libreswan.org/security/CVE-2026-12413/"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-12413/CVE-2026-12413.txt",
"url": "https://libreswan.org/security/CVE-2026-12413/CVE-2026-12413.txt"
},
{
"category": "external",
"summary": "https://lists.libreswan.org/archives/list/swan-announce@lists.libreswan.org/thread/7BZBYREBGXFPS4TSWOZX37WABRZVLK74/",
"url": "https://lists.libreswan.org/archives/list/swan-announce@lists.libreswan.org/thread/7BZBYREBGXFPS4TSWOZX37WABRZVLK74/"
}
],
"release_date": "2026-06-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T03:46:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46398"
},
{
"category": "workaround",
"details": "If upgrading to Libreswan is not an option, you can mitigate the vulnerability by disabling IKEv2 fragment processing:\n\nAdd the following directive to your global or connection-specific configuration files in /etc/ipsec.conf: ```fragmentation=no```\n\nWarning: Disabling fragmentation may cause larger IKEv2 payloads (such as those carrying large X.509 certificate chains) to be dropped by intermediate network routers if they exceed the path MTU.",
"product_ids": [
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "librenswan: IKEv2 Denial of Service via malformed fragmentation"
},
{
"cve": "CVE-2026-14957",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"discovery_date": "2026-07-17T11:43:07.159000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2501764"
}
],
"notes": [
{
"category": "description",
"text": "No description is available for this CVE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libreswan: badly formatted X.509 certificate can cause an assertion failure that crashes the daemon process",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-14957"
},
{
"category": "external",
"summary": "RHBZ#2501764",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2501764"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-14957",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-14957"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-14957",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-14957"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-14957/",
"url": "https://libreswan.org/security/CVE-2026-14957/"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-14957/CVE-2026-14957.txt",
"url": "https://libreswan.org/security/CVE-2026-14957/CVE-2026-14957.txt"
}
],
"release_date": "2026-07-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T03:46:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46398"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u0027s standards for usability, deployment, applicability, or stability. Customers are advised to apply the appropriate security updates once they become available.",
"product_ids": [
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libreswan: badly formatted X.509 certificate can cause an assertion failure that crashes the daemon process"
},
{
"cve": "CVE-2026-50721",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-06-29T11:20:06.653000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494147"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Libreswan\u0027s implementation of IKEv1 authentication via raw RSA signatures. When processing an IKEv1 packet using PKCS #1 v1.5 RSA encryption, the RSA_authenticate_hash_signature_raw_rsa() function fails to properly validate the length of the authentication hash. A remote, unauthenticated attacker could exploit this vulnerability by sending a specially crafted IKEv1 packet containing a shorter-than-expected hash payload. This triggers an assertion failure within the Libreswan daemon, causing it to crash and restart, leading to a persistent Denial of Service (DoS) condition if malicious packets are continuously transmitted.\n\nAdditionally, if the target system relies on RSA keys with weak public exponents (e.g., e=3), a Bleichenbacher-style signature forgery attack may be feasible, potentially allowing the attacker to bypass authentication entirely.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "librenswan: IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates this as having an Moderate security impact, because this vulnerability directly affects the availability of Libreswan VPN gateways utilizing legacy IKEv1 tunnels. IKEv1 is not default in modern RHEL; modern profiles enforce IKEv2. Because the crash occurs during the unauthenticated phase of the IKE negotiation, any exposed Libreswan service (server or client) accepting standard IKEv1 connections via the default (authby=rsasig) option is vulnerable to the Denial of Service aspect of this flaw. \n\nAdditionally, the risk of the authentication bypass vector is mitigated to low on Red Hat Enterprise Linux due to system-wide Crypto-Policies that strictly disallow the generation and use of keys with weak public exponents. This completely neutralizes the worst-case Authentication Bypass and Impersonation vectors for CVE-2026-50721, confining the threat strictly to a DoS process crash.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50721"
},
{
"category": "external",
"summary": "RHBZ#2494147",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494147"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50721",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50721"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50721",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50721"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-50721/",
"url": "https://libreswan.org/security/CVE-2026-50721/"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-50721/CVE-2026-50721.txt",
"url": "https://libreswan.org/security/CVE-2026-50721/CVE-2026-50721.txt"
},
{
"category": "external",
"summary": "https://lists.libreswan.org/archives/list/swan-announce@lists.libreswan.org/thread/7BZBYREBGXFPS4TSWOZX37WABRZVLK74/",
"url": "https://lists.libreswan.org/archives/list/swan-announce@lists.libreswan.org/thread/7BZBYREBGXFPS4TSWOZX37WABRZVLK74/"
}
],
"release_date": "2026-06-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T03:46:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46398"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, consider the following strategic workarounds if upgrading Libreswan immediately is not viable:\n\n- Migrate to IKEv2: Disable IKEv1 entirely and migrate all connections to IKEv2. The vulnerable code path is tied specifically to IKEv1\u2019s rigid handling of PKCS#1 v1.5 RSA-SHA1.\n\n- Switch to Pre-Shared Keys (PSK): Additionally, if the configuration is for static tunnels, and not for a group of Remote Access VPN Clients, the authentication can be changed to use PSK via \"authby=secret\" after coordination with the remote peer.",
"product_ids": [
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "librenswan: IKEv1 Denial of Service via RSA-SHA1 (PKCS#1 Version 1.5 Encrypted) authentication payload"
},
{
"cve": "CVE-2026-50722",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-06-29T11:20:53.156000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494148"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Libreswan\u0027s 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). \n\nFurthermore, 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.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "librenswan: IKEv2 Denial of Service via RSA-SHA1 (PKCS#1 RSASSA-PKCS1-v1_5) authentication payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates this as having an Moderate security impact. This Moderate severity rating reflects the deployment reality on modern enterprise platforms. The worst-case authentication bypass vector is effectively non-exploitable due to system-wide Crypto-Policies that strictly block the weak RSA exponents required for the attack. Furthermore, the resulting Denial of Service is limited to a controlled process abort via an internal assertion check. Because the Libreswan service is natively managed by systemd with automatic fault-recovery rules enabled by default, the daemon will instantly restart following a crash. Consequently, a sustained outage requires a continuous and high-volume malicious packet flood, significantly lowering the real-world operational risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50722"
},
{
"category": "external",
"summary": "RHBZ#2494148",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494148"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50722",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50722"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50722",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50722"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-50722",
"url": "https://libreswan.org/security/CVE-2026-50722"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-50722/",
"url": "https://libreswan.org/security/CVE-2026-50722/"
},
{
"category": "external",
"summary": "https://libreswan.org/security/CVE-2026-50722/CVE-2026-50722.txt",
"url": "https://libreswan.org/security/CVE-2026-50722/CVE-2026-50722.txt"
},
{
"category": "external",
"summary": "https://lists.libreswan.org/archives/list/swan-announce@lists.libreswan.org/thread/7BZBYREBGXFPS4TSWOZX37WABRZVLK74/",
"url": "https://lists.libreswan.org/archives/list/swan-announce@lists.libreswan.org/thread/7BZBYREBGXFPS4TSWOZX37WABRZVLK74/"
}
],
"release_date": "2026-06-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T03:46:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46398"
},
{
"category": "workaround",
"details": "If upgrading to Libreswan is not immediately feasible, this vulnerability can be mitigated by enforcing modern signature algorithms, which effectively prevents Libreswan from falling back to the vulnerable legacy parser logic.\n\nExplicitly configure your authby (or leftauth/rightauth) parameters in /etc/ipsec.conf to exclusively permit ECDSA and RSASSA-PSS: ```authby=ecdsa,rsa-sha2```\n\nNote: Applying this mitigation will drop compatibility with native Windows VPN clients that do not support RSASSA-PSS.",
"product_ids": [
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.src",
"AppStream-10.2.Z:libreswan-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-debugsource-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-0:5.3.2-1.el10_2.x86_64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.aarch64",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.ppc64le",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.s390x",
"AppStream-10.2.Z:libreswan-minimal-debuginfo-0:5.3.2-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "librenswan: IKEv2 Denial of Service via RSA-SHA1 (PKCS#1 RSASSA-PKCS1-v1_5) authentication payload"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.