PatchSiren cyber security CVE debrief
CVE-2026-31779 Linux CVE debrief
CVE-2026-31779 is a Linux kernel vulnerability in the iwlwifi mvm path where insufficient length validation around a memcpy can let results->matches pick up unwanted data. NVD classifies it as CWE-125 and rates it 8.1 High, with adjacent-network attack conditions and no privileges or user interaction required. The issue was found by the Linux Verification Center (linuxtesting.org) with SVACE, and NVD lists multiple kernel patch references for remediation.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 8.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-01
- Original CVE updated
- 2026-05-11
- Advisory published
- 2026-05-01
- Advisory updated
- 2026-05-11
Who should care
Linux kernel maintainers, distribution security teams, and operators of systems that use Intel Wi‑Fi hardware and the iwlwifi driver should care most. Security teams managing desktops, laptops, and embedded devices with active wireless use should prioritize validation and patch rollout.
Technical summary
The flaw is described as a potential out-of-bounds read in iwl_mvm_nd_match_info_handler(). The root issue is that memcpy assumes notif->matches is large enough for the bytes being copied; if the packet length checks are not strict enough, results->matches may contain unintended data. NVD maps the issue to CWE-125 and lists CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H.
Defensive priority
High. The CVSS score is 8.1 and the attack vector is adjacent, which makes timely patching important for any environment that exposes Intel wireless networking on Linux systems.
Recommended defensive actions
- Apply the Linux kernel fixes referenced by NVD for CVE-2026-31779.
- Prioritize patched kernel builds for affected branches listed by NVD, including 6.1, 6.2, 6.7, 6.13, 6.19, and 7.0 release candidates.
- If immediate patching is not possible, reduce exposure by limiting unnecessary wireless operation on vulnerable systems where operationally feasible.
- Track vendor kernel backports from your distribution, since this is a kernel driver issue and fixes may arrive through distro security updates.
- Verify deployed kernels against the affected version ranges before declaring systems remediated.
Evidence notes
All statements are based on the supplied CVE description and NVD metadata. NVD identifies the weakness as CWE-125 and provides CVSS vector CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H. NVD also lists affected kernel version ranges and multiple stable.kernel.org patch references. No exploit details beyond the provided description are included.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-31779 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-31779
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-31779 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-31779
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/744fabc338e87b95c4d1ff7c95bc8c0f834c6d99
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/ca0e9491b98ca4c5b44204b0b3dd8062a3b5fba2
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/dd90880eb5ec5442b37eb2b95688f4a63f4883e3
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/e67d8c626ace80b0fa2b48c8ec0a46b508c93442
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/f6abac936a0dfd31d6c3e49205ec0ee75a8f887f
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/ffbed27ba15ef80d1c622eeedbfef03e501ae134
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.