Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
4239 articles · 197035 vulns · 37/41 feeds (7d)
← Back to list
9.8
CVE-2026-74688PATCHED
Linux · Linux

sctp: clear control chunk transport if it is being removed

Description

In the Linux kernel, the following vulnerability has been resolved: sctp: clear control chunk transport if it is being removed sctp_make_heartbeat_ack() caches the destination transport in chunk->transport without taking a reference. When src_out_of_asoc_ok is enabled, the HEARTBEAT ACK may remain queued on control_chunk_list instead of being transmitted immediately. If the peer transport is removed while the chunk is still queued, sctp_assoc_rm_peer() drops the transport and schedules it for RCU freeing, but only clears cached transport pointers in out_chunk_list. The queued control chunk therefore retains a dangling transport pointer. Once an ASCONF_ACK clears the suppression and the queued control chunk is transmitted, SCTP dereferences the stale transport pointer, leading to a use-after-free. Fix this by also clearing chunk->transport for queued control chunks in control_chunk_list when removing the transport.

Affected Products

VendorProductVersions
LinuxLinux8a07eb0a50aebc8c95478d49c28c7f8419a26cef, 8a07eb0a50aebc8c95478d49c28c7f8419a26cef, 8a07eb0a50aebc8c95478d49c28c7f8419a26cef, 8a07eb0a50aebc8c95478d49c28c7f8419a26cef, 8a07eb0a50aebc8c95478d49c28c7f8419a26cef, 8a07eb0a50aebc8c95478d49c28c7f8419a26cef, 8a07eb0a50aebc8c95478d49c28c7f8419a26cef, 8a07eb0a50aebc8c95478d49c28c7f8419a26cef, 3.1

Also Affects

Downstream vendors/products affected by this vulnerability

VendorProductSourceConfidence
linuxlinuxmitre_affected90%
open sourceopen source linux kernelcert_advisory90%

References

  • https://git.kernel.org/stable/c/dbb3f418a8665ffb0514e1a9520ab6a1c5d4d886
  • https://git.kernel.org/stable/c/fad4766a74220fe579c6fcaa10ba01c23529814f
  • https://git.kernel.org/stable/c/936658ec41c28c397ef390140e02d4c91ade92f0
  • https://git.kernel.org/stable/c/8de65194a04d2552cd39b6c67d942d490f22d174
  • https://git.kernel.org/stable/c/6160e756db81d6cb63e3e2952efcf6c5134be385
  • https://git.kernel.org/stable/c/18d704bdd809377dfd81a3c2f42426763b5da227
  • https://git.kernel.org/stable/c/4d6b9cac6df5e0cfef1a66b3edd7aebdb9e4b7e7
  • https://git.kernel.org/stable/c/c9158ceaf27780ef64534ad72f44ffde3f8ccc49

Related News (3 articles)

Tier B
BSI Advisories1d ago
[NEU] [mittel] Linux Kernel: Mehrere Schwachstellen ermöglichen nicht spezifizierten Angriff
→ No new info (linked only)
Tier C
VulDB3d ago
CVE-2026-74688 | Linux Kernel up to 7.1.8 SCTP sctp_assoc_rm_peer use after free
→ No new info (linked only)
Tier C
Linux Kernel CVEs3d ago
CVE-2026-74688: sctp: clear control chunk transport if it is being removed
→ No new info (linked only)
CVSS 3.19.8 CRITICAL
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CISA KEV❌ No
Actively exploited❌ No
Patch available
dbb3f418a8665ffb0514e1a9520ab6a1c5d4d886fad4766a74220fe579c6fcaa10ba01c23529814f936658ec41c28c397ef390140e02d4c91ade92f08de65194a04d2552cd39b6c67d942d490f22d1746160e756db81d6cb63e3e2952efcf6c5134be38518d704bdd809377dfd81a3c2f42426763b5da2274d6b9cac6df5e0cfef1a66b3edd7aebdb9e4b7e7c9158ceaf27780ef64534ad72f44ffde3f8ccc4905.10.2655.15.2166.1.1836.6.1526.12.1046.18.457.1.97.2
PublishedAug 22, 2026
Last enriched3d ago
Trending Score40
Source articles3
Independent3
Info Completeness7/14
Missing: cvss, epss, cwe, kev, exploit, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

HIGHCVE-2026-53359EXP
KVM: x86: Fix shadow paging use-after-free due to unexpected role
Trending: 51
HIGHCVE-2026-46331EXP
net/sched: fix pedit partial COW leading to page cache corruption
Trending: 50
HIGHCVE-2026-64600EXP
xfs: resample the data fork mapping after cycling ILOCK
Trending: 44
HIGHCVE-2026-46242EXP
eventpoll: fix ep_remove struct eventpoll / struct file UAF
Trending: 40
CRITICALCVE-2026-74723
btrfs: lzo: reject inline extents without valid headers
Trending: 40

Pin to Dashboard

Verification

State: verified
Confidence: 0%

Vulnerability Timeline

CVE Published
Aug 22, 2026
Discovered by ZDM
Aug 22, 2026
Patch Available
Aug 25, 2026