CVE-2026-74688
Last modified
CVE-2026-74688 is a vulnerability of currently unknown severity. 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.
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 Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8a07eb0a50aebc8c95478d49c28c7f8419a26cef, < dbb3f418a8665ffb0514e1a9520ab6a1c5d4d886; >= 8a07eb0a50aebc8c95478d49c28c7f8419a26cef, < fad4766a74220fe579c6fcaa10ba01c23529814f; >= 8a07eb0a50aebc8c95478d49c28c7f8419a26cef, < 936658ec41c28c397ef390140e02d4c91ade92f0; >= 8a07eb0a50aebc8c95478d49c28c7f8419a26cef, < 8de65194a04d2552cd39b6c67d942d490f22d174; >= 8a07eb0a50aebc8c95478d49c28c7f8419a26cef, < 6160e756db81d6cb63e3e2952efcf6c5134be385; >= 8a07eb0a50aebc8c95478d49c28c7f8419a26cef, < 18d704bdd809377dfd81a3c2f42426763b5da227; >= 8a07eb0a50aebc8c95478d49c28c7f8419a26cef, < 4d6b9cac6df5e0cfef1a66b3edd7aebdb9e4b7e7; >= 8a07eb0a50aebc8c95478d49c28c7f8419a26cef, < c9158ceaf27780ef64534ad72f44ffde3f8ccc49 |
| Linux | Linux | 3.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74688?
How severe is CVE-2026-74688?
How do I fix CVE-2026-74688?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74682In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74683In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74684In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74685In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74686In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74687In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74689In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7469A vulnerability was detected in Tenda 4G300 US_4G300V1.0Mt_V…6.3
- CVE-2026-74690In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74691In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74692In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74693In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74688?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
