Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-96213.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-96213
Upstream
Published
2026-08-15T13:17:54Z
Modified
2026-09-04T05:27:10Z
Summary
CVE-2026-74496 affecting package kernel 6.6.150.1-1
Details

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

fou: Fix use-after-free in fou_create()

foucreate() publishes struct fou through skuserdata before adding the new FOU port to the per-netns list. If fouaddtoportlist() fails, the error path frees fou while it is still reachable through skuserdata. A concurrent receive can then dereference the freed object in foufrom_sock().

This ordering issue was previously noted in the linked discussion.

The failure is reachable when local port 0 is requested. Each socket binds to a different ephemeral port, but foucfgcmp() compares the requested port 0 and reports -EALREADY once an entry already exists.

Release the tunnel socket before freeing fou so skuserdata is cleared first, and defer reclamation with kfreercu() to protect concurrent RCU readers. This matches the lifetime handling in fourelease().

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