Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-97124.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-97124
Upstream
Published
2026-08-22T16:16:33Z
Modified
2026-08-29T05:27:27Z
Summary
CVE-2026-74608 affecting package kernel 6.6.150.1-1
Details

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

smb: client: Fix use-after-free in cifstryadding_channels()

cifstryaddingchannels() takes a temporary reference to an interface before dropping ifacelock. If cifssesaddchannel() fails, it drops that reference and then increments iface->weightfulfilled.

A concurrent interface list refresh can remove the list reference while channel creation is in progress. In that case, the failure-path krefput() releases the last reference and frees iface. Updating weightfulfilled afterward then accesses freed memory.

Increment weight_fulfilled before dropping the temporary reference, keeping iface alive for the final access.

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-97124.json"