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

目标: 1000 元 · 已筹: 1336

100%

CVE-2023-53698— Linux kernel 安全漏洞

一分钟漏洞结论

影响对象
Linux Linux
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于错误路径中未清空池引用,可能导致引用计数下溢。

CVSS 7.8 · High EPSS 0.15% · P5

影响版本矩阵 13

厂商产品 版本范围状态
Linux Linux f7019562f142bc041f9cde63af338d1886585923< 789fcd94c9cac133dd4d96e193188661aca9f6c3 affected
ba3beec2ec1d3b4fd8672ca6e781dac4b3267f6e< 15b453cf7348973217558235b9ece2ee5fea6777 affected
ba3beec2ec1d3b4fd8672ca6e781dac4b3267f6e< 3e7722c31d4167eb7f3ffd35aba52cab69b79072 affected
ba3beec2ec1d3b4fd8672ca6e781dac4b3267f6e< 85c2c79a07302fe68a1ad5cc449458cc559e314d affected
9f0c8a9d4ef1b9ebee0e4ac2495fe790727044aa affected
5.15.47< 5.15.127 affected
5.17.15< 5.18 affected
5.18 affected
… +5 条更多
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2023-53698 基础信息

漏洞信息

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

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

Vulnerability Title
xsk: fix refcount underflow in error path
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: xsk: fix refcount underflow in error path Fix a refcount underflow problem reported by syzbot that can happen when a system is running out of memory. If xp_alloc_tx_descs() fails, and it can only fail due to not having enough memory, then the error path is triggered. In this error path, the refcount of the pool is decremented as it has incremented before. However, the reference to the pool in the socket was not nulled. This means that when the socket is closed later, the socket teardown logic will think that there is a pool attached to the socket and try to decrease the refcount again, leading to a refcount underflow. I chose this fix as it involved adding just a single line. Another option would have been to move xp_get_pool() and the assignment of xs->pool to after the if-statement and using xs_umem->pool instead of xs->pool in the whole if-statement resulting in somewhat simpler code, but this would have led to much more churn in the code base perhaps making it harder to backport.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源: 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 订阅
Linux Linux f7019562f142bc041f9cde63af338d1886585923 ~ 789fcd94c9cac133dd4d96e193188661aca9f6c3 -
Linux Linux 5.18 -

二、漏洞 CVE-2023-53698 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2023-53698 的情报信息

登录查看更多情报信息。

同批安全公告 · Linux · 2025-10-22 · 共 67 条

CVE-2023-53705 8.2 HIGH Linux kernel 安全漏洞
CVE-2023-53711 8.2 HIGH Linux kernel 安全漏洞
CVE-2023-53713 7.8 HIGH Linux kernel 安全漏洞
CVE-2023-53729 7.8 HIGH Linux kernel 安全漏洞
CVE-2023-53707 7.8 HIGH Linux kernel 安全漏洞
CVE-2023-53695 7.8 HIGH Linux kernel 安全漏洞
CVE-2023-53718 7.8 HIGH Linux kernel 安全漏洞
CVE-2023-53692 7.8 HIGH Linux kernel 安全漏洞
CVE-2022-50581 7.8 HIGH Linux kernel 安全漏洞
CVE-2022-50567 7.8 HIGH Linux kernel 安全漏洞
CVE-2022-50570 7.8 HIGH Linux kernel 安全漏洞
CVE-2022-50569 7.8 HIGH Linux kernel 安全漏洞
CVE-2023-53726 7.1 HIGH Linux kernel 安全漏洞
CVE-2023-53704 Linux kernel 安全漏洞
CVE-2023-53710 Linux kernel 安全漏洞
CVE-2023-53706 Linux kernel 安全漏洞
CVE-2023-53714 Linux kernel 安全漏洞
CVE-2023-53708 Linux kernel 安全漏洞
CVE-2023-53712 Linux kernel 安全漏洞
CVE-2023-53719 Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2023-53698

暂无评论


发表评论