NONE · 0

CVE-2026-90346

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: clean up color-change beacon data on errors nl80211_color_change() calls nl80211_parse_beacon() for the beacon_next...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: clean up color-change beacon data on errors nl80211_color_change() calls nl80211_parse_beacon() for the beacon_next template, which can allocate params.beacon_next.mbssid_ies and .rnr_ies. A parsing failure returned directly instead of using the out: cleanup, leaking any allocations completed before the error. Allocate the nested attribute table before parsing beacon_next. Its allocation failure can then return before beacon data exists, while a later parsing failure uses out: to release the parsed data.

References

FAQ

What is CVE-2026-90346?

CVE-2026-90346 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: clean up color-change beacon data on errors nl80211_color_change() calls nl80211_parse_beacon() for the beacon_next...

How severe is CVE-2026-90346?

CVSS scoring is not yet available for CVE-2026-90346. Check NVD for updates.

Is there a patch for CVE-2026-90346?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.