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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 5.5 利用难度: 中等 EPSS 0.21% · P11

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinux3ce62a84d53cd3d3cc5377bbf339e9b08ddf9c36< 9a8736b2da28b24f01707f592ff059b9f90a058caffected
3ce62a84d53cd3d3cc5377bbf339e9b08ddf9c36< c71bf3229f9e9dd60ba02f5a5be02066edf57012affected
3ce62a84d53cd3d3cc5377bbf339e9b08ddf9c36< 24888915364cfa410de62d8abb5df95c3b67455daffected
3ce62a84d53cd3d3cc5377bbf339e9b08ddf9c36< 9588ac2eddc2f223ebcebf6e9f5caed84d32922baffected
3ce62a84d53cd3d3cc5377bbf339e9b08ddf9c36< f4c63b24dea9cc2043ff845dcca9aaf8109ea38aaffected
3ce62a84d53cd3d3cc5377bbf339e9b08ddf9c36< b11781515208dd31fbcd0b664078dce5dc44523faffected
3ce62a84d53cd3d3cc5377bbf339e9b08ddf9c36< 72124e65a70b84e6303a5cd21b0ac1f27d7d61a4affected
3ce62a84d53cd3d3cc5377bbf339e9b08ddf9c36< 9995b408f17ff8c7f11bc725c8aa225ba3a63b1caffected
… +10 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
net: ipv6: ensure we call ipv6_mc_down() at most once
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: net: ipv6: ensure we call ipv6_mc_down() at most once There are two reasons for addrconf_notify() to be called with NETDEV_DOWN: either the network device is actually going down, or IPv6 was disabled on the interface. If either of them stays down while the other is toggled, we repeatedly call the code for NETDEV_DOWN, including ipv6_mc_down(), while never calling the corresponding ipv6_mc_up() in between. This will cause a new entry in idev->mc_tomb to be allocated for each multicast group the interface is subscribed to, which in turn leaks one struct ifmcaddr6 per nontrivial multicast group the interface is subscribed to. The following reproducer will leak at least $n objects: ip addr add ff2e::4242/32 dev eth0 autojoin sysctl -w net.ipv6.conf.eth0.disable_ipv6=1 for i in $(seq 1 $n); do ip link set up eth0; ip link set down eth0 done Joining groups with IPV6_ADD_MEMBERSHIP (unprivileged) or setting the sysctl net.ipv6.conf.eth0.forwarding to 1 (=> subscribing to ff02::2) can also be used to create a nontrivial idev->mc_list, which will the leak objects with the right up-down-sequence. Based on both sources for NETDEV_DOWN events the interface IPv6 state should be considered: - not ready if the network interface is not ready OR IPv6 is disabled for it - ready if the network interface is ready AND IPv6 is enabled for it The functions ipv6_mc_up() and ipv6_down() should only be run when this state changes. Implement this by remembering when the IPv6 state is ready, and only run ipv6_mc_down() if it actually changed from ready to not ready. The other direction (not ready -> ready) already works correctly, as: - the interface notification triggered codepath for NETDEV_UP / NETDEV_CHANGE returns early if ipv6 is disabled, and - the disable_ipv6=0 triggered codepath skips fully initializing the interface as long as addrconf_link_ready(dev) returns false - calling ipv6_mc_up() repeatedly does not leak anything
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于在网络接口启用和禁用IPv6时可能重复调用ipv6_mc_down函数,造成内存泄漏。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 3ce62a84d53cd3d3cc5377bbf339e9b08ddf9c36 ~ 9a8736b2da28b24f01707f592ff059b9f90a058c -
LinuxLinux 3.18 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2022-48910 补丁与修复 (1)

CVE-2022-48910 其他参考 (7)

同批安全公告 · Linux · 2024-08-22 · 共 42 条

CVE-2022-48931Linux kernel 安全漏洞
CVE-2022-48923Linux kernel 安全漏洞
CVE-2022-48924Linux kernel 安全漏洞
CVE-2022-48925Linux kernel 安全漏洞
CVE-2022-48942Linux kernel 代码问题漏洞
CVE-2022-48943Linux kernel 安全漏洞
CVE-2022-48926Linux kernel 安全漏洞
CVE-2022-48927Linux kernel 安全漏洞
CVE-2022-48928Linux kernel 安全漏洞
CVE-2022-48929Linux kernel 安全漏洞
CVE-2022-48930Linux kernel 安全漏洞
CVE-2022-48922Linux kernel 安全漏洞
CVE-2022-48932Linux kernel 安全漏洞
CVE-2022-48933Linux kernel 安全漏洞
CVE-2022-48934Linux kernel 安全漏洞
CVE-2022-48935Linux kernel 安全漏洞
CVE-2022-48937Linux kernel 安全漏洞
CVE-2022-48938Linux kernel 输入验证错误漏洞
CVE-2022-48939Linux kernel 安全漏洞
CVE-2022-48940Linux kernel 缓冲区错误漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2022-48910

暂无评论


发表评论