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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 5.5 利用难度: 中等 EPSS 0.17% · P7

影响版本矩阵 8

厂商产品版本范围状态
LinuxLinux01f95d42b8f4e88f20d68791b0a85dbb9e3d1ac9< cfd758041d8b79aa8c3f811b6bd6105379f2f702affected
01f95d42b8f4e88f20d68791b0a85dbb9e3d1ac9< 9e9bb74a93b7daa32313ccaefd0edc529d40daf8affected
01f95d42b8f4e88f20d68791b0a85dbb9e3d1ac9< 5e700b384ec13f5bcac9855cb28fcc674f1d3593affected
6.3affected
< 6.3unaffected
6.6.28≤ 6.6.*unaffected
6.8.7≤ 6.8.*unaffected
6.9≤ *unaffected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
platform/chrome: cros_ec_uart: properly fix race condition
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: platform/chrome: cros_ec_uart: properly fix race condition The cros_ec_uart_probe() function calls devm_serdev_device_open() before it calls serdev_device_set_client_ops(). This can trigger a NULL pointer dereference: BUG: kernel NULL pointer dereference, address: 0000000000000000 ... Call Trace: <TASK> ... ? ttyport_receive_buf A simplified version of crashing code is as follows: static inline size_t serdev_controller_receive_buf(struct serdev_controller *ctrl, const u8 *data, size_t count) { struct serdev_device *serdev = ctrl->serdev; if (!serdev || !serdev->ops->receive_buf) // CRASH! return 0; return serdev->ops->receive_buf(serdev, data, count); } It assumes that if SERPORT_ACTIVE is set and serdev exists, serdev->ops will also exist. This conflicts with the existing cros_ec_uart_probe() logic, as it first calls devm_serdev_device_open() (which sets SERPORT_ACTIVE), and only later sets serdev->ops via serdev_device_set_client_ops(). Commit 01f95d42b8f4 ("platform/chrome: cros_ec_uart: fix race condition") attempted to fix a similar race condition, but while doing so, made the window of error for this race condition to happen much wider. Attempt to fix the race condition again, making sure we fully setup before calling devm_serdev_device_open().
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: 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存在安全漏洞,该漏洞源于空指针取消引用。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 01f95d42b8f4e88f20d68791b0a85dbb9e3d1ac9 ~ cfd758041d8b79aa8c3f811b6bd6105379f2f702 -
LinuxLinux 6.3 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2024-35977 其他参考 (3)

同批安全公告 · Linux · 2024-05-20 · 共 62 条

CVE-2024-359698.8 HIGHLinux kernel 安全漏洞
CVE-2024-359808.4 HIGHLinux kernel 安全漏洞
CVE-2024-359878.4 HIGHLinux kernel 安全漏洞
CVE-2024-359937.8 HIGHLinux kernel 安全漏洞
CVE-2024-360017.8 HIGHLinux kernel 安全漏洞
CVE-2024-359497.8 HIGHLinux kernel 安全漏洞
CVE-2024-359507.8 HIGHLinux kernel 安全漏洞
CVE-2024-359547.8 HIGHLinux kernel 安全漏洞
CVE-2024-360077.8 HIGHLinux kernel 安全漏洞
CVE-2024-359517.8 HIGHLinux kernel 安全漏洞
CVE-2024-359487.8 HIGHLinux kernel 安全漏洞
CVE-2024-359947.8 HIGHLinux kernel 安全漏洞
CVE-2024-359907.8 HIGHLinux kernel 安全漏洞
CVE-2024-359587.8 HIGHLinux kernel 安全漏洞
CVE-2024-360097.8 HIGHLinux kernel 安全漏洞
CVE-2024-359797.8 HIGHLinux kernel 安全漏洞
CVE-2024-359687.8 HIGHLinux kernel 安全漏洞
CVE-2024-359717.5 HIGHLinux kernel 安全漏洞
CVE-2024-359987.5 HIGHLinux kernel 安全漏洞
CVE-2024-359997.5 HIGHLinux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2024-35977

暂无评论


发表评论