Bug 2525451 (CVE-2026-80616) - CVE-2026-80616 kernel: ieee802154: Avoid calling WARN_ON() on -ENOMEM in cfg802154_switch_netns()
Summary: CVE-2026-80616 kernel: ieee802154: Avoid calling WARN_ON() on -ENOMEM in cfg8...
Keywords:
Status: NEW
Alias: CVE-2026-80616
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-28 07:45 UTC by OSIDB Bzimport
Modified: 2026-09-01 11:31 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-28 07:45:39 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.