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

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

xdp: reject clones that overrun skbsharedinfo tailroom

xdpfclone() clones broadcast copies into a single page and sets framesz to PAGE_SIZE. __xdpbuildskbfromframe() later treats that page like a normal XDP frame and expects the usual skbsharedinfo tailroom at the end of the buffer.

The current check only rejects frames whose linear xdpframe header, headroom, and packet data exceed PAGESIZE. A source frame backed by a larger allocation can still satisfy that check while extending into the clone's required shared-info area. When such a clone is converted back into an skb, buildskbaround() places skbsharedinfo over live packet bytes and later writes can corrupt XDP return metadata.

Reject clones unless their linear area fits inside SKBWITHOVERHEAD(PAGE_SIZE), matching the tailroom requirement already enforced by the XDP-to-skb conversion path.

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