CVE-2026-23013
中文标题:
(暂无数据)
英文标题:
In the Linux kernel, the following vulnerability has been resolved: net: octeon_ep_vf: fix free_irq
漏洞描述
中文描述:
(暂无数据)
英文描述:
In the Linux kernel, the following vulnerability has been resolved: net: octeon_ep_vf: fix free_irq dev_id mismatch in IRQ rollback octep_vf_request_irqs() requests MSI-X queue IRQs with dev_id set to ioq_vector. If request_irq() fails part-way, the rollback loop calls free_irq() with dev_id set to 'oct', which does not match the original dev_id and may leave the irqaction registered. This can keep IRQ handlers alive while ioq_vector is later freed during unwind/teardown, leading to a use-after-free or crash when an interrupt fires. Fix the error path to free IRQs with the same ioq_vector dev_id used during request_irq().
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| Linux | Linux | - | < aa05a8371ae4a452df623f7202c72409d3c50e40 | - |
cpe:2.3:a:linux:linux:*:*:*:*:*:*:*:*
|
| Linux | Linux | 6.9 | - | - |
cpe:2.3:a:linux:linux:6.9:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| NVD | nvd_CVE-2026-23013 |
2026-01-26 02:00:05 | 2026-01-25 18:11:32 |
| CVE | cve_CVE-2026-23013 |
2026-01-26 02:40:11 | 2026-01-25 22:00:01 |
版本与语言
安全公告
变更历史
查看详细变更
- affected_products_count: 0 -> 2
- data_sources: ['nvd'] -> ['cve', 'nvd']