Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-64496— iio: event: Fix event FIFO reset race

CVSS 7.1 · High EPSS 0.18% · P8

Possible ATT&CK Techniques 1AI

T1059.004 · Unix Shell

Affected Version Matrix 18

VendorProductVersion RangeStatus
LinuxLinuxb91accafbb1031b80d22ad83576877ff2f8b4774< 9dc84ba4be5bbeb29ee49efe6cea2cb32c461424affected
b91accafbb1031b80d22ad83576877ff2f8b4774< d16a702ca7d29c0b7a9b509339d1b044a1cadb32affected
b91accafbb1031b80d22ad83576877ff2f8b4774< a13ef1adbc62085b21b546b07b0be7e2fbf52150affected
b91accafbb1031b80d22ad83576877ff2f8b4774< 0d4a646d7f87ea3625fafe387043fddc6a2f5e7faffected
b91accafbb1031b80d22ad83576877ff2f8b4774< 72c6aa8e0d74eab91b8694cde97dec088c248feeaffected
b91accafbb1031b80d22ad83576877ff2f8b4774< 9edefd4c56bee3fe331e0355d1f10a533134999daffected
b91accafbb1031b80d22ad83576877ff2f8b4774< f187dc5a4c4846ffa07d9bda6e760837ed005574affected
b91accafbb1031b80d22ad83576877ff2f8b4774< af791d295737ea6b6ff2c8d8488462a49c14af01affected
… +10 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-64496

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
iio: event: Fix event FIFO reset race
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: iio: event: Fix event FIFO reset race `iio_event_getfd()` creates the event file descriptor with `anon_inode_getfd()`, which allocates a new fd, creates the anonymous file and installs it in the process fd table before returning to the caller. The IIO code resets the event FIFO after `anon_inode_getfd()` has returned, but before `IIO_GET_EVENT_FD_IOCTL` has copied the fd number to userspace. But since fd tables are shared between threads, another thread can guess the newly allocated fd number and issue a `read()` on it as soon as the fd has been installed. This means the `kfifo_to_user()` in `iio_event_chrdev_read()` can run in parallel with the `kfifo_reset_out()` in `iio_event_getfd()`. The kfifo documentation says that `kfifo_reset_out()` is only safe when it is called from the reader thread and there is only one concurrent reader. Otherwise it is dangerous and must be handled in the same way as `kfifo_reset()`. If that happens, `kfifo_to_user()` can advance the FIFO `out` index based on state from before the reset, after the reset has already moved the `out` index to the current `in` index. That can leave the FIFO with an `out` index past the `in` index. A later `read()` can then see an underflowed FIFO length and copy more data than the event FIFO buffer contains. This can result in an out-of-bounds read and leak adjacent kernel memory to userspace. Move the FIFO reset before `anon_inode_getfd()`. At that point the event fd is marked busy, but the new fd has not been installed yet, so userspace cannot access it while the FIFO is reset.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux b91accafbb1031b80d22ad83576877ff2f8b4774 ~ 9dc84ba4be5bbeb29ee49efe6cea2cb32c461424 -
LinuxLinux 3.15 -

II. Public POCs for CVE-2026-64496

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-64496

登录查看更多情报信息。

Patches & Fixes for CVE-2026-64496 (8)

Same Patch Batch · Linux · 2026-07-25 · 274 CVEs total

CVE-2026-643979.8 CRITICALksmbd: serialize QUERY_DIRECTORY requests per file
CVE-2026-642689.8 CRITICALRDMA/siw: bound Read Response placement to the RREAD length
CVE-2026-643849.8 CRITICALsmb: client: fix change notify replay double-free
CVE-2026-643839.8 CRITICALsmb: client: fix double-free in SMB2_flush() replay
CVE-2026-643859.8 CRITICALsmb: client: fix double-free in SMB2_ioctl() replay
CVE-2026-643869.8 CRITICALsmb: client: fix query_info() replay double-free
CVE-2026-643879.8 CRITICALsmb: client: fix query directory replay double-free
CVE-2026-643919.8 CRITICALksmbd: use opener credentials for ADS I/O
CVE-2026-643999.8 CRITICALksmbd: add permission checks for FSCTL_DUPLICATE_EXTENTS_TO_FILE
CVE-2026-645239.8 CRITICALnet/handshake: Take a long-lived file reference at submit
CVE-2026-643559.8 CRITICALbpf: Reject fragmented frames in devmap
CVE-2026-644599.8 CRITICALtcp: restore RCU grace period in tcp_ao_destroy_sock
CVE-2026-644399.8 CRITICALcrypto: krb5 - filter out async aead implementations at alloc
CVE-2026-643039.8 CRITICALspi: fsl-lpspi: terminate the RX channel on TX prepare failure path
CVE-2026-644109.8 CRITICALnetfilter: flowtable: IPIP tunnel hardware offload is not yet support
CVE-2026-643929.1 CRITICALksmbd: use opener credentials for delete-on-close
CVE-2026-644509.1 CRITICALtipc: fix out-of-bounds read in broadcast Gap ACK blocks
CVE-2026-642699.1 CRITICALRDMA/rtrs-srv: Bound RDMA-Write length to chunk size in rdma_write_sg
CVE-2026-643199.1 CRITICALnvmet-auth: validate reply message payload bounds against transfer length
CVE-2026-643939.1 CRITICALksmbd: run set info with opener credentials

Showing top 20 of 274 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-64496

No comments yet


Leave a comment