CVE-2026-23367
Published: Mar 25, 2026
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: radiotap: reject radiotap with unknown bits The radiotap parser is currently only used with the radiotap namespace (not with vendor namespaces), but if the undefined field 18 is used, the alignment/size is unknown as well. In this case, iterator->_next_ns_data isn't initialized (it's only set for skipping vendor namespaces), and syzbot points out that we later compare against this uninitialized value. Fix this by moving the rejection of unknown radiotap fields down to after the in-namespace lookup, so it will really use iterator->_next_ns_data only for vendor namespaces, even in case undefined fields are present.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 33e5a2f776e331dc8a4379b6efb660d38f182d96 - < 6f80f6a60f5d87e5de5fb2732751fce799991c24affected 33e5a2f776e331dc8a4379b6efb660d38f182d96 - < d1d1d3c50095928624a95b67a6d7ccc3a18f2215affected 33e5a2f776e331dc8a4379b6efb660d38f182d96 - < 703fa979badbba83d31cd011606d060bfb8b0d1daffected 33e5a2f776e331dc8a4379b6efb660d38f182d96 - < 129c8bb320a7cef692c78056ef8e89a2a12ba448affected 33e5a2f776e331dc8a4379b6efb660d38f182d96 - < 2a60c588d5d39ad187628f58395c776a97fd4323+3 more versions |
Linux | Linux | affected 2.6.34unaffected 0 - < 2.6.34unaffected 5.10.253 - <= 5.10.*unaffected 5.15.203 - <= 5.15.*unaffected 6.1.167 - <= 6.1.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now