Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-96369.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-96369
Upstream
Published
2026-08-15T13:17:52Z
Modified
2026-08-31T05:26:27Z
Summary
CVE-2026-74474 affecting package kernel 6.6.150.1-1
Details

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

vxlan: use pskbnetworkmay_pull() for transmit path header pulls

In vxlanxmit(), arpreduce(), and vxlanmdbentryskbget(), pskbmaypull() was being called to verify the availability of network layer headers (ARP, IPv6/ND, IP/IPv6 MDB keys).

However, during transmit skb->data points to the MAC header, so skbnetworkoffset(skb) is ETHHLEN (14 bytes). Using pskbmaypull(skb, len) only checks len bytes from skb->data rather than skbnetwork_offset(skb) + len, which can leave part of the network header in non-linear frags.

Replace these remaining pskbmaypull() calls with pskbnetworkmay_pull() to properly account for the MAC header offset.

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