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

目标: 1000 元 · 已筹: 1336

100%

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

CVSS 7.8 · High EPSS 0.23% · P14

可能的 ATT&CK 技术 1AI

T1211 · Exploitation for Stealth

影响版本矩阵 17

厂商产品版本范围状态
LinuxLinux78e4aa528a7b1204219d808310524344f627d069< daf462ff3cde6ecf22b98d9ae770232c10d28de2affected
893eeba94c40d513cd0fe6539330ebdaea208c0e< b7d22a79ff4e962b8af5ffe623abd1d6c179eb9faffected
454c454ed645fed051216b79622f7cb69c1638f5< 563e6892e21d6ecabdf62103fc4e7b326d212334affected
6cd4a78d962bebbaf8beb7d2ead3f34120e3f7b2< 8e1b72fd74bf9da3b099d09857f4e7f114f38e12affected
6cd4a78d962bebbaf8beb7d2ead3f34120e3f7b2< 631083143315d1b192bd7d915b967b37819e88eaaffected
5dfe2408fd7dc4d2e7ac38a116ff0a37b1cfd3b9affected
5.15.162< 5.15.168affected
6.1.96< 6.1.113affected
… +9 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
net: explicitly clear the sk pointer, when pf->create fails
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: net: explicitly clear the sk pointer, when pf->create fails We have recently noticed the exact same KASAN splat as in commit 6cd4a78d962b ("net: do not leave a dangling sk pointer, when socket creation fails"). The problem is that commit did not fully address the problem, as some pf->create implementations do not use sk_common_release in their error paths. For example, we can use the same reproducer as in the above commit, but changing ping to arping. arping uses AF_PACKET socket and if packet_create fails, it will just sk_free the allocated sk object. While we could chase all the pf->create implementations and make sure they NULL the freed sk object on error from the socket, we can't guarantee future protocols will not make the same mistake. So it is easier to just explicitly NULL the sk pointer upon return from pf->create in __sock_create. We do know that pf->create always releases the allocated sk object on error, so if the pointer is not NULL, it is definitely dangling.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源: 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存在安全漏洞,该漏洞源于在socket创建失败时sk指针未清除。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 78e4aa528a7b1204219d808310524344f627d069 ~ daf462ff3cde6ecf22b98d9ae770232c10d28de2 -
LinuxLinux 6.10 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2024-50186 补丁与修复 (5)

同批安全公告 · Linux · 2024-11-08 · 共 38 条

CVE-2024-502069.8 CRITICALLinux kernel 安全漏洞
CVE-2024-501858.2 HIGHLinux kernel 安全漏洞
CVE-2024-501747.8 HIGHLinux kernel 安全漏洞
CVE-2024-502117.8 HIGHLinux kernel 安全漏洞
CVE-2024-502087.8 HIGHLinux kernel 安全漏洞
CVE-2024-502077.8 HIGHLinux kernel 安全漏洞
CVE-2024-502037.8 HIGHLinux kernel 安全漏洞
CVE-2024-502007.8 HIGHLinux kernel 安全漏洞
CVE-2024-501897.8 HIGHLinux kernel 安全漏洞
CVE-2024-501887.8 HIGHLinux kernel 安全漏洞
CVE-2024-501877.8 HIGHLinux kernel 安全漏洞
CVE-2024-501737.8 HIGHLinux kernel 安全漏洞
CVE-2024-501757.8 HIGHLinux kernel 安全漏洞
CVE-2024-501827.1 HIGHLinux kernel 安全漏洞
CVE-2024-501957.1 HIGHLinux kernel 安全漏洞
CVE-2024-50199Linux kernel 安全漏洞
CVE-2024-50210Linux kernel 安全漏洞
CVE-2024-50176Linux kernel 安全漏洞
CVE-2024-50209Linux kernel 安全漏洞
CVE-2024-50177Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2024-50186

暂无评论


发表评论