Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-86366.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-86366
Upstream
Published
2026-05-11T08:16:16Z
Modified
2026-09-03T05:27:10Z
Summary
CVE-2026-43500 affecting package kernel for versions less than 6.6.141.1-1
Details

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

rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present

The DATA-packet handler in rxrpcinputcallevent() and the RESPONSE handler in rxrpcverifyresponse() copy the skb to a linear one before calling into the security ops only when skbcloned() is true. An skb that is not cloned but still carries externally-owned paged fragments (e.g. SKBFLSHAREDFRAG set by splice() into a UDP socket via _ipappenddata, or a chained skbhasfraglist()) falls through to the in-place decryption path, which binds the frag pages directly into the AEAD/skcipher SGL via skbtosgvec().

Extend the gate to also unshare when skbhasfraglist() or skbhassharedfrag() is true. This catches the splice-loopback vector and other externally-shared frag sources while preserving the zero-copy fast path for skbs whose frags are kernel-private (e.g. NIC page_pool RX, GRO). The OOM/trace handling already in place is reused.

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.141.1-1

Database specific

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