Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-96378.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-96378
Upstream
Published
2026-08-15T13:17:53Z
Modified
2026-09-06T05:31:44Z
Summary
CVE-2026-74490 affecting package kernel 6.6.150.1-1
Details

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

tipc: avoid use-after-free in poll trace queue dumps

TIPC socket tracepoints dump queue state through tipcskdump(). Most queue-dump callsites already serialize that walk under the socket lock or sk->sklock.slock, but tipcpoll() calls tracetipcskpoll(..., TIPCDUMP_ALL, ...) without holding either lock.

That lets the poll trace path reach tipclistdump() and backlog head/tail dumping while another context dequeues and frees an skb, leaving the trace helper dereferencing a stale queue entry.

Stop the unlocked poll trace site from requesting queue dumps. Other queue dump trace callsites keep their existing output under the locking they already provide, while poll still emits the event itself without walking live queue members from an unlocked context.

References

Affected packages

Azure Linux:3 / kernel

Package

Name
kernel
Purl
pkg:rpm/azure-linux/kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Last affected
6.6.150.1-1

Database specific

source
"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-96378.json"