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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 5.5 利用难度: 理论可行 EPSS 0.23% · P14

影响版本矩阵 10

厂商产品版本范围状态
LinuxLinux21d808405fe49028036932dd969920f4fee4f481< e0f83c234ea7a3dec1f84e5d02caa1c51664a076affected
21d808405fe49028036932dd969920f4fee4f481< 56f96cf6eb11a1c2d594367c3becbfb06a855ec1affected
21d808405fe49028036932dd969920f4fee4f481< 2a4c6af7934a7b4c304542c38fee35e09cc1770caffected
21d808405fe49028036932dd969920f4fee4f481< 08ac6f132dd77e40f786d8af51140c96c6d739c9affected
5.0affected
< 5.0unaffected
6.1.76≤ 6.1.*unaffected
6.6.15≤ 6.6.*unaffected
… +2 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
drm/bridge: sii902x: Fix probing race issue
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: drm/bridge: sii902x: Fix probing race issue A null pointer dereference crash has been observed rarely on TI platforms using sii9022 bridge: [ 53.271356] sii902x_get_edid+0x34/0x70 [sii902x] [ 53.276066] sii902x_bridge_get_edid+0x14/0x20 [sii902x] [ 53.281381] drm_bridge_get_edid+0x20/0x34 [drm] [ 53.286305] drm_bridge_connector_get_modes+0x8c/0xcc [drm_kms_helper] [ 53.292955] drm_helper_probe_single_connector_modes+0x190/0x538 [drm_kms_helper] [ 53.300510] drm_client_modeset_probe+0x1f0/0xbd4 [drm] [ 53.305958] __drm_fb_helper_initial_config_and_unlock+0x50/0x510 [drm_kms_helper] [ 53.313611] drm_fb_helper_initial_config+0x48/0x58 [drm_kms_helper] [ 53.320039] drm_fbdev_dma_client_hotplug+0x84/0xd4 [drm_dma_helper] [ 53.326401] drm_client_register+0x5c/0xa0 [drm] [ 53.331216] drm_fbdev_dma_setup+0xc8/0x13c [drm_dma_helper] [ 53.336881] tidss_probe+0x128/0x264 [tidss] [ 53.341174] platform_probe+0x68/0xc4 [ 53.344841] really_probe+0x188/0x3c4 [ 53.348501] __driver_probe_device+0x7c/0x16c [ 53.352854] driver_probe_device+0x3c/0x10c [ 53.357033] __device_attach_driver+0xbc/0x158 [ 53.361472] bus_for_each_drv+0x88/0xe8 [ 53.365303] __device_attach+0xa0/0x1b4 [ 53.369135] device_initial_probe+0x14/0x20 [ 53.373314] bus_probe_device+0xb0/0xb4 [ 53.377145] deferred_probe_work_func+0xcc/0x124 [ 53.381757] process_one_work+0x1f0/0x518 [ 53.385770] worker_thread+0x1e8/0x3dc [ 53.389519] kthread+0x11c/0x120 [ 53.392750] ret_from_fork+0x10/0x20 The issue here is as follows: - tidss probes, but is deferred as sii902x is still missing. - sii902x starts probing and enters sii902x_init(). - sii902x calls drm_bridge_add(). Now the sii902x bridge is ready from DRM's perspective. - sii902x calls sii902x_audio_codec_init() and platform_device_register_data() - The registration of the audio platform device causes probing of the deferred devices. - tidss probes, which eventually causes sii902x_bridge_get_edid() to be called. - sii902x_bridge_get_edid() tries to use the i2c to read the edid. However, the sii902x driver has not set up the i2c part yet, leading to the crash. Fix this by moving the drm_bridge_add() to the end of the sii902x_init(), which is also at the very end of sii902x_probe().
来源: 美国国家漏洞数据库 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 21d808405fe49028036932dd969920f4fee4f481 ~ e0f83c234ea7a3dec1f84e5d02caa1c51664a076 -
LinuxLinux 5.0 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2024-26607 其他参考 (4)

同批安全公告 · Linux · 2024-02-29 · 共 53 条

CVE-2021-47020Linux kernel 安全漏洞
CVE-2021-47068Linux kernel 安全漏洞
CVE-2021-47067Linux kernel 安全漏洞
CVE-2021-47062Linux kernel 安全漏洞
CVE-2021-47065Linux kernel 安全漏洞
CVE-2021-47064Linux kernel 安全漏洞
CVE-2021-47063Linux kernel 安全漏洞
CVE-2021-47066Linux kernel 安全漏洞
CVE-2021-47055Linux kernel 安全漏洞
CVE-2021-47054Linux kernel 安全漏洞
CVE-2021-47056Linux kernel 安全漏洞
CVE-2021-47016Linux kernel 安全漏洞
CVE-2021-46959Linux kernel 安全漏洞
CVE-2024-26620Linux kernel 安全漏洞
CVE-2024-26619Linux kernel 安全漏洞
CVE-2024-26618Linux kernel 安全漏洞
CVE-2024-26617Linux kernel 安全漏洞
CVE-2024-26616Linux kernel安全漏洞
CVE-2024-26615Linux kernel 安全漏洞
CVE-2024-26614Linux kernel安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2024-26607

暂无评论


发表评论