CVE & CISA-KEV Catalog

CVE-2025-71201

HIGH
7.1
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix early read unlock of page with EOF in middle The read result collection for buffered reads seems to run ahead of the completion of subrequests under some circumstances, as can be seen in the following log snippet: 9p_client_res: client 18446612686390831168 response P9_TREAD tag 0 err 0 ... netfs_sreq: R=00001b55[1] DOWN TERM f=192 s=0 5fb2/5fb2 s=5 e=0 ... netfs_collect_folio: R=00001b55 ix=00004 r=4000-5000 t=4000/5fb2 netfs_folio: i=157f3 ix=00004-00004 read-done netfs_folio: i=157f3 ix=00004-00004 read-unlock netfs_collect_folio: R=00001b55 ix=00005 r=5000-5fb2 t=5000/5fb2 netfs_folio: i=157f3 ix=00005-00005 read-done netfs_folio: i=157f3 ix=00005-00005 read-unlock ... netfs_collect_stream: R=00001b55[0:] cto=5fb2 frn=ffffffff netfs_collect_state: R=00001b55 col=5fb2 cln=6000 n=c netfs_collect_stream: R=00001b55[0:] cto=5fb2 frn=ffffffff netfs_collect_state: R=00001b55 col=5fb2 cln=6000 n=8 ... netfs_sreq: R=00001b55[2] ZERO SUBMT f=000 s=5fb2 0/4e s=0 e=0 netfs_sreq: R=00001b55[2] ZERO TERM f=102 s=5fb2 4e/4e s=5 e=0 The 'cto=5fb2' indicates the collected file pos we've collected results to so far - but we still have 0x4e more bytes to go - so we shouldn't have collected folio ix=00005 yet. The 'ZERO' subreq that clears the tail happens after we unlock the folio, allowing the application to see the uncleared tail through mmap. The problem is that netfs_read_unlock_folios() will unlock a folio in which the amount of read results collected hits EOF position - but the ZERO subreq lies beyond that and so happens after. Fix this by changing the end check to always be the end of the folio and never the end of the file. In the future, I should look at clearing to the end of the folio here rather than adding a ZERO subreq to do this. On the other hand, the ZERO subreq can run in parallel with an async READ subreq. Further, the ZERO subreq may still be necessary to, say, handle extents in a ceph file that don't have any backing store and are thus implicitly all zeros. This can be reproduced by creating a file, the size of which doesn't align to a page boundary, e.g. 24998 (0x5fb2) bytes and then doing something like: xfs_io -c "mmap -r 0 0x6000" -c "madvise -d 0 0x6000" \ -c "mread -v 0 0x6000" /xfstest.test/x The last 0x4e bytes should all be 00, but if the tail hasn't been cleared yet, you may see rubbish there. This can be reproduced with kafs by modifying the kernel to disable the call to netfs_read_subreq_progress() and to stop afs_issue_read() from doing the async call for NETFS_READAHEAD. Reproduction can be made easier by inserting an mdelay(100) in netfs_issue_read() for the ZERO-subreq case. AFS and CIFS are normally unlikely to show this as they dispatch READ ops asynchronously, which allows the ZERO-subreq to finish first. 9P's READ op is completely synchronous, so the ZERO-subreq will always happen after. It isn't seen all the time, though, because the collection may be done in a worker thread.

How to fix

Remediation Available
linuxDebian
Fixed in:6.18.8-1CVE-2025-71201
kernelRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernelRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64kRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debugRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-develRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-modulesRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-modules-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-modules-extraRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-abi-stablelistsRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debugRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debugRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-develRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-devel-matchedRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-modulesRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-modules-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-modules-extraRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-uki-virtRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debuginfo-common-s390xRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-develRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-develRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-devel-matchedRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-docRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-docRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-modulesRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-modules-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-modules-extraRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-modules-extra-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-modules-extra-matchedRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rtRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rtRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64kRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64kRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debugRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-develRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-modulesRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-develRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-modulesRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-modules-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-64k-modules-extraRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debugRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debugRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-develRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-modulesRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-modules-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-modules-extraRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-develRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-develRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-modulesRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-modules-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-modules-extraRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-toolsRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-toolsRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-tools-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-tools-libsRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-tools-libsRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-tools-libs-develRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-uki-virtRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-uki-virt-addonsRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdumpRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-develRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-modulesRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-modules-coreRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-modules-extraRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
libperfRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
libperfRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
libperf-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
libperf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
perfRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
perfRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
perf-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
python3-perfRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
python3-perfRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
python3-perf-debuginfoRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
rtlaRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
rtlaRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
rvRed Hat / RHEL
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
rvRocky
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095
Fixed in:0:6.12.0-124.8.1.el10_1RHSA-2025:20095

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H

Exploit Intelligence

0.12%probability of exploitation in 30 days
2ndpercentile

Low risk: more likely to be exploited than 2% of all known CVEs.

References

Related Vulnerabilities

Other CWE-125 (Out-of-bounds Read) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2014-0160High7.5100%KEVFix
CVE-2025-5777High7.5100%KEV + RansomFix
CVE-2021-4034High7.895%KEVFix
CVE-2023-21769High7.592%-Fix
CVE-2023-49285High8.689%-Fix
CVE-2020-8794Critical9.889%-Fix
Embed a live status badge for CVE-2025-71201
CVE-2025-71201 severity badge

Markdown

[![CVE-2025-71201](https://tridentstack.com/cve/badge/CVE-2025-71201.svg)](https://tridentstack.com/cve/CVE-2025-71201)

HTML

<a href="https://tridentstack.com/cve/CVE-2025-71201"><img src="https://tridentstack.com/cve/badge/CVE-2025-71201.svg" alt="CVE-2025-71201"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-03-17.