CVE-2026-63869
Last modified
CVE-2026-63869 is a high-severity vulnerability rated 7.6/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: limit injected antenna index in ieee80211_parse_tx_radiotap When parsing the radiotap header of an injected frame, ieee80211_parse_tx_radiotap() uses the IEEE80211_RADIOTAP_ANTENNA value directly as a shift count: info->control.antennas |= BIT(*iterator.this_arg); *iterator.this_arg is an 8-bit value taken straight from the frame supplied by userspace, so BIT() can be asked to shift by up to 255. That is undefined behaviour on the unsigned long and is reported by UBSAN: UBSAN: shift-out-of-bounds in net/mac80211/tx.c:2174:30 shift exponent 235 is too large for 64-bit type 'unsigned long' Call Trace: ieee80211_parse_tx_radiotap+0xadb/0x1950 net/mac80211/tx.c:2174 ieee80211_monitor_start_xmit+0xb1f/0x1250 net/mac80211/tx.c:2451 ... packet_sendmsg+0x3eb6/0x50f0 net/packet/af_packet.c:3109 info->control.antennas is a 2-bit bitmap (u8 antennas:2), so only antenna indices 0 and 1 can ever be represented. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: limit injected antenna index in ieee80211_parse_tx_radiotap When parsing the radiotap header of an injected frame, ieee80211_parse_tx_radiotap() uses the IEEE80211_RADIOTAP_ANTENNA value directly as a shift count: info->control.antennas |= BIT(*iterator.this_arg); *iterator.this_arg is an 8-bit value taken straight from the frame supplied by userspace, so BIT() can be asked to shift by up to 255. That is undefined behaviour on the unsigned long and is reported by UBSAN: UBSAN: shift-out-of-bounds in net/mac80211/tx.c:2174:30 shift exponent 235 is too large for 64-bit type 'unsigned long' Call Trace: ieee80211_parse_tx_radiotap+0xadb/0x1950 net/mac80211/tx.c:2174 ieee80211_monitor_start_xmit+0xb1f/0x1250 net/mac80211/tx.c:2451 ... packet_sendmsg+0x3eb6/0x50f0 net/packet/af_packet.c:3109 info->control.antennas is a 2-bit bitmap (u8 antennas:2), so only antenna indices 0 and 1 can ever be represented. Ignore any larger value instead of shifting out of bounds.
Metrics
CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ef246a1480cc484cd2aeda75737cb0848616ddf3, < f6d3dc8e8492bf8435e0b23c99472af7bafd6b44; >= ef246a1480cc484cd2aeda75737cb0848616ddf3, < 9b40c59bab08f2a99abf969cc0bb92fa49de004b; >= ef246a1480cc484cd2aeda75737cb0848616ddf3, < 033ce021a220913ac02416fcb5ac883a9ff8b6c7; >= ef246a1480cc484cd2aeda75737cb0848616ddf3, < 6c0cf89f36ac0c0fd8687a4ccdce2efb23a9c663 |
| Linux | Linux | 6.7 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-63869?
How severe is CVE-2026-63869?
How do I fix CVE-2026-63869?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-63863In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-63864In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-63865In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-63866In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-63867In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-63868In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63870In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63871In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63872Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-63873In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63874In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63875In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-63869?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
