CVE-2023-53308 (CNNVD-202509-2357)
中文标题:
Linux kernel 安全漏洞
英文标题:
net: fec: Better handle pm_runtime_get() failing in .remove()
漏洞描述
中文描述:
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于pm_runtime_get失败时未正确处理资源释放,可能导致资源泄漏或崩溃。
英文描述:
In the Linux kernel, the following vulnerability has been resolved: net: fec: Better handle pm_runtime_get() failing in .remove() In the (unlikely) event that pm_runtime_get() (disguised as pm_runtime_resume_and_get()) fails, the remove callback returned an error early. The problem with this is that the driver core ignores the error value and continues removing the device. This results in a resource leak. Worse the devm allocated resources are freed and so if a callback of the driver is called later the register mapping is already gone which probably results in a crash.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| Linux | Linux | d961a58dcc9778948502847303d29d018a49710a | - | - |
cpe:2.3:a:linux:linux:d961a58dcc9778948502847303d29d018a49710a:*:*:*:*:*:*:*
|
| Linux | Linux | d9c7531fb4708eb3f22cccdb0b7371834d37555a | - | - |
cpe:2.3:a:linux:linux:d9c7531fb4708eb3f22cccdb0b7371834d37555a:*:*:*:*:*:*:*
|
| Linux | Linux | 5.4 | - | - |
cpe:2.3:a:linux:linux:5.4:*:*:*:*:*:*:*
|
| linux | linux_kernel | * | - | - |
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
|
| linux | linux_kernel | 5.4 | - | - |
cpe:2.3:o:linux:linux_kernel:5.4:-:*:*:*:*:*:*
|
| linux | linux_kernel | 6.4 | - | - |
cpe:2.3:o:linux:linux_kernel:6.4:rc1:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2023-53308 |
2025-11-11 15:22:15 | 2025-11-11 07:38:49 |
| NVD | nvd_CVE-2023-53308 |
2025-11-11 14:59:22 | 2025-11-11 07:46:53 |
| CNNVD | cnnvd_CNNVD-202509-2357 |
2025-11-11 15:12:57 | 2025-11-11 08:00:11 |
版本与语言
安全公告
变更历史
查看详细变更
- affected_products_count: 3 -> 6
查看详细变更
- vulnerability_type: 未提取 -> 其他
- severity: SeverityLevel.MEDIUM -> SeverityLevel.UNKNOWN
- cvss_score: 未提取 -> 0.0
- cnnvd_id: 未提取 -> CNNVD-202509-2357
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- data_sources: ['cve'] -> ['cve', 'nvd']