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

目标: 1000 元 · 已筹: 1336

100%

CVE-2022-50545— Linux kernel 安全漏洞

AI 预测 3.3 利用难度: 极易 EPSS 0.20% · P9

影响版本矩阵 20

厂商产品版本范围状态
LinuxLinux3831861b4ad8fd0ad7110048eb3e155628799d2b< a04707f4596952049da05756c27398c34d9a1d36affected
3831861b4ad8fd0ad7110048eb3e155628799d2b< b4448816e6a565e08236a6009c6bf48c6836cdfdaffected
3831861b4ad8fd0ad7110048eb3e155628799d2b< 2ce242e1b9ad31c1f68496b3548e407a8cb2c07daffected
3831861b4ad8fd0ad7110048eb3e155628799d2b< b0a61359026b57a287a48fbb4ba1d097023eca3eaffected
3831861b4ad8fd0ad7110048eb3e155628799d2b< 3d5f83a62e8235d235534b3dc6f197d8a822c269affected
3831861b4ad8fd0ad7110048eb3e155628799d2b< 9b5b50329e2e966831a7237dd6949e7b5362a49aaffected
3831861b4ad8fd0ad7110048eb3e155628799d2b< ad2c8f25457ca9a81e7e958148cbc26600ce3071affected
3831861b4ad8fd0ad7110048eb3e155628799d2b< 5944c25c67de54e0aa53623e1e1af3bf8b16ed44affected
… +12 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2022-50545 基础信息

漏洞信息

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

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

Vulnerability Title
r6040: Fix kmemleak in probe and remove
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: r6040: Fix kmemleak in probe and remove There is a memory leaks reported by kmemleak: unreferenced object 0xffff888116111000 (size 2048): comm "modprobe", pid 817, jiffies 4294759745 (age 76.502s) hex dump (first 32 bytes): 00 c4 0a 04 81 88 ff ff 08 10 11 16 81 88 ff ff ................ 08 10 11 16 81 88 ff ff 00 00 00 00 00 00 00 00 ................ backtrace: [<ffffffff815bcd82>] kmalloc_trace+0x22/0x60 [<ffffffff827e20ee>] phy_device_create+0x4e/0x90 [<ffffffff827e6072>] get_phy_device+0xd2/0x220 [<ffffffff827e7844>] mdiobus_scan+0xa4/0x2e0 [<ffffffff827e8be2>] __mdiobus_register+0x482/0x8b0 [<ffffffffa01f5d24>] r6040_init_one+0x714/0xd2c [r6040] ... The problem occurs in probe process as follows: r6040_init_one: mdiobus_register mdiobus_scan <- alloc and register phy_device, the reference count of phy_device is 3 r6040_mii_probe phy_connect <- connect to the first phy_device, so the reference count of the first phy_device is 4, others are 3 register_netdev <- fault inject succeeded, goto error handling path // error handling path err_out_mdio_unregister: mdiobus_unregister(lp->mii_bus); err_out_mdio: mdiobus_free(lp->mii_bus); <- the reference count of the first phy_device is 1, it is not released and other phy_devices are released // similarly, the remove process also has the same problem The root cause is traced to the phy_device is not disconnected when removes one r6040 device in r6040_remove_one() or on error handling path after r6040_mii probed successfully. In r6040_mii_probe(), a net ethernet device is connected to the first PHY device of mii_bus, in order to notify the connected driver when the link status changes, which is the default behavior of the PHY infrastructure to handle everything. Therefore the phy_device should be disconnected when removes one r6040 device or on error handling path. Fix it by adding phy_disconnect() when removes one r6040 device or on error handling path after r6040_mii probed successfully.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于r6040驱动在探测和移除过程中存在内存泄漏,可能导致内存耗尽。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 3831861b4ad8fd0ad7110048eb3e155628799d2b ~ a04707f4596952049da05756c27398c34d9a1d36 -
LinuxLinux 2.6.36 -

二、漏洞 CVE-2022-50545 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2022-50545 的情报信息

登录查看更多情报信息。

CVE-2022-50545 补丁与修复 (9)

同批安全公告 · Linux · 2025-10-07 · 共 118 条

CVE-2022-50544Linux kernel 安全漏洞
CVE-2023-53658Linux kernel 安全漏洞
CVE-2023-53657Linux kernel 安全漏洞
CVE-2023-53656Linux kernel 安全漏洞
CVE-2023-53655Linux kernel 安全漏洞
CVE-2022-50555Linux kernel 安全漏洞
CVE-2022-50554Linux kernel 安全漏洞
CVE-2022-50553Linux kernel 安全漏洞
CVE-2022-50552Linux kernel 安全漏洞
CVE-2022-50551Linux kernel 安全漏洞
CVE-2022-50550Linux kernel 安全漏洞
CVE-2022-50549Linux kernel 安全漏洞
CVE-2022-50547Linux kernel 安全漏洞
CVE-2022-50548Linux kernel 安全漏洞
CVE-2022-50546Linux kernel 安全漏洞
CVE-2023-53653Linux kernel 安全漏洞
CVE-2022-50536Linux kernel 安全漏洞
CVE-2022-50535Linux kernel 安全漏洞
CVE-2023-53654Linux kernel 安全漏洞
CVE-2023-53651Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2022-50545

暂无评论


发表评论