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

目标: 1000 元 · 已筹: 1336

100%

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

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

影响版本矩阵 12

厂商产品版本范围状态
LinuxLinuxce8dc0943357a5d10b05dcf0556b537c1d7b8b1f< 655f5d4662b958122b260be05aa6dfdf8768efe6affected
ce8dc0943357a5d10b05dcf0556b537c1d7b8b1f< 4a81800ef05bea5a9896f199677f7b7f5020776aaffected
ce8dc0943357a5d10b05dcf0556b537c1d7b8b1f< 20728e86289ab463b99b7ab4425515bd26aba417affected
ce8dc0943357a5d10b05dcf0556b537c1d7b8b1f< dcbe9954634807ec54e22bde278b5b269f921381affected
ce8dc0943357a5d10b05dcf0556b537c1d7b8b1f< 93b8ddc54507a227087c60a0013ed833b6ae7d3caffected
4.16affected
< 4.16unaffected
5.15.169≤ 5.15.*unaffected
… +4 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
pinctrl: ocelot: fix system hang on level based interrupts
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: pinctrl: ocelot: fix system hang on level based interrupts The current implementation only calls chained_irq_enter() and chained_irq_exit() if it detects pending interrupts. ``` for (i = 0; i < info->stride; i++) { uregmap_read(info->map, id_reg + 4 * i, &reg); if (!reg) continue; chained_irq_enter(parent_chip, desc); ``` However, in case of GPIO pin configured in level mode and the parent controller configured in edge mode, GPIO interrupt might be lowered by the hardware. In the result, if the interrupt is short enough, the parent interrupt is still pending while the GPIO interrupt is cleared; chained_irq_enter() never gets called and the system hangs trying to service the parent interrupt. Moving chained_irq_enter() and chained_irq_exit() outside the for loop ensures that they are called even when GPIO interrupt is lowered by the hardware. The similar code with chained_irq_enter() / chained_irq_exit() functions wrapping interrupt checking loop may be found in many other drivers: ``` grep -r -A 10 chained_irq_enter drivers/pinctrl ```
来源: 美国国家漏洞数据库 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 ce8dc0943357a5d10b05dcf0556b537c1d7b8b1f ~ 655f5d4662b958122b260be05aa6dfdf8768efe6 -
LinuxLinux 4.16 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2024-50196 补丁与修复 (4)

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

CVE-2024-50203Linux kernel 安全漏洞
CVE-2024-50193Linux kernel 安全漏洞
CVE-2024-50194Linux kernel 安全漏洞
CVE-2024-50195Linux kernel 安全漏洞
CVE-2024-50197Linux kernel 安全漏洞
CVE-2024-50198Linux kernel 安全漏洞
CVE-2024-50199Linux kernel 安全漏洞
CVE-2024-50200Linux kernel 安全漏洞
CVE-2024-50201Linux kernel 安全漏洞
CVE-2024-50202Linux kernel 安全漏洞
CVE-2024-50192Linux kernel 安全漏洞
CVE-2024-50204Linux kernel 安全漏洞
CVE-2024-50205Linux kernel 安全漏洞
CVE-2024-50206Linux kernel 安全漏洞
CVE-2024-50207Linux kernel 安全漏洞
CVE-2024-50209Linux kernel 安全漏洞
CVE-2024-50208Linux kernel 安全漏洞
CVE-2024-50210Linux kernel 安全漏洞
CVE-2024-50211Linux kernel 安全漏洞
CVE-2024-50183Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2024-50196

暂无评论


发表评论