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

netfs: Fix overrun check in netfs_extract_user_iter()

Fix netfs_extract_user_iter() so that if iov_iter_extract_pages() overfills
pages[], then those pages don't get included in the iterator constructed at
the end of the function. If there was an overfill, memory corruption has
already happened.
Published: 2026-07-24
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, the netfs module’s netfs_extract_user_iter() function had a bug where an overrun of the pages[] array by iov_iter_extract_pages() would allow the overfilled pages to be included in the iterator. The bug does not prevent the memory corruption that has already occurred; instead, it enables the corrupted data to be exposed or accessed by the rest of the kernel.

Affected Systems

All Linux kernel versions that include the netfs module and have not yet applied the series of commits that fix the overrun check are affected. The CPE list indicates that the issue applies to the general Linux kernel and to kernel 7.1 releases 1 to 4. No specific version numbers are provided in the official data, so any kernel prior to the application of the fix is potentially vulnerable.

Risk and Exploitability

The CVSS score of 7.8 classifies this flaw as high severity. The EPSS score of less than 1% shows a very low likelihood of public exploitation, and the vulnerability is not listed in the CISA KEV catalog. It presumably requires local access to trigger the overrun and memory corruption, but no publicly available exploits or reports of exploitation have been documented.

Generated by OpenCVE AI on August 13, 2026 at 11:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that contains the commit sequence fixing netfs_extract_user_iter() (including commits 00efe58b, 0ef37eef, 96cc3beb, afeb32d9, and f48b9157).
  • If an immediate kernel upgrade is not feasible, disable the netfs subsystem or restrict its use, and ensure that any mounts or services that may invoke the affected iterator are tightly controlled.
  • Monitor system logs, memory corruption indicators, and kernel crash dumps for unexpected behavior that could indicate exploitation of the overrun vulnerability.

Generated by OpenCVE AI on August 13, 2026 at 11:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Tue, 11 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787
CPEs cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:*

Mon, 03 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Wed, 29 Jul 2026 00:15:00 +0000


Tue, 28 Jul 2026 16:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Mon, 27 Jul 2026 05:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Fri, 24 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: netfs: Fix overrun check in netfs_extract_user_iter() Fix netfs_extract_user_iter() so that if iov_iter_extract_pages() overfills pages[], then those pages don't get included in the iterator constructed at the end of the function. If there was an overfill, memory corruption has already happened.
Title netfs: Fix overrun check in netfs_extract_user_iter()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-05T12:40:05.203Z

Reserved: 2026-07-19T15:36:31.770Z

Link: CVE-2026-64217

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-07-24T16:16:49.417

Modified: 2026-08-11T18:26:52.420

Link: CVE-2026-64217

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-24T00:00:00Z

Links: CVE-2026-64217 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T11:45:03Z

Weaknesses