🛡️ CVE-2022-50706 on Debian — linux
Description
In the Linux kernel, the following vulnerability has been resolved: net/ieee802154: don't warn zero-sized raw_sendmsg() syzbot is hitting skb_assert_len() warning at __dev_queue_xmit() [1], for PF_IEEE802154 socket's zero-sized raw_sendmsg() request is hitting __dev_queue_xmit() with skb->len == 0. Since PF_IEEE802154 socket's zero-sized raw_sendmsg() request was able to return 0, don't call __dev_queue_xmit() if packet length is 0. ---------- #include <sys/socket.h> #include <netinet/in.h> int main(int argc, char *argv[]) { struct sockaddr_in addr = { .sin_family = AF_INET, .sin_addr.s_addr = htonl(INADDR_LOOPBACK) }; struct iovec iov = { }; struct msghdr hdr = { .msg_name = &addr, .msg_namelen = sizeof(addr), .msg_iov = &iov, .msg_iovlen = 1 }; sendmsg(socket(PF_IEEE802154, SOCK_RAW, 0), &hdr, 0); return 0; } ---------- Note that this might be a sign that commit fd1894224407c484 ("bpf: Don't redirect packets with invalid pkt_len") should be reverted, for skb->len == 0 was acceptable for at least PF_IEEE802154 socket.
Distribution advisory
This page covers CVE-2022-50706 as tracked by Debian, for the package linux. The fix is available in version 6.0.3-1; earlier versions remain affected.
Affected software
DEBIAN-CVE-2022-50706 is recorded against 1 package.
- linux (fixed in 6.0.3-1)
Timeline and source
Published on 24 December 2025 and last revised on 4 August 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.
References
CVE-2022-50706 on other distributions
Each distribution ships its own build and its own fixed version. Pick the one you run:
Details
Affected Packages
| Software | From version | Fixed in |
|---|---|---|
| linux | — | 6.0.3-1 |
References
Similar Threats
- Unknown CGA-23jx-hhcx-m389
- Unknown CGA-2qp7-6757-fmgc
- Unknown CGA-2rj5-jc55-r267
- Unknown CGA-3m96-cwq8-6xmx
- Unknown CGA-3qj9-973w-fh9g
More DEBIAN CVE 2022 advisories
Browse all of DEBIAN CVE 2022 in the advisory index.
- DEBIAN-CVE-2022-50698
- DEBIAN-CVE-2022-50699
- DEBIAN-CVE-2022-50700
- DEBIAN-CVE-2022-50701
- DEBIAN-CVE-2022-50702
- DEBIAN-CVE-2022-50703
- DEBIAN-CVE-2022-50704
- DEBIAN-CVE-2022-50705
- DEBIAN-CVE-2022-50707
- DEBIAN-CVE-2022-50708
- DEBIAN-CVE-2022-50709
- DEBIAN-CVE-2022-50710
- DEBIAN-CVE-2022-50711
- DEBIAN-CVE-2022-50712
- DEBIAN-CVE-2022-50713
- DEBIAN-CVE-2022-50714
Free Vulnerability Check
Is your site affected by DEBIAN-CVE-2022-50706?
BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against DEBIAN-CVE-2022-50706 and other known CVE records.
Scan My Site Free →No credit card required · Results in minutes
ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.