CVE-2026-64571

Source
https://cve.org/CVERecord?id=CVE-2026-64571
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64571.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64571
Downstream
Published
2026-08-05T08:08:08.466Z
Modified
2026-08-06T03:48:34.414321535Z
Summary
wifi: p54: validate RX frame length in p54_rx_eeprom_readback()
Details

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

wifi: p54: validate RX frame length in p54rxeeprom_readback()

p54rxeepromreadback() copies the requested EEPROM slice out of a device-supplied readback frame without checking that the skb actually holds that many bytes. Commit da1b9a55ff11 ("wifi: p54: prevent buffer-overflow in p54rxeepromreadback()") closed the destination overflow by copying a fixed priv->eepromslicesize (and rejecting a mismatched advertised len), but the source side is still unbounded: nothing verifies the frame is long enough to supply that many bytes.

A malicious USB device can send a short frame whose advertised len matches priv->eepromslicesize while the payload is truncated. The equality check passes and memcpy() reads past the end of the skb, leaking adjacent heap:

BUG: KASAN: slab-out-of-bounds in p54_rx (drivers/net/wireless/intersil/p54/txrx.c:507) Read of size 1016 at addr ffff88800f077114 by task swapper/0/0 Call Trace: <IRQ> ... __asanmemcpy (mm/kasan/shadow.c:105) p54rx (drivers/net/wireless/intersil/p54/txrx.c:507) p54urxcb (drivers/net/wireless/intersil/p54/p54usb.c:163) _usbhcdgivebackurb (drivers/usb/core/hcd.c:1657) dummytimer (drivers/usb/gadget/udc/dummyhcd.c:2005) ... </IRQ>

The buggy address belongs to the object at ffff88800f0770c0 which belongs to the cache skbuffsmallhead of size 704 The buggy address is located 84 bytes inside of allocated 704-byte region [ffff88800f0770c0, ffff88800f077380)

Check that the slice fits in the skb before copying.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64571.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
7cb770729ba895f73253dfcd46c3fcba45d896f9
Fixed
25c3b85af3fc4f8043159b14e65790fc3bbdaf48
Fixed
f46f8f9c43fd02f4dd5f716d4bda296a523c04f0
Fixed
d38f5d868a0a4770e3bcd0925e16c46acdbc9509
Fixed
9096e1f7014174067239a63df18ae5f28301990d
Fixed
ebd6d37fa94bee929e0b4c9ca19fdf9b1dcf6cea

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64571.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.28
Fixed
6.6.148
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.101
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.42
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64571.json"