Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-90455.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-90455
Upstream
Published
2026-06-25T09:16:33Z
Modified
2026-08-28T17:48:11.534599385Z
Summary
CVE-2026-53157 affecting package kernel for versions less than 6.6.144.1-1
Details

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

net: phonet: free phonet_device after RCU grace period

phonetdevicedestroy() removes a phonetdevice from the per-net device list with listdel_rcu(), but frees it immediately. RCU readers walking the same list can still hold a pointer to the object after it has been removed, leading to a slab-use-after-free.

Use kfreercu(), matching the lifetime rule already used by phonetaddress_del() for the same object type.

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
Fixed
6.6.144.1-1

Database specific

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