Action not permitted
Modal body text goes here.
cve-2024-2357
Vulnerability from cvelistv5
Published
2024-03-11 19:39
Modified
2024-11-20 17:25
Severity ?
EPSS score ?
Summary
IKEv2 misconfiguration can cause libreswan to abort and restart
References
Impacted products
▼ | Vendor | Product |
---|---|---|
The Libreswan Project (www.libreswan.org) | libreswan |
{ "containers": { "adp": [ { "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" } }, { "other": { "content": { "id": "CVE-2024-2357", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-03-12T16:21:48.798359Z", "version": "2.0.3" }, "type": "ssvc" } } ], "problemTypes": [ { "descriptions": [ { "description": "CWE-noinfo Not enough information", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-11-20T17:25:31.624Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-01T19:11:53.507Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "CVE-2024-2357", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://libreswan.org/security/CVE-2024-2357" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EJZJYFHKBIJ4ZK5GAWWFFR3AKJS6O5JX/" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HEM46ALKF7NG6CAUKZ7KQERVOHWQIQKY/" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TVQ7MZY6LFFGRWAJNTKKN2VSEFS2VPAR/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "libreswan", "vendor": "The Libreswan Project (www.libreswan.org)", "versions": [ { "lessThanOrEqual": "4.1", "status": "unaffected", "version": "3.0", "versionType": "semver" }, { "lessThanOrEqual": "4.12", "status": "affected", "version": "4.2", "versionType": "semver" }, { "status": "unaffected", "version": "5.0" } ] } ], "configurations": [ { "lang": "en", "value": "The vulnerability can only be triggered for connections with ikev2=yes and authby=secret" } ], "credits": [ { "lang": "en", "type": "finder", "value": "Andrew Vaughn" } ], "datePublic": "2024-03-11T14:00:00.000Z", "descriptions": [ { "lang": "en", "value": "The Libreswan Project was notified of an issue causing libreswan to restart under some IKEv2 retransmit scenarios when a connection is configured to use PreSharedKeys (authby=secret) and the connection cannot find a matching configured secret. When such a connection is automatically added on startup using the auto= keyword, it can cause repeated crashes leading to a Denial of Service." } ], "problemTypes": [ { "descriptions": [ { "description": "IKEv2 misconfiguration can cause libreswan to abort and restart", "lang": "en" } ] } ], "providerMetadata": { "dateUpdated": "2024-03-11T19:39:03.280Z", "orgId": "d42dc95b-23f1-4e06-9076-20753a0fb0df", "shortName": "libreswan" }, "references": [ { "name": "CVE-2024-2357", "tags": [ "vendor-advisory" ], "url": "https://libreswan.org/security/CVE-2024-2357" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EJZJYFHKBIJ4ZK5GAWWFFR3AKJS6O5JX/" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HEM46ALKF7NG6CAUKZ7KQERVOHWQIQKY/" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TVQ7MZY6LFFGRWAJNTKKN2VSEFS2VPAR/" } ], "solutions": [ { "lang": "en", "value": "This issue is fixed in 4.13, 5.0 and all later versions." } ], "timeline": [ { "lang": "en", "time": "2024-02-08T00:00:00.000Z", "value": "Issue reported publicly via https://github.com/libreswan/libreswan/issues/1609" }, { "lang": "en", "time": "2024-02-14T00:00:00.000Z", "value": "Workaround posted in the github issue" }, { "lang": "en", "time": "2024-02-15T00:00:00.000Z", "value": "Fix published (as issue was already public via githb issue)" }, { "lang": "en", "time": "2024-03-09T00:00:00.000Z", "value": "Advanced notice given to support customers and distributions" }, { "lang": "en", "time": "2024-03-11T00:00:00.000Z", "value": "CVE-2024-2357 published" } ], "title": "IKEv2 misconfiguration can cause libreswan to abort and restart", "workarounds": [ { "lang": "en", "value": "As a workaround, one can place an unguessable long random default secret in /etc/ipsec.secrets, for example using the following command:\n\n echo -e \"# CVE-2024-2357 workaround\n: PSK \"$(openssl rand -hex 32)\"\" \u003e\u003e /etc/ipsec.secrets\n\nThis will ensure a PSK secret is always found, but it will always be wrong, and thus authentication will still properly fail." } ] } }, "cveMetadata": { "assignerOrgId": "d42dc95b-23f1-4e06-9076-20753a0fb0df", "assignerShortName": "libreswan", "cveId": "CVE-2024-2357", "datePublished": "2024-03-11T19:39:03.280Z", "dateReserved": "2024-03-09T22:24:12.530Z", "dateUpdated": "2024-11-20T17:25:31.624Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-2357\",\"sourceIdentifier\":\"d42dc95b-23f1-4e06-9076-20753a0fb0df\",\"published\":\"2024-03-11T20:15:07.867\",\"lastModified\":\"2024-11-20T18:35:19.917\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"The Libreswan Project was notified of an issue causing libreswan to restart under some IKEv2 retransmit scenarios when a connection is configured to use PreSharedKeys (authby=secret) and the connection cannot find a matching configured secret. When such a connection is automatically added on startup using the auto= keyword, it can cause repeated crashes leading to a Denial of Service.\"},{\"lang\":\"es\",\"value\":\"Se notific\u00f3 a Libreswan Project sobre un problema que causaba que libreswan se reiniciara en algunos escenarios de retransmisi\u00f3n de IKEv2 cuando una conexi\u00f3n est\u00e1 configurada para usar PreSharedKeys (authby=secret) y la conexi\u00f3n no puede encontrar un secreto configurado coincidente. Cuando dicha conexi\u00f3n se agrega autom\u00e1ticamente al inicio usando la palabra clave auto=, puede causar fallas repetidas que conducen a una denegaci\u00f3n de servicio.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\"},\"exploitabilityScore\":2.8,\"impactScore\":3.6}]},\"references\":[{\"url\":\"https://libreswan.org/security/CVE-2024-2357\",\"source\":\"d42dc95b-23f1-4e06-9076-20753a0fb0df\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EJZJYFHKBIJ4ZK5GAWWFFR3AKJS6O5JX/\",\"source\":\"d42dc95b-23f1-4e06-9076-20753a0fb0df\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HEM46ALKF7NG6CAUKZ7KQERVOHWQIQKY/\",\"source\":\"d42dc95b-23f1-4e06-9076-20753a0fb0df\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TVQ7MZY6LFFGRWAJNTKKN2VSEFS2VPAR/\",\"source\":\"d42dc95b-23f1-4e06-9076-20753a0fb0df\"}]}}" } }
gsd-2024-2357
Vulnerability from gsd
Modified
2024-04-02 05:02
Details
The Libreswan Project was notified of an issue causing libreswan to restart under some IKEv2 retransmit scenarios when a connection is configured to use PreSharedKeys (authby=secret) and the connection cannot find a matching configured secret. When such a connection is automatically added on startup using the auto= keyword, it can cause repeated crashes leading to a Denial of Service.
Aliases
{ "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2024-2357" ], "details": "The Libreswan Project was notified of an issue causing libreswan to restart under some IKEv2 retransmit scenarios when a connection is configured to use PreSharedKeys (authby=secret) and the connection cannot find a matching configured secret. When such a connection is automatically added on startup using the auto= keyword, it can cause repeated crashes leading to a Denial of Service.", "id": "GSD-2024-2357", "modified": "2024-04-02T05:02:53.319464Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@libreswan.org", "ID": "CVE-2024-2357", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "libreswan", "version": { "version_data": [ { "version_value": "not down converted", "x_cve_json_5_version_data": { "defaultStatus": "unaffected", "versions": [ { "lessThanOrEqual": "4.1", "status": "unaffected", "version": "3.0", "versionType": "semver" }, { "lessThanOrEqual": "4.12", "status": "affected", "version": "4.2", "versionType": "semver" }, { "status": "unaffected", "version": "5.0" } ] } } ] } } ] }, "vendor_name": "The Libreswan Project (www.libreswan.org)" } ] } }, "configuration": [ { "lang": "en", "value": "The vulnerability can only be triggered for connections with ikev2=yes and authby=secret" } ], "credits": [ { "lang": "en", "value": "Andrew Vaughn" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "The Libreswan Project was notified of an issue causing libreswan to restart under some IKEv2 retransmit scenarios when a connection is configured to use PreSharedKeys (authby=secret) and the connection cannot find a matching configured secret. When such a connection is automatically added on startup using the auto= keyword, it can cause repeated crashes leading to a Denial of Service." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "IKEv2 misconfiguration can cause libreswan to abort and restart" } ] } ] }, "references": { "reference_data": [ { "name": "https://libreswan.org/security/CVE-2024-2357", "refsource": "MISC", "url": "https://libreswan.org/security/CVE-2024-2357" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EJZJYFHKBIJ4ZK5GAWWFFR3AKJS6O5JX/", "refsource": "MISC", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EJZJYFHKBIJ4ZK5GAWWFFR3AKJS6O5JX/" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HEM46ALKF7NG6CAUKZ7KQERVOHWQIQKY/", "refsource": "MISC", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HEM46ALKF7NG6CAUKZ7KQERVOHWQIQKY/" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TVQ7MZY6LFFGRWAJNTKKN2VSEFS2VPAR/", "refsource": "MISC", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TVQ7MZY6LFFGRWAJNTKKN2VSEFS2VPAR/" } ] }, "solution": [ { "lang": "en", "value": "This issue is fixed in 4.13, 5.0 and all later versions." } ], "work_around": [ { "lang": "en", "value": "As a workaround, one can place an unguessable long random default secret in /etc/ipsec.secrets, for example using the following command:\n\n echo -e \"# CVE-2024-2357 workaround\n: PSK \"$(openssl rand -hex 32)\"\" \u003e\u003e /etc/ipsec.secrets\n\nThis will ensure a PSK secret is always found, but it will always be wrong, and thus authentication will still properly fail." } ] }, "nvd.nist.gov": { "cve": { "descriptions": [ { "lang": "en", "value": "The Libreswan Project was notified of an issue causing libreswan to restart under some IKEv2 retransmit scenarios when a connection is configured to use PreSharedKeys (authby=secret) and the connection cannot find a matching configured secret. When such a connection is automatically added on startup using the auto= keyword, it can cause repeated crashes leading to a Denial of Service." }, { "lang": "es", "value": "Se notific\u00f3 a Libreswan Project sobre un problema que causaba que libreswan se reiniciara en algunos escenarios de retransmisi\u00f3n de IKEv2 cuando una conexi\u00f3n est\u00e1 configurada para usar PreSharedKeys (authby=secret) y la conexi\u00f3n no puede encontrar un secreto configurado coincidente. Cuando dicha conexi\u00f3n se agrega autom\u00e1ticamente al inicio usando la palabra clave auto=, puede causar fallas repetidas que conducen a una denegaci\u00f3n de servicio." } ], "id": "CVE-2024-2357", "lastModified": "2024-03-23T03:15:12.690", "metrics": {}, "published": "2024-03-11T20:15:07.867", "references": [ { "source": "d42dc95b-23f1-4e06-9076-20753a0fb0df", "url": "https://libreswan.org/security/CVE-2024-2357" }, { "source": "d42dc95b-23f1-4e06-9076-20753a0fb0df", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EJZJYFHKBIJ4ZK5GAWWFFR3AKJS6O5JX/" }, { "source": "d42dc95b-23f1-4e06-9076-20753a0fb0df", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HEM46ALKF7NG6CAUKZ7KQERVOHWQIQKY/" }, { "source": "d42dc95b-23f1-4e06-9076-20753a0fb0df", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TVQ7MZY6LFFGRWAJNTKKN2VSEFS2VPAR/" } ], "sourceIdentifier": "d42dc95b-23f1-4e06-9076-20753a0fb0df", "vulnStatus": "Awaiting Analysis" } } } }
rhsa-2024_2565
Vulnerability from csaf_redhat
Published
2024-04-30 13:30
Modified
2024-11-06 05:43
Summary
Red Hat Security Advisory: libreswan security update
Notes
Topic
An update for libreswan is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Moderate. 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.
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).
Security Fix(es):
* libreswan: Missing PreSharedKey for connection can cause crash (CVE-2024-2357)
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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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 Moderate. 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* libreswan: Missing PreSharedKey for connection can cause crash (CVE-2024-2357)\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-2024:2565", "url": "https://access.redhat.com/errata/RHSA-2024:2565" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2268952", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268952" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2565.json" } ], "title": "Red Hat Security Advisory: libreswan security update", "tracking": { "current_release_date": "2024-11-06T05:43:14+00:00", "generator": { "date": "2024-11-06T05:43:14+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:2565", "initial_release_date": "2024-04-30T13:30:23+00:00", "revision_history": [ { "date": "2024-04-30T13:30:23+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-04-30T13:30:23+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:43:14+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.4.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.12-2.el9_4.src", "product": { "name": "libreswan-0:4.12-2.el9_4.src", "product_id": "libreswan-0:4.12-2.el9_4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.12-2.el9_4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.12-2.el9_4.aarch64", "product": { "name": "libreswan-0:4.12-2.el9_4.aarch64", "product_id": "libreswan-0:4.12-2.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.12-2.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.12-2.el9_4.aarch64", "product": { "name": "libreswan-debugsource-0:4.12-2.el9_4.aarch64", "product_id": "libreswan-debugsource-0:4.12-2.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.12-2.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.12-2.el9_4.aarch64", "product": { "name": "libreswan-debuginfo-0:4.12-2.el9_4.aarch64", "product_id": "libreswan-debuginfo-0:4.12-2.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.12-2.el9_4?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.12-2.el9_4.ppc64le", "product": { "name": "libreswan-0:4.12-2.el9_4.ppc64le", "product_id": "libreswan-0:4.12-2.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.12-2.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.12-2.el9_4.ppc64le", "product": { "name": "libreswan-debugsource-0:4.12-2.el9_4.ppc64le", "product_id": "libreswan-debugsource-0:4.12-2.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.12-2.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.12-2.el9_4.ppc64le", "product": { "name": "libreswan-debuginfo-0:4.12-2.el9_4.ppc64le", "product_id": "libreswan-debuginfo-0:4.12-2.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.12-2.el9_4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.12-2.el9_4.x86_64", "product": { "name": "libreswan-0:4.12-2.el9_4.x86_64", "product_id": "libreswan-0:4.12-2.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.12-2.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.12-2.el9_4.x86_64", "product": { "name": "libreswan-debugsource-0:4.12-2.el9_4.x86_64", "product_id": "libreswan-debugsource-0:4.12-2.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.12-2.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.12-2.el9_4.x86_64", "product": { "name": "libreswan-debuginfo-0:4.12-2.el9_4.x86_64", "product_id": "libreswan-debuginfo-0:4.12-2.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.12-2.el9_4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.12-2.el9_4.s390x", "product": { "name": "libreswan-0:4.12-2.el9_4.s390x", "product_id": "libreswan-0:4.12-2.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.12-2.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.12-2.el9_4.s390x", "product": { "name": "libreswan-debugsource-0:4.12-2.el9_4.s390x", "product_id": "libreswan-debugsource-0:4.12-2.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.12-2.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.12-2.el9_4.s390x", "product": { "name": "libreswan-debuginfo-0:4.12-2.el9_4.s390x", "product_id": "libreswan-debuginfo-0:4.12-2.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.12-2.el9_4?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.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.aarch64" }, "product_reference": "libreswan-0:4.12-2.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.12-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.ppc64le" }, "product_reference": "libreswan-0:4.12-2.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.12-2.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.s390x" }, "product_reference": "libreswan-0:4.12-2.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.12-2.el9_4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.src" }, "product_reference": "libreswan-0:4.12-2.el9_4.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.12-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.x86_64" }, "product_reference": "libreswan-0:4.12-2.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.12-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el9_4.aarch64" }, "product_reference": "libreswan-debuginfo-0:4.12-2.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.12-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el9_4.ppc64le" }, "product_reference": "libreswan-debuginfo-0:4.12-2.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.12-2.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el9_4.s390x" }, "product_reference": "libreswan-debuginfo-0:4.12-2.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.12-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el9_4.x86_64" }, "product_reference": "libreswan-debuginfo-0:4.12-2.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.12-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el9_4.aarch64" }, "product_reference": "libreswan-debugsource-0:4.12-2.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.12-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el9_4.ppc64le" }, "product_reference": "libreswan-debugsource-0:4.12-2.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.12-2.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el9_4.s390x" }, "product_reference": "libreswan-debugsource-0:4.12-2.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.12-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el9_4.x86_64" }, "product_reference": "libreswan-debugsource-0:4.12-2.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Andrew Vaughn" ] } ], "cve": "CVE-2024-2357", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-03-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2268952" } ], "notes": [ { "category": "description", "text": "A flaw was found in Libreswan. This issue causes Libreswan to restart under some IKEv2 retransmit scenarios when a connection is configured to use PreSharedKeys (authby=secret), and the connection cannot find a matching configured secret. When automatically added on startup using the auto= keyword, it can cause repeated crashes, leading to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "libreswan: Missing PreSharedKey for connection can cause crash", "title": "Vulnerability summary" }, { "category": "other", "text": "Libreswan may restart repeatedly under certain IKEv2 retransmission scenarios when using PreSharedKeys (authby=secret) if the connection cannot find a matching configured secret. If such a connection is added automatically on startup using the auto= keyword, it can lead to repeated crashes, causing a denial of service. The vulnerability arises when IKEv2 fails to find its PreSharedKey for the AUTH payload in the IKE_AUTH Exchange, resulting in assertion failure and daemon crashes. This vulnerability is triggered by local misconfiguration, and there is no known exploitation by external peers.", "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.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el9_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-2357" }, { "category": "external", "summary": "RHBZ#2268952", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268952" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-2357", "url": "https://www.cve.org/CVERecord?id=CVE-2024-2357" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-2357", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2357" }, { "category": "external", "summary": "https://github.com/libreswan/libreswan/commit/cb9e1047d33fde695d63a95854c2bc2470a476c8.patch", "url": "https://github.com/libreswan/libreswan/commit/cb9e1047d33fde695d63a95854c2bc2470a476c8.patch" }, { "category": "external", "summary": "https://libreswan.org/security/CVE-2024-2357", "url": "https://libreswan.org/security/CVE-2024-2357" } ], "release_date": "2024-03-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-30T13:30:23+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.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el9_4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2565" }, { "category": "workaround", "details": "As a workaround to prevent the misconfiguration from causing the crash, place an unguessable long random \"catch-all\" secret in /etc/ipsec.secrets, for example, using the following command:\n\necho -e \"# CVE-2024-2357 workaround\\n: PSK \\\"$(openssl rand -hex 32)\\\"\" \u003e\u003e /etc/ipsec.secrets\n\nThis will ensure a PSK secret is always found, but it will always be wrong, and thus authentication will still properly fail.", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el9_4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-0:4.12-2.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debuginfo-0:4.12-2.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:libreswan-debugsource-0:4.12-2.el9_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libreswan: Missing PreSharedKey for connection can cause crash" } ] }
rhsa-2024_1998
Vulnerability from csaf_redhat
Published
2024-04-23 14:34
Modified
2024-11-06 05:35
Summary
Red Hat Security Advisory: libreswan security update
Notes
Topic
An update for libreswan is available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. 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.
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).
Security Fix(es):
* libreswan: Missing PreSharedKey for connection can cause crash (CVE-2024-2357)
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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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 available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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* libreswan: Missing PreSharedKey for connection can cause crash (CVE-2024-2357)\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-2024:1998", "url": "https://access.redhat.com/errata/RHSA-2024:1998" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1998.json" } ], "title": "Red Hat Security Advisory: libreswan security update", "tracking": { "current_release_date": "2024-11-06T05:35:11+00:00", "generator": { "date": "2024-11-06T05:35:11+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:1998", "initial_release_date": "2024-04-23T14:34:44+00:00", "revision_history": [ { "date": "2024-04-23T14:34:44+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-04-23T14:34:44+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:35:11+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.9.0.Z.MAIN", "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_9.2.src", "product": { "name": "libreswan-0:4.12-2.el8_9.2.src", "product_id": "libreswan-0:4.12-2.el8_9.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.12-2.el8_9.2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.12-2.el8_9.2.aarch64", "product": { "name": "libreswan-0:4.12-2.el8_9.2.aarch64", "product_id": "libreswan-0:4.12-2.el8_9.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.12-2.el8_9.2?arch=aarch64" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.12-2.el8_9.2.aarch64", "product": { "name": "libreswan-debugsource-0:4.12-2.el8_9.2.aarch64", "product_id": "libreswan-debugsource-0:4.12-2.el8_9.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.12-2.el8_9.2?arch=aarch64" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.12-2.el8_9.2.aarch64", "product": { "name": "libreswan-debuginfo-0:4.12-2.el8_9.2.aarch64", "product_id": "libreswan-debuginfo-0:4.12-2.el8_9.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.12-2.el8_9.2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.12-2.el8_9.2.ppc64le", "product": { "name": "libreswan-0:4.12-2.el8_9.2.ppc64le", "product_id": "libreswan-0:4.12-2.el8_9.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.12-2.el8_9.2?arch=ppc64le" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.12-2.el8_9.2.ppc64le", "product": { "name": "libreswan-debugsource-0:4.12-2.el8_9.2.ppc64le", "product_id": "libreswan-debugsource-0:4.12-2.el8_9.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.12-2.el8_9.2?arch=ppc64le" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.12-2.el8_9.2.ppc64le", "product": { "name": "libreswan-debuginfo-0:4.12-2.el8_9.2.ppc64le", "product_id": "libreswan-debuginfo-0:4.12-2.el8_9.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.12-2.el8_9.2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.12-2.el8_9.2.x86_64", "product": { "name": "libreswan-0:4.12-2.el8_9.2.x86_64", "product_id": "libreswan-0:4.12-2.el8_9.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.12-2.el8_9.2?arch=x86_64" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.12-2.el8_9.2.x86_64", "product": { "name": "libreswan-debugsource-0:4.12-2.el8_9.2.x86_64", "product_id": "libreswan-debugsource-0:4.12-2.el8_9.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.12-2.el8_9.2?arch=x86_64" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.12-2.el8_9.2.x86_64", "product": { "name": "libreswan-debuginfo-0:4.12-2.el8_9.2.x86_64", "product_id": "libreswan-debuginfo-0:4.12-2.el8_9.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.12-2.el8_9.2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.12-2.el8_9.2.s390x", "product": { "name": "libreswan-0:4.12-2.el8_9.2.s390x", "product_id": "libreswan-0:4.12-2.el8_9.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.12-2.el8_9.2?arch=s390x" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.12-2.el8_9.2.s390x", "product": { "name": "libreswan-debugsource-0:4.12-2.el8_9.2.s390x", "product_id": "libreswan-debugsource-0:4.12-2.el8_9.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.12-2.el8_9.2?arch=s390x" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.12-2.el8_9.2.s390x", "product": { "name": "libreswan-debuginfo-0:4.12-2.el8_9.2.s390x", "product_id": "libreswan-debuginfo-0:4.12-2.el8_9.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.12-2.el8_9.2?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_9.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.aarch64" }, "product_reference": "libreswan-0:4.12-2.el8_9.2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.12-2.el8_9.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.ppc64le" }, "product_reference": "libreswan-0:4.12-2.el8_9.2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.12-2.el8_9.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.s390x" }, "product_reference": "libreswan-0:4.12-2.el8_9.2.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.12-2.el8_9.2.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.src" }, "product_reference": "libreswan-0:4.12-2.el8_9.2.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.12-2.el8_9.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.x86_64" }, "product_reference": "libreswan-0:4.12-2.el8_9.2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.12-2.el8_9.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:libreswan-debuginfo-0:4.12-2.el8_9.2.aarch64" }, "product_reference": "libreswan-debuginfo-0:4.12-2.el8_9.2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.12-2.el8_9.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:libreswan-debuginfo-0:4.12-2.el8_9.2.ppc64le" }, "product_reference": "libreswan-debuginfo-0:4.12-2.el8_9.2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.12-2.el8_9.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:libreswan-debuginfo-0:4.12-2.el8_9.2.s390x" }, "product_reference": "libreswan-debuginfo-0:4.12-2.el8_9.2.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.12-2.el8_9.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:libreswan-debuginfo-0:4.12-2.el8_9.2.x86_64" }, "product_reference": "libreswan-debuginfo-0:4.12-2.el8_9.2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.12-2.el8_9.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:libreswan-debugsource-0:4.12-2.el8_9.2.aarch64" }, "product_reference": "libreswan-debugsource-0:4.12-2.el8_9.2.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.12-2.el8_9.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:libreswan-debugsource-0:4.12-2.el8_9.2.ppc64le" }, "product_reference": "libreswan-debugsource-0:4.12-2.el8_9.2.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.12-2.el8_9.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:libreswan-debugsource-0:4.12-2.el8_9.2.s390x" }, "product_reference": "libreswan-debugsource-0:4.12-2.el8_9.2.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.12-2.el8_9.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:libreswan-debugsource-0:4.12-2.el8_9.2.x86_64" }, "product_reference": "libreswan-debugsource-0:4.12-2.el8_9.2.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Andrew Vaughn" ] } ], "cve": "CVE-2024-2357", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-03-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2268952" } ], "notes": [ { "category": "description", "text": "A flaw was found in Libreswan. This issue causes Libreswan to restart under some IKEv2 retransmit scenarios when a connection is configured to use PreSharedKeys (authby=secret), and the connection cannot find a matching configured secret. When automatically added on startup using the auto= keyword, it can cause repeated crashes, leading to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "libreswan: Missing PreSharedKey for connection can cause crash", "title": "Vulnerability summary" }, { "category": "other", "text": "Libreswan may restart repeatedly under certain IKEv2 retransmission scenarios when using PreSharedKeys (authby=secret) if the connection cannot find a matching configured secret. If such a connection is added automatically on startup using the auto= keyword, it can lead to repeated crashes, causing a denial of service. The vulnerability arises when IKEv2 fails to find its PreSharedKey for the AUTH payload in the IKE_AUTH Exchange, resulting in assertion failure and daemon crashes. This vulnerability is triggered by local misconfiguration, and there is no known exploitation by external peers.", "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.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.aarch64", "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.ppc64le", "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.s390x", "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.src", "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.x86_64", "AppStream-8.9.0.Z.MAIN:libreswan-debuginfo-0:4.12-2.el8_9.2.aarch64", "AppStream-8.9.0.Z.MAIN:libreswan-debuginfo-0:4.12-2.el8_9.2.ppc64le", "AppStream-8.9.0.Z.MAIN:libreswan-debuginfo-0:4.12-2.el8_9.2.s390x", "AppStream-8.9.0.Z.MAIN:libreswan-debuginfo-0:4.12-2.el8_9.2.x86_64", "AppStream-8.9.0.Z.MAIN:libreswan-debugsource-0:4.12-2.el8_9.2.aarch64", "AppStream-8.9.0.Z.MAIN:libreswan-debugsource-0:4.12-2.el8_9.2.ppc64le", "AppStream-8.9.0.Z.MAIN:libreswan-debugsource-0:4.12-2.el8_9.2.s390x", "AppStream-8.9.0.Z.MAIN:libreswan-debugsource-0:4.12-2.el8_9.2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-2357" }, { "category": "external", "summary": "RHBZ#2268952", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268952" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-2357", "url": "https://www.cve.org/CVERecord?id=CVE-2024-2357" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-2357", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2357" }, { "category": "external", "summary": "https://github.com/libreswan/libreswan/commit/cb9e1047d33fde695d63a95854c2bc2470a476c8.patch", "url": "https://github.com/libreswan/libreswan/commit/cb9e1047d33fde695d63a95854c2bc2470a476c8.patch" }, { "category": "external", "summary": "https://libreswan.org/security/CVE-2024-2357", "url": "https://libreswan.org/security/CVE-2024-2357" } ], "release_date": "2024-03-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-23T14:34:44+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.aarch64", "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.ppc64le", "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.s390x", "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.src", "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.x86_64", "AppStream-8.9.0.Z.MAIN:libreswan-debuginfo-0:4.12-2.el8_9.2.aarch64", "AppStream-8.9.0.Z.MAIN:libreswan-debuginfo-0:4.12-2.el8_9.2.ppc64le", "AppStream-8.9.0.Z.MAIN:libreswan-debuginfo-0:4.12-2.el8_9.2.s390x", "AppStream-8.9.0.Z.MAIN:libreswan-debuginfo-0:4.12-2.el8_9.2.x86_64", "AppStream-8.9.0.Z.MAIN:libreswan-debugsource-0:4.12-2.el8_9.2.aarch64", "AppStream-8.9.0.Z.MAIN:libreswan-debugsource-0:4.12-2.el8_9.2.ppc64le", "AppStream-8.9.0.Z.MAIN:libreswan-debugsource-0:4.12-2.el8_9.2.s390x", "AppStream-8.9.0.Z.MAIN:libreswan-debugsource-0:4.12-2.el8_9.2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1998" }, { "category": "workaround", "details": "As a workaround to prevent the misconfiguration from causing the crash, place an unguessable long random \"catch-all\" secret in /etc/ipsec.secrets, for example, using the following command:\n\necho -e \"# CVE-2024-2357 workaround\\n: PSK \\\"$(openssl rand -hex 32)\\\"\" \u003e\u003e /etc/ipsec.secrets\n\nThis will ensure a PSK secret is always found, but it will always be wrong, and thus authentication will still properly fail.", "product_ids": [ "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.aarch64", "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.ppc64le", "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.s390x", "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.src", "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.x86_64", "AppStream-8.9.0.Z.MAIN:libreswan-debuginfo-0:4.12-2.el8_9.2.aarch64", "AppStream-8.9.0.Z.MAIN:libreswan-debuginfo-0:4.12-2.el8_9.2.ppc64le", "AppStream-8.9.0.Z.MAIN:libreswan-debuginfo-0:4.12-2.el8_9.2.s390x", "AppStream-8.9.0.Z.MAIN:libreswan-debuginfo-0:4.12-2.el8_9.2.x86_64", "AppStream-8.9.0.Z.MAIN:libreswan-debugsource-0:4.12-2.el8_9.2.aarch64", "AppStream-8.9.0.Z.MAIN:libreswan-debugsource-0:4.12-2.el8_9.2.ppc64le", "AppStream-8.9.0.Z.MAIN:libreswan-debugsource-0:4.12-2.el8_9.2.s390x", "AppStream-8.9.0.Z.MAIN:libreswan-debugsource-0:4.12-2.el8_9.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.aarch64", "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.ppc64le", "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.s390x", "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.src", "AppStream-8.9.0.Z.MAIN:libreswan-0:4.12-2.el8_9.2.x86_64", "AppStream-8.9.0.Z.MAIN:libreswan-debuginfo-0:4.12-2.el8_9.2.aarch64", "AppStream-8.9.0.Z.MAIN:libreswan-debuginfo-0:4.12-2.el8_9.2.ppc64le", "AppStream-8.9.0.Z.MAIN:libreswan-debuginfo-0:4.12-2.el8_9.2.s390x", "AppStream-8.9.0.Z.MAIN:libreswan-debuginfo-0:4.12-2.el8_9.2.x86_64", "AppStream-8.9.0.Z.MAIN:libreswan-debugsource-0:4.12-2.el8_9.2.aarch64", "AppStream-8.9.0.Z.MAIN:libreswan-debugsource-0:4.12-2.el8_9.2.ppc64le", "AppStream-8.9.0.Z.MAIN:libreswan-debugsource-0:4.12-2.el8_9.2.s390x", "AppStream-8.9.0.Z.MAIN:libreswan-debugsource-0:4.12-2.el8_9.2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libreswan: Missing PreSharedKey for connection can cause crash" } ] }
rhsa-2024_2033
Vulnerability from csaf_redhat
Published
2024-04-24 06:53
Modified
2024-11-06 05:36
Summary
Red Hat Security Advisory: libreswan security and bug fix update
Notes
Topic
An update for libreswan is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Moderate. 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.
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).
Security Fix(es):
* libreswan: Missing PreSharedKey for connection can cause crash (CVE-2024-2357)
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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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 Moderate. 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* libreswan: Missing PreSharedKey for connection can cause crash (CVE-2024-2357)\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-2024:2033", "url": "https://access.redhat.com/errata/RHSA-2024:2033" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2268952", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268952" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2033.json" } ], "title": "Red Hat Security Advisory: libreswan security and bug fix update", "tracking": { "current_release_date": "2024-11-06T05:36:56+00:00", "generator": { "date": "2024-11-06T05:36:56+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:2033", "initial_release_date": "2024-04-24T06:53:53+00:00", "revision_history": [ { "date": "2024-04-24T06:53:53+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-04-24T06:53:53+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:36:56+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.3.0.Z.MAIN", "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.12-1.el9_3.1.src", "product": { "name": "libreswan-0:4.12-1.el9_3.1.src", "product_id": "libreswan-0:4.12-1.el9_3.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.12-1.el9_3.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.12-1.el9_3.1.aarch64", "product": { "name": "libreswan-0:4.12-1.el9_3.1.aarch64", "product_id": "libreswan-0:4.12-1.el9_3.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.12-1.el9_3.1?arch=aarch64" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.12-1.el9_3.1.aarch64", "product": { "name": "libreswan-debugsource-0:4.12-1.el9_3.1.aarch64", "product_id": "libreswan-debugsource-0:4.12-1.el9_3.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.12-1.el9_3.1?arch=aarch64" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.12-1.el9_3.1.aarch64", "product": { "name": "libreswan-debuginfo-0:4.12-1.el9_3.1.aarch64", "product_id": "libreswan-debuginfo-0:4.12-1.el9_3.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.12-1.el9_3.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.12-1.el9_3.1.ppc64le", "product": { "name": "libreswan-0:4.12-1.el9_3.1.ppc64le", "product_id": "libreswan-0:4.12-1.el9_3.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.12-1.el9_3.1?arch=ppc64le" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.12-1.el9_3.1.ppc64le", "product": { "name": "libreswan-debugsource-0:4.12-1.el9_3.1.ppc64le", "product_id": "libreswan-debugsource-0:4.12-1.el9_3.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.12-1.el9_3.1?arch=ppc64le" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.12-1.el9_3.1.ppc64le", "product": { "name": "libreswan-debuginfo-0:4.12-1.el9_3.1.ppc64le", "product_id": "libreswan-debuginfo-0:4.12-1.el9_3.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.12-1.el9_3.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.12-1.el9_3.1.x86_64", "product": { "name": "libreswan-0:4.12-1.el9_3.1.x86_64", "product_id": "libreswan-0:4.12-1.el9_3.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.12-1.el9_3.1?arch=x86_64" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.12-1.el9_3.1.x86_64", "product": { "name": "libreswan-debugsource-0:4.12-1.el9_3.1.x86_64", "product_id": "libreswan-debugsource-0:4.12-1.el9_3.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.12-1.el9_3.1?arch=x86_64" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.12-1.el9_3.1.x86_64", "product": { "name": "libreswan-debuginfo-0:4.12-1.el9_3.1.x86_64", "product_id": "libreswan-debuginfo-0:4.12-1.el9_3.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.12-1.el9_3.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.12-1.el9_3.1.s390x", "product": { "name": "libreswan-0:4.12-1.el9_3.1.s390x", "product_id": "libreswan-0:4.12-1.el9_3.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.12-1.el9_3.1?arch=s390x" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.12-1.el9_3.1.s390x", "product": { "name": "libreswan-debugsource-0:4.12-1.el9_3.1.s390x", "product_id": "libreswan-debugsource-0:4.12-1.el9_3.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.12-1.el9_3.1?arch=s390x" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.12-1.el9_3.1.s390x", "product": { "name": "libreswan-debuginfo-0:4.12-1.el9_3.1.s390x", "product_id": "libreswan-debuginfo-0:4.12-1.el9_3.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.12-1.el9_3.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.12-1.el9_3.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.aarch64" }, "product_reference": "libreswan-0:4.12-1.el9_3.1.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.12-1.el9_3.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.ppc64le" }, "product_reference": "libreswan-0:4.12-1.el9_3.1.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.12-1.el9_3.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.s390x" }, "product_reference": "libreswan-0:4.12-1.el9_3.1.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.12-1.el9_3.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.src" }, "product_reference": "libreswan-0:4.12-1.el9_3.1.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.12-1.el9_3.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.x86_64" }, "product_reference": "libreswan-0:4.12-1.el9_3.1.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.12-1.el9_3.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:libreswan-debuginfo-0:4.12-1.el9_3.1.aarch64" }, "product_reference": "libreswan-debuginfo-0:4.12-1.el9_3.1.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.12-1.el9_3.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:libreswan-debuginfo-0:4.12-1.el9_3.1.ppc64le" }, "product_reference": "libreswan-debuginfo-0:4.12-1.el9_3.1.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.12-1.el9_3.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:libreswan-debuginfo-0:4.12-1.el9_3.1.s390x" }, "product_reference": "libreswan-debuginfo-0:4.12-1.el9_3.1.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.12-1.el9_3.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:libreswan-debuginfo-0:4.12-1.el9_3.1.x86_64" }, "product_reference": "libreswan-debuginfo-0:4.12-1.el9_3.1.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.12-1.el9_3.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:libreswan-debugsource-0:4.12-1.el9_3.1.aarch64" }, "product_reference": "libreswan-debugsource-0:4.12-1.el9_3.1.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.12-1.el9_3.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:libreswan-debugsource-0:4.12-1.el9_3.1.ppc64le" }, "product_reference": "libreswan-debugsource-0:4.12-1.el9_3.1.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.12-1.el9_3.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:libreswan-debugsource-0:4.12-1.el9_3.1.s390x" }, "product_reference": "libreswan-debugsource-0:4.12-1.el9_3.1.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.12-1.el9_3.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:libreswan-debugsource-0:4.12-1.el9_3.1.x86_64" }, "product_reference": "libreswan-debugsource-0:4.12-1.el9_3.1.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Andrew Vaughn" ] } ], "cve": "CVE-2024-2357", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-03-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2268952" } ], "notes": [ { "category": "description", "text": "A flaw was found in Libreswan. This issue causes Libreswan to restart under some IKEv2 retransmit scenarios when a connection is configured to use PreSharedKeys (authby=secret), and the connection cannot find a matching configured secret. When automatically added on startup using the auto= keyword, it can cause repeated crashes, leading to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "libreswan: Missing PreSharedKey for connection can cause crash", "title": "Vulnerability summary" }, { "category": "other", "text": "Libreswan may restart repeatedly under certain IKEv2 retransmission scenarios when using PreSharedKeys (authby=secret) if the connection cannot find a matching configured secret. If such a connection is added automatically on startup using the auto= keyword, it can lead to repeated crashes, causing a denial of service. The vulnerability arises when IKEv2 fails to find its PreSharedKey for the AUTH payload in the IKE_AUTH Exchange, resulting in assertion failure and daemon crashes. This vulnerability is triggered by local misconfiguration, and there is no known exploitation by external peers.", "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.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.aarch64", "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.ppc64le", "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.s390x", "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.src", "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.x86_64", "AppStream-9.3.0.Z.MAIN:libreswan-debuginfo-0:4.12-1.el9_3.1.aarch64", "AppStream-9.3.0.Z.MAIN:libreswan-debuginfo-0:4.12-1.el9_3.1.ppc64le", "AppStream-9.3.0.Z.MAIN:libreswan-debuginfo-0:4.12-1.el9_3.1.s390x", "AppStream-9.3.0.Z.MAIN:libreswan-debuginfo-0:4.12-1.el9_3.1.x86_64", "AppStream-9.3.0.Z.MAIN:libreswan-debugsource-0:4.12-1.el9_3.1.aarch64", "AppStream-9.3.0.Z.MAIN:libreswan-debugsource-0:4.12-1.el9_3.1.ppc64le", "AppStream-9.3.0.Z.MAIN:libreswan-debugsource-0:4.12-1.el9_3.1.s390x", "AppStream-9.3.0.Z.MAIN:libreswan-debugsource-0:4.12-1.el9_3.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-2357" }, { "category": "external", "summary": "RHBZ#2268952", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268952" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-2357", "url": "https://www.cve.org/CVERecord?id=CVE-2024-2357" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-2357", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2357" }, { "category": "external", "summary": "https://github.com/libreswan/libreswan/commit/cb9e1047d33fde695d63a95854c2bc2470a476c8.patch", "url": "https://github.com/libreswan/libreswan/commit/cb9e1047d33fde695d63a95854c2bc2470a476c8.patch" }, { "category": "external", "summary": "https://libreswan.org/security/CVE-2024-2357", "url": "https://libreswan.org/security/CVE-2024-2357" } ], "release_date": "2024-03-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-24T06:53:53+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.aarch64", "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.ppc64le", "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.s390x", "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.src", "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.x86_64", "AppStream-9.3.0.Z.MAIN:libreswan-debuginfo-0:4.12-1.el9_3.1.aarch64", "AppStream-9.3.0.Z.MAIN:libreswan-debuginfo-0:4.12-1.el9_3.1.ppc64le", "AppStream-9.3.0.Z.MAIN:libreswan-debuginfo-0:4.12-1.el9_3.1.s390x", "AppStream-9.3.0.Z.MAIN:libreswan-debuginfo-0:4.12-1.el9_3.1.x86_64", "AppStream-9.3.0.Z.MAIN:libreswan-debugsource-0:4.12-1.el9_3.1.aarch64", "AppStream-9.3.0.Z.MAIN:libreswan-debugsource-0:4.12-1.el9_3.1.ppc64le", "AppStream-9.3.0.Z.MAIN:libreswan-debugsource-0:4.12-1.el9_3.1.s390x", "AppStream-9.3.0.Z.MAIN:libreswan-debugsource-0:4.12-1.el9_3.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2033" }, { "category": "workaround", "details": "As a workaround to prevent the misconfiguration from causing the crash, place an unguessable long random \"catch-all\" secret in /etc/ipsec.secrets, for example, using the following command:\n\necho -e \"# CVE-2024-2357 workaround\\n: PSK \\\"$(openssl rand -hex 32)\\\"\" \u003e\u003e /etc/ipsec.secrets\n\nThis will ensure a PSK secret is always found, but it will always be wrong, and thus authentication will still properly fail.", "product_ids": [ "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.aarch64", "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.ppc64le", "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.s390x", "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.src", "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.x86_64", "AppStream-9.3.0.Z.MAIN:libreswan-debuginfo-0:4.12-1.el9_3.1.aarch64", "AppStream-9.3.0.Z.MAIN:libreswan-debuginfo-0:4.12-1.el9_3.1.ppc64le", "AppStream-9.3.0.Z.MAIN:libreswan-debuginfo-0:4.12-1.el9_3.1.s390x", "AppStream-9.3.0.Z.MAIN:libreswan-debuginfo-0:4.12-1.el9_3.1.x86_64", "AppStream-9.3.0.Z.MAIN:libreswan-debugsource-0:4.12-1.el9_3.1.aarch64", "AppStream-9.3.0.Z.MAIN:libreswan-debugsource-0:4.12-1.el9_3.1.ppc64le", "AppStream-9.3.0.Z.MAIN:libreswan-debugsource-0:4.12-1.el9_3.1.s390x", "AppStream-9.3.0.Z.MAIN:libreswan-debugsource-0:4.12-1.el9_3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.aarch64", "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.ppc64le", "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.s390x", "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.src", "AppStream-9.3.0.Z.MAIN:libreswan-0:4.12-1.el9_3.1.x86_64", "AppStream-9.3.0.Z.MAIN:libreswan-debuginfo-0:4.12-1.el9_3.1.aarch64", "AppStream-9.3.0.Z.MAIN:libreswan-debuginfo-0:4.12-1.el9_3.1.ppc64le", "AppStream-9.3.0.Z.MAIN:libreswan-debuginfo-0:4.12-1.el9_3.1.s390x", "AppStream-9.3.0.Z.MAIN:libreswan-debuginfo-0:4.12-1.el9_3.1.x86_64", "AppStream-9.3.0.Z.MAIN:libreswan-debugsource-0:4.12-1.el9_3.1.aarch64", "AppStream-9.3.0.Z.MAIN:libreswan-debugsource-0:4.12-1.el9_3.1.ppc64le", "AppStream-9.3.0.Z.MAIN:libreswan-debugsource-0:4.12-1.el9_3.1.s390x", "AppStream-9.3.0.Z.MAIN:libreswan-debugsource-0:4.12-1.el9_3.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libreswan: Missing PreSharedKey for connection can cause crash" } ] }
rhsa-2024_2082
Vulnerability from csaf_redhat
Published
2024-04-30 21:00
Modified
2024-11-06 05:38
Summary
Red Hat Security Advisory: libreswan security update
Notes
Topic
An update for libreswan is available for Red Hat Enterprise Linux 8.6 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of
Moderate. 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.
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).
Security Fix(es):
* libreswan: Missing PreSharedKey for connection can cause crash (CVE-2024-2357)
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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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 available for Red Hat Enterprise Linux 8.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of\nModerate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE\nlink(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* libreswan: Missing PreSharedKey for connection can cause crash (CVE-2024-2357)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, 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-2024:2082", "url": "https://access.redhat.com/errata/RHSA-2024:2082" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2268952", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268952" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2082.json" } ], "title": "Red Hat Security Advisory: libreswan security update", "tracking": { "current_release_date": "2024-11-06T05:38:56+00:00", "generator": { "date": "2024-11-06T05:38:56+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:2082", "initial_release_date": "2024-04-30T21:00:58+00:00", "revision_history": [ { "date": "2024-04-30T21:00:58+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-04-30T21:00:58+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:38:56+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 EUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.6::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.5-1.el8_6.2.src", "product": { "name": "libreswan-0:4.5-1.el8_6.2.src", "product_id": "libreswan-0:4.5-1.el8_6.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.5-1.el8_6.2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.5-1.el8_6.2.aarch64", "product": { "name": "libreswan-0:4.5-1.el8_6.2.aarch64", "product_id": "libreswan-0:4.5-1.el8_6.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.5-1.el8_6.2?arch=aarch64" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.5-1.el8_6.2.aarch64", "product": { "name": "libreswan-debugsource-0:4.5-1.el8_6.2.aarch64", "product_id": "libreswan-debugsource-0:4.5-1.el8_6.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.5-1.el8_6.2?arch=aarch64" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.5-1.el8_6.2.aarch64", "product": { "name": "libreswan-debuginfo-0:4.5-1.el8_6.2.aarch64", "product_id": "libreswan-debuginfo-0:4.5-1.el8_6.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.5-1.el8_6.2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.5-1.el8_6.2.ppc64le", "product": { "name": "libreswan-0:4.5-1.el8_6.2.ppc64le", "product_id": "libreswan-0:4.5-1.el8_6.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.5-1.el8_6.2?arch=ppc64le" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.5-1.el8_6.2.ppc64le", "product": { "name": "libreswan-debugsource-0:4.5-1.el8_6.2.ppc64le", "product_id": "libreswan-debugsource-0:4.5-1.el8_6.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.5-1.el8_6.2?arch=ppc64le" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.5-1.el8_6.2.ppc64le", "product": { "name": "libreswan-debuginfo-0:4.5-1.el8_6.2.ppc64le", "product_id": "libreswan-debuginfo-0:4.5-1.el8_6.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.5-1.el8_6.2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.5-1.el8_6.2.x86_64", "product": { "name": "libreswan-0:4.5-1.el8_6.2.x86_64", "product_id": "libreswan-0:4.5-1.el8_6.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.5-1.el8_6.2?arch=x86_64" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.5-1.el8_6.2.x86_64", "product": { "name": "libreswan-debugsource-0:4.5-1.el8_6.2.x86_64", "product_id": "libreswan-debugsource-0:4.5-1.el8_6.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.5-1.el8_6.2?arch=x86_64" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.5-1.el8_6.2.x86_64", "product": { "name": "libreswan-debuginfo-0:4.5-1.el8_6.2.x86_64", "product_id": "libreswan-debuginfo-0:4.5-1.el8_6.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.5-1.el8_6.2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.5-1.el8_6.2.s390x", "product": { "name": "libreswan-0:4.5-1.el8_6.2.s390x", "product_id": "libreswan-0:4.5-1.el8_6.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.5-1.el8_6.2?arch=s390x" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.5-1.el8_6.2.s390x", "product": { "name": "libreswan-debugsource-0:4.5-1.el8_6.2.s390x", "product_id": "libreswan-debugsource-0:4.5-1.el8_6.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.5-1.el8_6.2?arch=s390x" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.5-1.el8_6.2.s390x", "product": { "name": "libreswan-debuginfo-0:4.5-1.el8_6.2.s390x", "product_id": "libreswan-debuginfo-0:4.5-1.el8_6.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.5-1.el8_6.2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.5-1.el8_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.aarch64" }, "product_reference": "libreswan-0:4.5-1.el8_6.2.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.5-1.el8_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.ppc64le" }, "product_reference": "libreswan-0:4.5-1.el8_6.2.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.5-1.el8_6.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.s390x" }, "product_reference": "libreswan-0:4.5-1.el8_6.2.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.5-1.el8_6.2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.src" }, "product_reference": "libreswan-0:4.5-1.el8_6.2.src", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.5-1.el8_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.x86_64" }, "product_reference": "libreswan-0:4.5-1.el8_6.2.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.5-1.el8_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:libreswan-debuginfo-0:4.5-1.el8_6.2.aarch64" }, "product_reference": "libreswan-debuginfo-0:4.5-1.el8_6.2.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.5-1.el8_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:libreswan-debuginfo-0:4.5-1.el8_6.2.ppc64le" }, "product_reference": "libreswan-debuginfo-0:4.5-1.el8_6.2.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.5-1.el8_6.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:libreswan-debuginfo-0:4.5-1.el8_6.2.s390x" }, "product_reference": "libreswan-debuginfo-0:4.5-1.el8_6.2.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.5-1.el8_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:libreswan-debuginfo-0:4.5-1.el8_6.2.x86_64" }, "product_reference": "libreswan-debuginfo-0:4.5-1.el8_6.2.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.5-1.el8_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:libreswan-debugsource-0:4.5-1.el8_6.2.aarch64" }, "product_reference": "libreswan-debugsource-0:4.5-1.el8_6.2.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.5-1.el8_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:libreswan-debugsource-0:4.5-1.el8_6.2.ppc64le" }, "product_reference": "libreswan-debugsource-0:4.5-1.el8_6.2.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.5-1.el8_6.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:libreswan-debugsource-0:4.5-1.el8_6.2.s390x" }, "product_reference": "libreswan-debugsource-0:4.5-1.el8_6.2.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.5-1.el8_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:libreswan-debugsource-0:4.5-1.el8_6.2.x86_64" }, "product_reference": "libreswan-debugsource-0:4.5-1.el8_6.2.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Andrew Vaughn" ] } ], "cve": "CVE-2024-2357", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-03-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2268952" } ], "notes": [ { "category": "description", "text": "A flaw was found in Libreswan. This issue causes Libreswan to restart under some IKEv2 retransmit scenarios when a connection is configured to use PreSharedKeys (authby=secret), and the connection cannot find a matching configured secret. When automatically added on startup using the auto= keyword, it can cause repeated crashes, leading to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "libreswan: Missing PreSharedKey for connection can cause crash", "title": "Vulnerability summary" }, { "category": "other", "text": "Libreswan may restart repeatedly under certain IKEv2 retransmission scenarios when using PreSharedKeys (authby=secret) if the connection cannot find a matching configured secret. If such a connection is added automatically on startup using the auto= keyword, it can lead to repeated crashes, causing a denial of service. The vulnerability arises when IKEv2 fails to find its PreSharedKey for the AUTH payload in the IKE_AUTH Exchange, resulting in assertion failure and daemon crashes. This vulnerability is triggered by local misconfiguration, and there is no known exploitation by external peers.", "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.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.aarch64", "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.ppc64le", "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.s390x", "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.src", "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.x86_64", "AppStream-8.6.0.Z.EUS:libreswan-debuginfo-0:4.5-1.el8_6.2.aarch64", "AppStream-8.6.0.Z.EUS:libreswan-debuginfo-0:4.5-1.el8_6.2.ppc64le", "AppStream-8.6.0.Z.EUS:libreswan-debuginfo-0:4.5-1.el8_6.2.s390x", "AppStream-8.6.0.Z.EUS:libreswan-debuginfo-0:4.5-1.el8_6.2.x86_64", "AppStream-8.6.0.Z.EUS:libreswan-debugsource-0:4.5-1.el8_6.2.aarch64", "AppStream-8.6.0.Z.EUS:libreswan-debugsource-0:4.5-1.el8_6.2.ppc64le", "AppStream-8.6.0.Z.EUS:libreswan-debugsource-0:4.5-1.el8_6.2.s390x", "AppStream-8.6.0.Z.EUS:libreswan-debugsource-0:4.5-1.el8_6.2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-2357" }, { "category": "external", "summary": "RHBZ#2268952", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268952" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-2357", "url": "https://www.cve.org/CVERecord?id=CVE-2024-2357" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-2357", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2357" }, { "category": "external", "summary": "https://github.com/libreswan/libreswan/commit/cb9e1047d33fde695d63a95854c2bc2470a476c8.patch", "url": "https://github.com/libreswan/libreswan/commit/cb9e1047d33fde695d63a95854c2bc2470a476c8.patch" }, { "category": "external", "summary": "https://libreswan.org/security/CVE-2024-2357", "url": "https://libreswan.org/security/CVE-2024-2357" } ], "release_date": "2024-03-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-30T21:00:58+00:00", "details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.aarch64", "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.ppc64le", "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.s390x", "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.src", "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.x86_64", "AppStream-8.6.0.Z.EUS:libreswan-debuginfo-0:4.5-1.el8_6.2.aarch64", "AppStream-8.6.0.Z.EUS:libreswan-debuginfo-0:4.5-1.el8_6.2.ppc64le", "AppStream-8.6.0.Z.EUS:libreswan-debuginfo-0:4.5-1.el8_6.2.s390x", "AppStream-8.6.0.Z.EUS:libreswan-debuginfo-0:4.5-1.el8_6.2.x86_64", "AppStream-8.6.0.Z.EUS:libreswan-debugsource-0:4.5-1.el8_6.2.aarch64", "AppStream-8.6.0.Z.EUS:libreswan-debugsource-0:4.5-1.el8_6.2.ppc64le", "AppStream-8.6.0.Z.EUS:libreswan-debugsource-0:4.5-1.el8_6.2.s390x", "AppStream-8.6.0.Z.EUS:libreswan-debugsource-0:4.5-1.el8_6.2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2082" }, { "category": "workaround", "details": "As a workaround to prevent the misconfiguration from causing the crash, place an unguessable long random \"catch-all\" secret in /etc/ipsec.secrets, for example, using the following command:\n\necho -e \"# CVE-2024-2357 workaround\\n: PSK \\\"$(openssl rand -hex 32)\\\"\" \u003e\u003e /etc/ipsec.secrets\n\nThis will ensure a PSK secret is always found, but it will always be wrong, and thus authentication will still properly fail.", "product_ids": [ "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.aarch64", "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.ppc64le", "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.s390x", "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.src", "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.x86_64", "AppStream-8.6.0.Z.EUS:libreswan-debuginfo-0:4.5-1.el8_6.2.aarch64", "AppStream-8.6.0.Z.EUS:libreswan-debuginfo-0:4.5-1.el8_6.2.ppc64le", "AppStream-8.6.0.Z.EUS:libreswan-debuginfo-0:4.5-1.el8_6.2.s390x", "AppStream-8.6.0.Z.EUS:libreswan-debuginfo-0:4.5-1.el8_6.2.x86_64", "AppStream-8.6.0.Z.EUS:libreswan-debugsource-0:4.5-1.el8_6.2.aarch64", "AppStream-8.6.0.Z.EUS:libreswan-debugsource-0:4.5-1.el8_6.2.ppc64le", "AppStream-8.6.0.Z.EUS:libreswan-debugsource-0:4.5-1.el8_6.2.s390x", "AppStream-8.6.0.Z.EUS:libreswan-debugsource-0:4.5-1.el8_6.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.aarch64", "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.ppc64le", "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.s390x", "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.src", "AppStream-8.6.0.Z.EUS:libreswan-0:4.5-1.el8_6.2.x86_64", "AppStream-8.6.0.Z.EUS:libreswan-debuginfo-0:4.5-1.el8_6.2.aarch64", "AppStream-8.6.0.Z.EUS:libreswan-debuginfo-0:4.5-1.el8_6.2.ppc64le", "AppStream-8.6.0.Z.EUS:libreswan-debuginfo-0:4.5-1.el8_6.2.s390x", "AppStream-8.6.0.Z.EUS:libreswan-debuginfo-0:4.5-1.el8_6.2.x86_64", "AppStream-8.6.0.Z.EUS:libreswan-debugsource-0:4.5-1.el8_6.2.aarch64", "AppStream-8.6.0.Z.EUS:libreswan-debugsource-0:4.5-1.el8_6.2.ppc64le", "AppStream-8.6.0.Z.EUS:libreswan-debugsource-0:4.5-1.el8_6.2.s390x", "AppStream-8.6.0.Z.EUS:libreswan-debugsource-0:4.5-1.el8_6.2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libreswan: Missing PreSharedKey for connection can cause crash" } ] }
rhsa-2024_2081
Vulnerability from csaf_redhat
Published
2024-04-30 21:00
Modified
2024-11-06 05:39
Summary
Red Hat Security Advisory: libreswan security update
Notes
Topic
An update for libreswan is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. 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.
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).
Security Fix(es):
* libreswan: Missing PreSharedKey for connection can cause crash (CVE-2024-2357)
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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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* libreswan: Missing PreSharedKey for connection can cause crash (CVE-2024-2357)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, 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-2024:2081", "url": "https://access.redhat.com/errata/RHSA-2024:2081" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2268952", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268952" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2081.json" } ], "title": "Red Hat Security Advisory: libreswan security update", "tracking": { "current_release_date": "2024-11-06T05:39:07+00:00", "generator": { "date": "2024-11-06T05:39:07+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:2081", "initial_release_date": "2024-04-30T21:00:58+00:00", "revision_history": [ { "date": "2024-04-30T21:00:58+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-04-30T21:00:58+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:39:07+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 EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.9-3.el8_8.1.src", "product": { "name": "libreswan-0:4.9-3.el8_8.1.src", "product_id": "libreswan-0:4.9-3.el8_8.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.9-3.el8_8.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.9-3.el8_8.1.aarch64", "product": { "name": "libreswan-0:4.9-3.el8_8.1.aarch64", "product_id": "libreswan-0:4.9-3.el8_8.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.9-3.el8_8.1?arch=aarch64" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.9-3.el8_8.1.aarch64", "product": { "name": "libreswan-debugsource-0:4.9-3.el8_8.1.aarch64", "product_id": "libreswan-debugsource-0:4.9-3.el8_8.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.9-3.el8_8.1?arch=aarch64" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.9-3.el8_8.1.aarch64", "product": { "name": "libreswan-debuginfo-0:4.9-3.el8_8.1.aarch64", "product_id": "libreswan-debuginfo-0:4.9-3.el8_8.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.9-3.el8_8.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.9-3.el8_8.1.ppc64le", "product": { "name": "libreswan-0:4.9-3.el8_8.1.ppc64le", "product_id": "libreswan-0:4.9-3.el8_8.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.9-3.el8_8.1?arch=ppc64le" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.9-3.el8_8.1.ppc64le", "product": { "name": "libreswan-debugsource-0:4.9-3.el8_8.1.ppc64le", "product_id": "libreswan-debugsource-0:4.9-3.el8_8.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.9-3.el8_8.1?arch=ppc64le" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.9-3.el8_8.1.ppc64le", "product": { "name": "libreswan-debuginfo-0:4.9-3.el8_8.1.ppc64le", "product_id": "libreswan-debuginfo-0:4.9-3.el8_8.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.9-3.el8_8.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.9-3.el8_8.1.x86_64", "product": { "name": "libreswan-0:4.9-3.el8_8.1.x86_64", "product_id": "libreswan-0:4.9-3.el8_8.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.9-3.el8_8.1?arch=x86_64" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.9-3.el8_8.1.x86_64", "product": { "name": "libreswan-debugsource-0:4.9-3.el8_8.1.x86_64", "product_id": "libreswan-debugsource-0:4.9-3.el8_8.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.9-3.el8_8.1?arch=x86_64" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.9-3.el8_8.1.x86_64", "product": { "name": "libreswan-debuginfo-0:4.9-3.el8_8.1.x86_64", "product_id": "libreswan-debuginfo-0:4.9-3.el8_8.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.9-3.el8_8.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.9-3.el8_8.1.s390x", "product": { "name": "libreswan-0:4.9-3.el8_8.1.s390x", "product_id": "libreswan-0:4.9-3.el8_8.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.9-3.el8_8.1?arch=s390x" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.9-3.el8_8.1.s390x", "product": { "name": "libreswan-debugsource-0:4.9-3.el8_8.1.s390x", "product_id": "libreswan-debugsource-0:4.9-3.el8_8.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.9-3.el8_8.1?arch=s390x" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.9-3.el8_8.1.s390x", "product": { "name": "libreswan-debuginfo-0:4.9-3.el8_8.1.s390x", "product_id": "libreswan-debuginfo-0:4.9-3.el8_8.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.9-3.el8_8.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.9-3.el8_8.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.aarch64" }, "product_reference": "libreswan-0:4.9-3.el8_8.1.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.9-3.el8_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.ppc64le" }, "product_reference": "libreswan-0:4.9-3.el8_8.1.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.9-3.el8_8.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.s390x" }, "product_reference": "libreswan-0:4.9-3.el8_8.1.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.9-3.el8_8.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.src" }, "product_reference": "libreswan-0:4.9-3.el8_8.1.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.9-3.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.x86_64" }, "product_reference": "libreswan-0:4.9-3.el8_8.1.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.9-3.el8_8.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:libreswan-debuginfo-0:4.9-3.el8_8.1.aarch64" }, "product_reference": "libreswan-debuginfo-0:4.9-3.el8_8.1.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.9-3.el8_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:libreswan-debuginfo-0:4.9-3.el8_8.1.ppc64le" }, "product_reference": "libreswan-debuginfo-0:4.9-3.el8_8.1.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.9-3.el8_8.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:libreswan-debuginfo-0:4.9-3.el8_8.1.s390x" }, "product_reference": "libreswan-debuginfo-0:4.9-3.el8_8.1.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.9-3.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:libreswan-debuginfo-0:4.9-3.el8_8.1.x86_64" }, "product_reference": "libreswan-debuginfo-0:4.9-3.el8_8.1.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.9-3.el8_8.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:libreswan-debugsource-0:4.9-3.el8_8.1.aarch64" }, "product_reference": "libreswan-debugsource-0:4.9-3.el8_8.1.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.9-3.el8_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:libreswan-debugsource-0:4.9-3.el8_8.1.ppc64le" }, "product_reference": "libreswan-debugsource-0:4.9-3.el8_8.1.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.9-3.el8_8.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:libreswan-debugsource-0:4.9-3.el8_8.1.s390x" }, "product_reference": "libreswan-debugsource-0:4.9-3.el8_8.1.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.9-3.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:libreswan-debugsource-0:4.9-3.el8_8.1.x86_64" }, "product_reference": "libreswan-debugsource-0:4.9-3.el8_8.1.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Andrew Vaughn" ] } ], "cve": "CVE-2024-2357", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-03-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2268952" } ], "notes": [ { "category": "description", "text": "A flaw was found in Libreswan. This issue causes Libreswan to restart under some IKEv2 retransmit scenarios when a connection is configured to use PreSharedKeys (authby=secret), and the connection cannot find a matching configured secret. When automatically added on startup using the auto= keyword, it can cause repeated crashes, leading to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "libreswan: Missing PreSharedKey for connection can cause crash", "title": "Vulnerability summary" }, { "category": "other", "text": "Libreswan may restart repeatedly under certain IKEv2 retransmission scenarios when using PreSharedKeys (authby=secret) if the connection cannot find a matching configured secret. If such a connection is added automatically on startup using the auto= keyword, it can lead to repeated crashes, causing a denial of service. The vulnerability arises when IKEv2 fails to find its PreSharedKey for the AUTH payload in the IKE_AUTH Exchange, resulting in assertion failure and daemon crashes. This vulnerability is triggered by local misconfiguration, and there is no known exploitation by external peers.", "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.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.aarch64", "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.ppc64le", "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.s390x", "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.src", "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.x86_64", "AppStream-8.8.0.Z.EUS:libreswan-debuginfo-0:4.9-3.el8_8.1.aarch64", "AppStream-8.8.0.Z.EUS:libreswan-debuginfo-0:4.9-3.el8_8.1.ppc64le", "AppStream-8.8.0.Z.EUS:libreswan-debuginfo-0:4.9-3.el8_8.1.s390x", "AppStream-8.8.0.Z.EUS:libreswan-debuginfo-0:4.9-3.el8_8.1.x86_64", "AppStream-8.8.0.Z.EUS:libreswan-debugsource-0:4.9-3.el8_8.1.aarch64", "AppStream-8.8.0.Z.EUS:libreswan-debugsource-0:4.9-3.el8_8.1.ppc64le", "AppStream-8.8.0.Z.EUS:libreswan-debugsource-0:4.9-3.el8_8.1.s390x", "AppStream-8.8.0.Z.EUS:libreswan-debugsource-0:4.9-3.el8_8.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-2357" }, { "category": "external", "summary": "RHBZ#2268952", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268952" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-2357", "url": "https://www.cve.org/CVERecord?id=CVE-2024-2357" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-2357", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2357" }, { "category": "external", "summary": "https://github.com/libreswan/libreswan/commit/cb9e1047d33fde695d63a95854c2bc2470a476c8.patch", "url": "https://github.com/libreswan/libreswan/commit/cb9e1047d33fde695d63a95854c2bc2470a476c8.patch" }, { "category": "external", "summary": "https://libreswan.org/security/CVE-2024-2357", "url": "https://libreswan.org/security/CVE-2024-2357" } ], "release_date": "2024-03-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-30T21:00:58+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.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.aarch64", "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.ppc64le", "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.s390x", "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.src", "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.x86_64", "AppStream-8.8.0.Z.EUS:libreswan-debuginfo-0:4.9-3.el8_8.1.aarch64", "AppStream-8.8.0.Z.EUS:libreswan-debuginfo-0:4.9-3.el8_8.1.ppc64le", "AppStream-8.8.0.Z.EUS:libreswan-debuginfo-0:4.9-3.el8_8.1.s390x", "AppStream-8.8.0.Z.EUS:libreswan-debuginfo-0:4.9-3.el8_8.1.x86_64", "AppStream-8.8.0.Z.EUS:libreswan-debugsource-0:4.9-3.el8_8.1.aarch64", "AppStream-8.8.0.Z.EUS:libreswan-debugsource-0:4.9-3.el8_8.1.ppc64le", "AppStream-8.8.0.Z.EUS:libreswan-debugsource-0:4.9-3.el8_8.1.s390x", "AppStream-8.8.0.Z.EUS:libreswan-debugsource-0:4.9-3.el8_8.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2081" }, { "category": "workaround", "details": "As a workaround to prevent the misconfiguration from causing the crash, place an unguessable long random \"catch-all\" secret in /etc/ipsec.secrets, for example, using the following command:\n\necho -e \"# CVE-2024-2357 workaround\\n: PSK \\\"$(openssl rand -hex 32)\\\"\" \u003e\u003e /etc/ipsec.secrets\n\nThis will ensure a PSK secret is always found, but it will always be wrong, and thus authentication will still properly fail.", "product_ids": [ "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.aarch64", "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.ppc64le", "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.s390x", "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.src", "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.x86_64", "AppStream-8.8.0.Z.EUS:libreswan-debuginfo-0:4.9-3.el8_8.1.aarch64", "AppStream-8.8.0.Z.EUS:libreswan-debuginfo-0:4.9-3.el8_8.1.ppc64le", "AppStream-8.8.0.Z.EUS:libreswan-debuginfo-0:4.9-3.el8_8.1.s390x", "AppStream-8.8.0.Z.EUS:libreswan-debuginfo-0:4.9-3.el8_8.1.x86_64", "AppStream-8.8.0.Z.EUS:libreswan-debugsource-0:4.9-3.el8_8.1.aarch64", "AppStream-8.8.0.Z.EUS:libreswan-debugsource-0:4.9-3.el8_8.1.ppc64le", "AppStream-8.8.0.Z.EUS:libreswan-debugsource-0:4.9-3.el8_8.1.s390x", "AppStream-8.8.0.Z.EUS:libreswan-debugsource-0:4.9-3.el8_8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.aarch64", "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.ppc64le", "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.s390x", "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.src", "AppStream-8.8.0.Z.EUS:libreswan-0:4.9-3.el8_8.1.x86_64", "AppStream-8.8.0.Z.EUS:libreswan-debuginfo-0:4.9-3.el8_8.1.aarch64", "AppStream-8.8.0.Z.EUS:libreswan-debuginfo-0:4.9-3.el8_8.1.ppc64le", "AppStream-8.8.0.Z.EUS:libreswan-debuginfo-0:4.9-3.el8_8.1.s390x", "AppStream-8.8.0.Z.EUS:libreswan-debuginfo-0:4.9-3.el8_8.1.x86_64", "AppStream-8.8.0.Z.EUS:libreswan-debugsource-0:4.9-3.el8_8.1.aarch64", "AppStream-8.8.0.Z.EUS:libreswan-debugsource-0:4.9-3.el8_8.1.ppc64le", "AppStream-8.8.0.Z.EUS:libreswan-debugsource-0:4.9-3.el8_8.1.s390x", "AppStream-8.8.0.Z.EUS:libreswan-debugsource-0:4.9-3.el8_8.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libreswan: Missing PreSharedKey for connection can cause crash" } ] }
rhsa-2024_2085
Vulnerability from csaf_redhat
Published
2024-04-30 21:01
Modified
2024-11-06 05:38
Summary
Red Hat Security Advisory: libreswan security and bug fix update
Notes
Topic
An update for libreswan is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. 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.
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).
Security Fix(es):
* libreswan: Missing PreSharedKey for connection can cause crash (CVE-2024-2357)
Bug Fix(es):
* Connection cannot be established when IPv6 IP SAN is used (JIRA:RHEL-33350)
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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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* libreswan: Missing PreSharedKey for connection can cause crash (CVE-2024-2357)\n\nBug Fix(es):\n\n* Connection cannot be established when IPv6 IP SAN is used (JIRA:RHEL-33350)\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-2024:2085", "url": "https://access.redhat.com/errata/RHSA-2024:2085" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2268952", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268952" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2085.json" } ], "title": "Red Hat Security Advisory: libreswan security and bug fix update", "tracking": { "current_release_date": "2024-11-06T05:38:45+00:00", "generator": { "date": "2024-11-06T05:38:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:2085", "initial_release_date": "2024-04-30T21:01:38+00:00", "revision_history": [ { "date": "2024-04-30T21:01:38+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-04-30T21:01:38+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T05:38:45+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 EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.9-5.el9_2.1.src", "product": { "name": "libreswan-0:4.9-5.el9_2.1.src", "product_id": "libreswan-0:4.9-5.el9_2.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.9-5.el9_2.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.9-5.el9_2.1.aarch64", "product": { "name": "libreswan-0:4.9-5.el9_2.1.aarch64", "product_id": "libreswan-0:4.9-5.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.9-5.el9_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.9-5.el9_2.1.aarch64", "product": { "name": "libreswan-debugsource-0:4.9-5.el9_2.1.aarch64", "product_id": "libreswan-debugsource-0:4.9-5.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.9-5.el9_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.9-5.el9_2.1.aarch64", "product": { "name": "libreswan-debuginfo-0:4.9-5.el9_2.1.aarch64", "product_id": "libreswan-debuginfo-0:4.9-5.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.9-5.el9_2.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.9-5.el9_2.1.ppc64le", "product": { "name": "libreswan-0:4.9-5.el9_2.1.ppc64le", "product_id": "libreswan-0:4.9-5.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.9-5.el9_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.9-5.el9_2.1.ppc64le", "product": { "name": "libreswan-debugsource-0:4.9-5.el9_2.1.ppc64le", "product_id": "libreswan-debugsource-0:4.9-5.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.9-5.el9_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.9-5.el9_2.1.ppc64le", "product": { "name": "libreswan-debuginfo-0:4.9-5.el9_2.1.ppc64le", "product_id": "libreswan-debuginfo-0:4.9-5.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.9-5.el9_2.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.9-5.el9_2.1.x86_64", "product": { "name": "libreswan-0:4.9-5.el9_2.1.x86_64", "product_id": "libreswan-0:4.9-5.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.9-5.el9_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.9-5.el9_2.1.x86_64", "product": { "name": "libreswan-debugsource-0:4.9-5.el9_2.1.x86_64", "product_id": "libreswan-debugsource-0:4.9-5.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.9-5.el9_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.9-5.el9_2.1.x86_64", "product": { "name": "libreswan-debuginfo-0:4.9-5.el9_2.1.x86_64", "product_id": "libreswan-debuginfo-0:4.9-5.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.9-5.el9_2.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "libreswan-0:4.9-5.el9_2.1.s390x", "product": { "name": "libreswan-0:4.9-5.el9_2.1.s390x", "product_id": "libreswan-0:4.9-5.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan@4.9-5.el9_2.1?arch=s390x" } } }, { "category": "product_version", "name": "libreswan-debugsource-0:4.9-5.el9_2.1.s390x", "product": { "name": "libreswan-debugsource-0:4.9-5.el9_2.1.s390x", "product_id": "libreswan-debugsource-0:4.9-5.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debugsource@4.9-5.el9_2.1?arch=s390x" } } }, { "category": "product_version", "name": "libreswan-debuginfo-0:4.9-5.el9_2.1.s390x", "product": { "name": "libreswan-debuginfo-0:4.9-5.el9_2.1.s390x", "product_id": "libreswan-debuginfo-0:4.9-5.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libreswan-debuginfo@4.9-5.el9_2.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.9-5.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.aarch64" }, "product_reference": "libreswan-0:4.9-5.el9_2.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.9-5.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.ppc64le" }, "product_reference": "libreswan-0:4.9-5.el9_2.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.9-5.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.s390x" }, "product_reference": "libreswan-0:4.9-5.el9_2.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.9-5.el9_2.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.src" }, "product_reference": "libreswan-0:4.9-5.el9_2.1.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-0:4.9-5.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.x86_64" }, "product_reference": "libreswan-0:4.9-5.el9_2.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.9-5.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:libreswan-debuginfo-0:4.9-5.el9_2.1.aarch64" }, "product_reference": "libreswan-debuginfo-0:4.9-5.el9_2.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.9-5.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:libreswan-debuginfo-0:4.9-5.el9_2.1.ppc64le" }, "product_reference": "libreswan-debuginfo-0:4.9-5.el9_2.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.9-5.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:libreswan-debuginfo-0:4.9-5.el9_2.1.s390x" }, "product_reference": "libreswan-debuginfo-0:4.9-5.el9_2.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debuginfo-0:4.9-5.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:libreswan-debuginfo-0:4.9-5.el9_2.1.x86_64" }, "product_reference": "libreswan-debuginfo-0:4.9-5.el9_2.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.9-5.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:libreswan-debugsource-0:4.9-5.el9_2.1.aarch64" }, "product_reference": "libreswan-debugsource-0:4.9-5.el9_2.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.9-5.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:libreswan-debugsource-0:4.9-5.el9_2.1.ppc64le" }, "product_reference": "libreswan-debugsource-0:4.9-5.el9_2.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.9-5.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:libreswan-debugsource-0:4.9-5.el9_2.1.s390x" }, "product_reference": "libreswan-debugsource-0:4.9-5.el9_2.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "libreswan-debugsource-0:4.9-5.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:libreswan-debugsource-0:4.9-5.el9_2.1.x86_64" }, "product_reference": "libreswan-debugsource-0:4.9-5.el9_2.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Andrew Vaughn" ] } ], "cve": "CVE-2024-2357", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-03-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2268952" } ], "notes": [ { "category": "description", "text": "A flaw was found in Libreswan. This issue causes Libreswan to restart under some IKEv2 retransmit scenarios when a connection is configured to use PreSharedKeys (authby=secret), and the connection cannot find a matching configured secret. When automatically added on startup using the auto= keyword, it can cause repeated crashes, leading to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "libreswan: Missing PreSharedKey for connection can cause crash", "title": "Vulnerability summary" }, { "category": "other", "text": "Libreswan may restart repeatedly under certain IKEv2 retransmission scenarios when using PreSharedKeys (authby=secret) if the connection cannot find a matching configured secret. If such a connection is added automatically on startup using the auto= keyword, it can lead to repeated crashes, causing a denial of service. The vulnerability arises when IKEv2 fails to find its PreSharedKey for the AUTH payload in the IKE_AUTH Exchange, resulting in assertion failure and daemon crashes. This vulnerability is triggered by local misconfiguration, and there is no known exploitation by external peers.", "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.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.src", "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:libreswan-debuginfo-0:4.9-5.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:libreswan-debuginfo-0:4.9-5.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:libreswan-debuginfo-0:4.9-5.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:libreswan-debuginfo-0:4.9-5.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:libreswan-debugsource-0:4.9-5.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:libreswan-debugsource-0:4.9-5.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:libreswan-debugsource-0:4.9-5.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:libreswan-debugsource-0:4.9-5.el9_2.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-2357" }, { "category": "external", "summary": "RHBZ#2268952", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268952" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-2357", "url": "https://www.cve.org/CVERecord?id=CVE-2024-2357" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-2357", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2357" }, { "category": "external", "summary": "https://github.com/libreswan/libreswan/commit/cb9e1047d33fde695d63a95854c2bc2470a476c8.patch", "url": "https://github.com/libreswan/libreswan/commit/cb9e1047d33fde695d63a95854c2bc2470a476c8.patch" }, { "category": "external", "summary": "https://libreswan.org/security/CVE-2024-2357", "url": "https://libreswan.org/security/CVE-2024-2357" } ], "release_date": "2024-03-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-04-30T21:01:38+00:00", "details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.src", "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:libreswan-debuginfo-0:4.9-5.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:libreswan-debuginfo-0:4.9-5.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:libreswan-debuginfo-0:4.9-5.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:libreswan-debuginfo-0:4.9-5.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:libreswan-debugsource-0:4.9-5.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:libreswan-debugsource-0:4.9-5.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:libreswan-debugsource-0:4.9-5.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:libreswan-debugsource-0:4.9-5.el9_2.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:2085" }, { "category": "workaround", "details": "As a workaround to prevent the misconfiguration from causing the crash, place an unguessable long random \"catch-all\" secret in /etc/ipsec.secrets, for example, using the following command:\n\necho -e \"# CVE-2024-2357 workaround\\n: PSK \\\"$(openssl rand -hex 32)\\\"\" \u003e\u003e /etc/ipsec.secrets\n\nThis will ensure a PSK secret is always found, but it will always be wrong, and thus authentication will still properly fail.", "product_ids": [ "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.src", "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:libreswan-debuginfo-0:4.9-5.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:libreswan-debuginfo-0:4.9-5.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:libreswan-debuginfo-0:4.9-5.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:libreswan-debuginfo-0:4.9-5.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:libreswan-debugsource-0:4.9-5.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:libreswan-debugsource-0:4.9-5.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:libreswan-debugsource-0:4.9-5.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:libreswan-debugsource-0:4.9-5.el9_2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.src", "AppStream-9.2.0.Z.EUS:libreswan-0:4.9-5.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:libreswan-debuginfo-0:4.9-5.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:libreswan-debuginfo-0:4.9-5.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:libreswan-debuginfo-0:4.9-5.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:libreswan-debuginfo-0:4.9-5.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:libreswan-debugsource-0:4.9-5.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:libreswan-debugsource-0:4.9-5.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:libreswan-debugsource-0:4.9-5.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:libreswan-debugsource-0:4.9-5.el9_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libreswan: Missing PreSharedKey for connection can cause crash" } ] }
wid-sec-w-2024-0950
Vulnerability from csaf_certbund
Published
2024-04-23 22:00
Modified
2024-05-07 22:00
Summary
Red Hat Enterprise Linux (Libreswan): Schwachstelle ermöglicht Denial of Service
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Red Hat Enterprise Linux (RHEL) ist eine populäre Linux-Distribution.
Angriff
Ein lokaler Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux in Libreswan ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme
- Linux
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein lokaler Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux in Libreswan ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-0950 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0950.json" }, { "category": "self", "summary": "WID-SEC-2024-0950 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0950" }, { "category": "external", "summary": "Red Hat Security Advisory vom 2024-04-23", "url": "https://access.redhat.com/errata/RHSA-2024:1998" }, { "category": "external", "summary": "Red Hat Bugzilla CVE-2024-2357", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268952" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2033 vom 2024-04-24", "url": "https://access.redhat.com/errata/RHSA-2024:2033" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-1998 vom 2024-04-24", "url": "http://linux.oracle.com/errata/ELSA-2024-1998.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-2033 vom 2024-04-25", "url": "http://linux.oracle.com/errata/ELSA-2024-2033.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2081 vom 2024-04-29", "url": "https://access.redhat.com/errata/RHSA-2024:2081" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2082 vom 2024-04-29", "url": "https://access.redhat.com/errata/RHSA-2024:2082" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2085 vom 2024-04-29", "url": "https://access.redhat.com/errata/RHSA-2024:2085" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:2565 vom 2024-04-30", "url": "https://access.redhat.com/errata/RHSA-2024:2565" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:1998 vom 2024-05-06", "url": "https://errata.build.resf.org/RLSA-2024:1998" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-2565 vom 2024-05-07", "url": "https://linux.oracle.com/errata/ELSA-2024-2565.html" } ], "source_lang": "en-US", "title": "Red Hat Enterprise Linux (Libreswan): Schwachstelle erm\u00f6glicht Denial of Service", "tracking": { "current_release_date": "2024-05-07T22:00:00.000+00:00", "generator": { "date": "2024-05-08T08:07:58.740+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2024-0950", "initial_release_date": "2024-04-23T22:00:00.000+00:00", "revision_history": [ { "date": "2024-04-23T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-04-24T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-04-28T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-01T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-06T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen" }, { "date": "2024-05-07T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Oracle Linux aufgenommen" } ], "status": "final", "version": "6" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "RESF Rocky Linux", "product": { "name": "RESF Rocky Linux", "product_id": "T032255", "product_identification_helper": { "cpe": "cpe:/o:resf:rocky_linux:-" } } } ], "category": "vendor", "name": "RESF" }, { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } }, { "category": "product_version_range", "name": "libreswan \u003c4.13", "product": { "name": "Red Hat Enterprise Linux libreswan \u003c4.13", "product_id": "T034378", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:libreswan__4.13" } } }, { "category": "product_version_range", "name": "libreswan \u003c5.0", "product": { "name": "Red Hat Enterprise Linux libreswan \u003c5.0", "product_id": "T034379", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:libreswan__5.0" } } } ], "category": "product_name", "name": "Enterprise Linux" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-2357", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Red Hat Enterprise Linux. Dieser Fehler besteht in der Komponente Libreswan aufgrund einer unsachgem\u00e4\u00dfen Verbindungskonfiguration. Ein lokaler Angreifer kann diese Schwachstelle ausnutzen, um einen Denial-of-Service-Zustand zu verursachen. Eine erfolgreiche Ausnutzung erfordert eine Benutzerinteraktion." } ], "product_status": { "known_affected": [ "67646", "T004914", "T032255" ] }, "release_date": "2024-04-23T22:00:00Z", "title": "CVE-2024-2357" } ] }
ghsa-77h7-8788-mfv3
Vulnerability from github
Published
2024-03-11 21:31
Modified
2024-11-20 21:30
Severity ?
Details
The Libreswan Project was notified of an issue causing libreswan to restart under some IKEv2 retransmit scenarios when a connection is configured to use PreSharedKeys (authby=secret) and the connection cannot find a matching configured secret. When such a connection is automatically added on startup using the auto= keyword, it can cause repeated crashes leading to a Denial of Service.
{ "affected": [], "aliases": [ "CVE-2024-2357" ], "database_specific": { "cwe_ids": [], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2024-03-11T20:15:07Z", "severity": "MODERATE" }, "details": "The Libreswan Project was notified of an issue causing libreswan to restart under some IKEv2 retransmit scenarios when a connection is configured to use PreSharedKeys (authby=secret) and the connection cannot find a matching configured secret. When such a connection is automatically added on startup using the auto= keyword, it can cause repeated crashes leading to a Denial of Service.", "id": "GHSA-77h7-8788-mfv3", "modified": "2024-11-20T21:30:42Z", "published": "2024-03-11T21:31:27Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2357" }, { "type": "WEB", "url": "https://libreswan.org/security/CVE-2024-2357" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EJZJYFHKBIJ4ZK5GAWWFFR3AKJS6O5JX" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HEM46ALKF7NG6CAUKZ7KQERVOHWQIQKY" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TVQ7MZY6LFFGRWAJNTKKN2VSEFS2VPAR" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ] }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.