CVE-2023-53820 (CNNVD-202512-1642)
中文标题:
Linux kernel 安全漏洞
英文标题:
loop: loop_set_status_from_info() check before assignment
漏洞描述
中文描述:
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于未检查lo_offset和lo_sizelimit赋值,可能导致溢出错误。
英文描述:
In the Linux kernel, the following vulnerability has been resolved: loop: loop_set_status_from_info() check before assignment In loop_set_status_from_info(), lo->lo_offset and lo->lo_sizelimit should be checked before reassignment, because if an overflow error occurs, the original correct value will be changed to the wrong value, and it will not be changed back. More, the original patch did not solve the problem, the value was set and ioctl returned an error, but the subsequent io used the value in the loop driver, which still caused an alarm: loop_handle_cmd do_req_filebacked loff_t pos = ((loff_t) blk_rq_pos(rq) << 9) + lo->lo_offset; lo_rw_aio cmd->iocb.ki_pos = pos
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| Linux | Linux | 18e28817cb516b39de6281f6db9b0618b2cc7b42 | - | - |
cpe:2.3:a:linux:linux:18e28817cb516b39de6281f6db9b0618b2cc7b42:*:*:*:*:*:*:*
|
| Linux | Linux | adf0112d9b8acb03485624220b4934f69bf13369 | - | - |
cpe:2.3:a:linux:linux:adf0112d9b8acb03485624220b4934f69bf13369:*:*:*:*:*:*:*
|
| Linux | Linux | 9be7fa7ead18a48940df7b59d993bbc8b9055c15 | - | - |
cpe:2.3:a:linux:linux:9be7fa7ead18a48940df7b59d993bbc8b9055c15:*:*:*:*:*:*:*
|
| Linux | Linux | 6.0 | - | - |
cpe:2.3:a:linux:linux:6.0:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2023-53820 |
2025-12-24 02:06:45 | 2026-01-12 02:08:59 |
| NVD | nvd_CVE-2023-53820 |
2025-12-24 03:00:12 | 2026-01-12 02:26:59 |
| CNNVD | cnnvd_CNNVD-202512-1642 |
2026-01-11 06:15:05 | 2026-01-12 02:37:59 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 其他
- severity: SeverityLevel.MEDIUM -> SeverityLevel.UNKNOWN
- cvss_score: 未提取 -> 0.0
- cnnvd_id: 未提取 -> CNNVD-202512-1642
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- data_sources: ['cve'] -> ['cve', 'nvd']