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

目标: 1000 元 · 已筹: 1000

100.0%

CVE-2024-39296— Linux kernel安全漏洞

EPSS 0.03% · P7
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2024-39296 基础信息

漏洞信息

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

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

Vulnerability Title
bonding: fix oops during rmmod
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: bonding: fix oops during rmmod "rmmod bonding" causes an oops ever since commit cc317ea3d927 ("bonding: remove redundant NULL check in debugfs function"). Here are the relevant functions being called: bonding_exit() bond_destroy_debugfs() debugfs_remove_recursive(bonding_debug_root); bonding_debug_root = NULL; <--------- SET TO NULL HERE bond_netlink_fini() rtnl_link_unregister() __rtnl_link_unregister() unregister_netdevice_many_notify() bond_uninit() bond_debug_unregister() (commit removed check for bonding_debug_root == NULL) debugfs_remove() simple_recursive_removal() down_write() -> OOPS However, reverting the bad commit does not solve the problem completely because the original code contains a race that could cause the same oops, although it was much less likely to be triggered unintentionally: CPU1 rmmod bonding bonding_exit() bond_destroy_debugfs() debugfs_remove_recursive(bonding_debug_root); CPU2 echo -bond0 > /sys/class/net/bonding_masters bond_uninit() bond_debug_unregister() if (!bonding_debug_root) CPU1 bonding_debug_root = NULL; So do NOT revert the bad commit (since the removed checks were racy anyway), and instead change the order of actions taken during module removal. The same oops can also happen if there is an error during module init, so apply the same fix there.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于服务器出现问题或出现错误,导致无法正常处理请求或提供服务。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux cc317ea3d9272fab4f6fef527c865f30ca479394 ~ f07224c16678a8af54ddc059b3d2d51885d7f35e -
LinuxLinux 6.6 -

二、漏洞 CVE-2024-39296 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2024-39296 的情报信息

登录查看更多情报信息。

同批安全公告 · Linux · 2024-06-25 · 共 24 条

CVE-2024-39371Linux kernel安全漏洞
CVE-2024-39471Linux kernel 安全漏洞
CVE-2024-39469Linux kernel 安全漏洞
CVE-2024-39470Linux kernel 安全漏洞
CVE-2024-39468Linux kernel 安全漏洞
CVE-2024-39467Linux kernel 安全漏洞
CVE-2024-39466Linux kernel 安全漏洞
CVE-2024-39464Linux kernel 安全漏洞
CVE-2024-39465Linux kernel 安全漏洞
CVE-2024-39463Linux kernel 安全漏洞
CVE-2024-39462Linux kernel 安全漏洞
CVE-2024-39461Linux kernel安全漏洞
CVE-2021-4440Linux kernel安全漏洞
CVE-2024-39301Linux kernel 安全漏洞
CVE-2024-39298Linux kernel安全漏洞
CVE-2024-39293Linux kernel 安全漏洞
CVE-2024-39276Linux kernel 安全漏洞
CVE-2024-38661Linux kernel 安全漏洞
CVE-2024-38385Linux kernel 安全漏洞
CVE-2024-38306Linux kernel安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2024-39296

暂无评论


发表评论