SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-80616

UNKNOWN · CVSS N/A EPSS 0.18%

Source: NVD + CISA KEV + EPSS · Published 2026-08-28 · Last synced 2026-09-20

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's ieee802154 subsystem, specifically in the handling of memory allocation failures during network namespace changes and device renaming. The impact is primarily related to unnecessary logging and potential confusion from error messages generated by the WARN_ON() call, which could obscure more critical issues. Linux kernel maintainers and developers working with the ieee802154 subsystem should prioritize addressing this to enhance system stability and clarity in error reporting.

CVE
CVE-2026-80616
Severity
UNKNOWN
CVSS
N/A
EPSS
0.18%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: ieee802154: Avoid calling WARN_ON() on -ENOMEM in cfg802154_switch_netns() It's pointless to call WARN_ON() in case of an allocation failure in dev_change_net_namespace() and device_rename(), since it only leads to useless splats caused by deliberate fault injections, so avoid it. Found by Linux Verification Center (linuxtesting.org) with Syzkaller.