目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2022-48651— Linux kernel 安全漏洞

一分钟漏洞结论

影响对象
Linux Linux
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于未设置 skb->mac_header 导致出现出界错误。

AI 预测 5.5 利用难度: 中等 EPSS 0.25% · P17

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux 2ad7bf3638411cb547f2823df08166c13ab04269< e2b46cd5796f083e452fbc624f65b80328b0c1a4 affected
2ad7bf3638411cb547f2823df08166c13ab04269< 25efdbe5fe542c3063d1948cc4e98abcb57621ca affected
2ad7bf3638411cb547f2823df08166c13ab04269< bffcdade259c05ab3436b5fab711612093c275ef affected
2ad7bf3638411cb547f2823df08166c13ab04269< 346e94aa4a99378592c46d6a34c72703a32bd5be affected
2ad7bf3638411cb547f2823df08166c13ab04269< ab4a733874ead120691e8038272d22f8444d3638 affected
2ad7bf3638411cb547f2823df08166c13ab04269< 8d06006c7eb75587d986da46c48ba9274f94e8e7 affected
2ad7bf3638411cb547f2823df08166c13ab04269< b583e6b25bf9321c91154f6c78d2173ef12c4241 affected
2ad7bf3638411cb547f2823df08166c13ab04269< 81225b2ea161af48e093f58e8dfee6d705b16af4 affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2022-48651 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header If an AF_PACKET socket is used to send packets through ipvlan and the default xmit function of the AF_PACKET socket is changed from dev_queue_xmit() to packet_direct_xmit() via setsockopt() with the option name of PACKET_QDISC_BYPASS, the skb->mac_header may not be reset and remains as the initial value of 65535, this may trigger slab-out-of-bounds bugs as following: ================================================================= UG: KASAN: slab-out-of-bounds in ipvlan_xmit_mode_l2+0xdb/0x330 [ipvlan] PU: 2 PID: 1768 Comm: raw_send Kdump: loaded Not tainted 6.0.0-rc4+ #6 ardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.14.0-1.fc33 all Trace: print_address_description.constprop.0+0x1d/0x160 print_report.cold+0x4f/0x112 kasan_report+0xa3/0x130 ipvlan_xmit_mode_l2+0xdb/0x330 [ipvlan] ipvlan_start_xmit+0x29/0xa0 [ipvlan] __dev_direct_xmit+0x2e2/0x380 packet_direct_xmit+0x22/0x60 packet_snd+0x7c9/0xc40 sock_sendmsg+0x9a/0xa0 __sys_sendto+0x18a/0x230 __x64_sys_sendto+0x74/0x90 do_syscall_64+0x3b/0x90 entry_SYSCALL_64_after_hwframe+0x63/0xcd The root cause is: 1. packet_snd() only reset skb->mac_header when sock->type is SOCK_RAW and skb->protocol is not specified as in packet_parse_headers() 2. packet_direct_xmit() doesn't reset skb->mac_header as dev_queue_xmit() In this case, skb->mac_header is 65535 when ipvlan_xmit_mode_l2() is called. So when ipvlan_xmit_mode_l2() gets mac header with eth_hdr() which use "skb->head + skb->mac_header", out-of-bound access occurs. This patch replaces eth_hdr() with skb_eth_hdr() in ipvlan_xmit_mode_l2() and reset mac header in multicast to solve this out-of-bound bug.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于未设置 skb->mac_header 导致出现出界错误。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 2ad7bf3638411cb547f2823df08166c13ab04269 ~ e2b46cd5796f083e452fbc624f65b80328b0c1a4 -
Linux Linux 3.19 -

二、漏洞 CVE-2022-48651 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2022-48651 的情报信息

登录查看更多情报信息。

CVE-2022-48651 其他参考 (6)

同批安全公告 · Linux · 2024-04-28 · 共 40 条

CVE-2022-48666 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2022-48652 8.8 HIGH Linux kernel 安全漏洞
CVE-2022-48632 7.8 HIGH Linux kernel 安全漏洞
CVE-2022-48636 7.8 HIGH Linux kernel 安全漏洞
CVE-2022-48637 7.8 HIGH Linux kernel 安全漏洞
CVE-2022-48658 7.5 HIGH Linux kernel 安全漏洞
CVE-2022-48665 7.1 HIGH Linux kernel 安全漏洞
CVE-2022-48654 7.1 HIGH Linux kernel 安全漏洞
CVE-2022-48644 Linux kernel 安全漏洞
CVE-2022-48648 Linux kernel 安全漏洞
CVE-2022-48643 Linux kernel 安全漏洞
CVE-2022-48642 Linux kernel 安全漏洞
CVE-2022-48641 Linux kernel 安全漏洞
CVE-2022-48640 Linux kernel 安全漏洞
CVE-2022-48639 Linux kernel 安全漏洞
CVE-2022-48638 Linux kernel 安全漏洞
CVE-2022-48635 Linux kernel 安全漏洞
CVE-2022-48634 Linux kernel 安全漏洞
CVE-2022-48633 Linux kernel 安全漏洞
CVE-2022-48631 Linux kernel 安全漏洞

显示前 20 条,共 40 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2022-48651

暂无评论


发表评论