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

net: devmem: prevent net-iov / page mixing

We should either have net_iov or page backed frags in a single skb,
otherwise it blows up down the stack. Don't allow mixing in
zerocopy_fill_skb_from_devmem().
Published: 2026-08-22
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Apply Patch
AI Analysis

Impact

The kernel bug allows a mix of net_iov and page-backed fragments when assembling a socket buffer, which can cause a stack overflow that results in a kernel panic. This crash brings the entire system down, terminating all kernel operations and rendering the host unavailable to legitimate workloads. The flaw is a classic buffer access misuse, classified as a remote denial‑of‑service vulnerability.

Affected Systems

All Linux kernel implementations are potentially affected because the vulnerability resides in core networking code and no specific kernel release is listed. Systems running kernel versions that do not yet include the patch, identified in the advisory as the fix for devmem zero‑copy handling, could be impacted until the update is applied.

Risk and Exploitability

Based on the description, it is inferred that the vulnerability can be triggered by specially crafted network traffic that forces the kernel to mix net_iov and page-backed fragments during zero-copy operations. The CVSS score of 7.8 indicates high severity, while the EPSS score of less than 1% reflects a low exploitation probability. The flaw is not currently listed in the CISA KEV catalog, suggesting no known active exploitation. Because the bug is triggered within kernel networking internals, the attack can be performed remotely via malicious traffic patterns and is typically considered a remote denial‑of-service vulnerability.

Generated by OpenCVE AI on August 25, 2026 at 13:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that includes the devmem zero-copy patch.
  • If immediate patching is not possible, disable zero-copy networking on affected interfaces by setting the appropriate sysctl or compiling the kernel without the feature.
  • Restrict inbound traffic to trusted sources and block or rate-limit zero-copy traffic until the patch is installed.
  • Consider isolating the affected network interfaces in a separate namespace or using a firewall to prevent accidental exploitation.

Generated by OpenCVE AI on August 25, 2026 at 13:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-843
References
Metrics threat_severity

None

threat_severity

Moderate


Tue, 25 Aug 2026 10:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-121

Tue, 25 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Tue, 25 Aug 2026 05:45: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'}


Sat, 22 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Sat, 22 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: devmem: prevent net-iov / page mixing We should either have net_iov or page backed frags in a single skb, otherwise it blows up down the stack. Don't allow mixing in zerocopy_fill_skb_from_devmem().
Title net: devmem: prevent net-iov / page mixing
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-25T05:40:50.784Z

Reserved: 2026-08-15T05:44:03.921Z

Link: CVE-2026-74627

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-22T16:16:35.630

Modified: 2026-08-25T06:18:41.313

Link: CVE-2026-74627

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-22T00:00:00Z

Links: CVE-2026-74627 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T13:45:04Z

Weaknesses
  • CWE-121

    Stack-based Buffer Overflow

  • CWE-843

    Access of Resource Using Incompatible Type ('Type Confusion')