Логотип exploitDog
bind:CVE-2026-23367
Консоль
Логотип exploitDog

exploitDog

bind:CVE-2026-23367

Количество 2

Количество 2

msrc логотип

CVE-2026-23367

1 день назад

wifi: radiotap: reject radiotap with unknown bits

EPSS: Низкий
github логотип

GHSA-mg4x-3g76-43w7

2 дня назад

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.

EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
msrc логотип
CVE-2026-23367

wifi: radiotap: reject radiotap with unknown bits

0%
Низкий
1 день назад
github логотип
GHSA-mg4x-3g76-43w7

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.

2 дня назад

Уязвимостей на страницу