Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,24 +1,46 @@
{
"schema_version": "1.4.0",
"id": "GHSA-96vr-jxmc-x8jc",
"modified": "2025-09-16T18:31:23Z",
"modified": "2025-09-16T18:32:31Z",
"published": "2025-09-16T00:30:26Z",
"aliases": [
"CVE-2025-43359"
],
"summary": "sendmsg with PKTINFO leads to UDP bound to a local interface binding to all interfaces",
"details": "A logic issue was addressed with improved state management. This issue is fixed in tvOS 26, macOS Sonoma 14.8, macOS Sequoia 15.7, iOS 18.7 and iPadOS 18.7, visionOS 26, watchOS 26, macOS Tahoe 26, iOS 26 and iPadOS 26. A UDP server socket bound to a local interface may become bound to all interfaces.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"affected": [
{
"package": {
"ecosystem": "SwiftURL",
"name": ""
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
}
]
}
]
}
],
"affected": [],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-43359"
},
{
"type": "WEB",
"url": "https://stek29.rocks/2025/10/13/xnu-udp-pktinfo-cve"
},
{
"type": "WEB",
"url": "https://support.apple.com/en-us/125108"
Expand Down Expand Up @@ -56,7 +78,7 @@
"cwe_ids": [
"CWE-670"
],
"severity": "CRITICAL",
"severity": "HIGH",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-09-15T23:15:37Z"
Expand Down