CVE-2026-74587

Source
https://cve.org/CVERecord?id=CVE-2026-74587
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74587.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74587
Downstream
Published
2026-08-22T15:31:39.810Z
Modified
2026-08-24T11:47:06.483390401Z
Summary
sctp: fix use-after-free of cached ASCONF chunk
Details

In the Linux kernel, the following vulnerability has been resolved:

sctp: fix use-after-free of cached ASCONF chunk

addiplastasconf caches the outstanding outbound ASCONF chunk. The normal ASCONF-ACK completion path releases the chunk and clears the pointer.

However, sctpasconfqueueteardown() releases the cached chunk without clearing addiplastasconf. During peer restart handling, sctpsfdodupcooka() queues SCTPCMDPURGEASCONFQUEUE, which invokes sctpasconfqueueteardown() while the association remains alive and leaves the pointer dangling.

A delayed authenticated ASCONF-ACK can then reach sctpsfdoasconfack(), which accesses the stale chunk and passes it to sctpprocessasconf_ack(), causing a use-after-free and a second release.

Clearing the pointer exposes a race with T4 expiry. Peer restart handling queues the timer stop before the purge, but SCTPCMDTIMERSTOP uses timerdelete(), which does not wait for a callback already running on another CPU. Such a callback can reach sctpsft4timerexpire() after the purge and dereference NULL.

Clear addiplastasconf after releasing the cached chunk, and make sctpsft4timerexpire() consume a stale T4 expiry if no outstanding ASCONF remains.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74587.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
a000c01e60e40e15304ffe48fff051d17a7bea91
Fixed
10459b03e2d9ee12435e96f587de4d4cacdbf435
Fixed
e1bb114e09372fd6e03387ced9ef566da336ed6c
Fixed
179676f0166230c80053a392303485b37c93dd33
Fixed
dc67d528c2fa939cec7fe3bf7f3089c8d281ca3d
Fixed
618b5c6d049896fcfabb91afc072954c92cb2693
Fixed
07daf4f9750104960a1d60831b2353c0d41f35fb
Fixed
d949992bc3f00027a2c755e860a11950c75f6073
Fixed
8c283e7b56adce00193837f3311b06662466fb21

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74587.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.0.0
Fixed
5.10.265
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.216
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.183
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.152
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.104
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.45
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.9

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74587.json"