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

目标: 1000 元 · 已筹: 1000

100.0%

CVE-2024-57982— Linux kernel 安全漏洞

EPSS 0.01% · P1
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2024-57982 基础信息

漏洞信息

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

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

Vulnerability Title
xfrm: state: fix out-of-bounds read during lookup
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: xfrm: state: fix out-of-bounds read during lookup lookup and resize can run in parallel. The xfrm_state_hash_generation seqlock ensures a retry, but the hash functions can observe a hmask value that is too large for the new hlist array. rehash does: rcu_assign_pointer(net->xfrm.state_bydst, ndst) [..] net->xfrm.state_hmask = nhashmask; While state lookup does: h = xfrm_dst_hash(net, daddr, saddr, tmpl->reqid, encap_family); hlist_for_each_entry_rcu(x, net->xfrm.state_bydst + h, bydst) { This is only safe in case the update to state_bydst is larger than net->xfrm.xfrm_state_hmask (or if the lookup function gets serialized via state spinlock again). Fix this by prefetching state_hmask and the associated pointers. The xfrm_state_hash_generation seqlock retry will ensure that the pointer and the hmask will be consistent. The existing helpers, like xfrm_dst_hash(), are now unsafe for RCU side, add lockdep assertions to document that they are only safe for insert side. xfrm_state_lookup_byaddr() uses the spinlock rather than RCU. AFAICS this is an oversight from back when state lookup was converted to RCU, this lock should be replaced with RCU in a future patch.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于xfrm: state模块在查找过程中出现越界读取。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux c2f672fc94642bae96821a393f342edcfa9794a6 ~ b86dc510308d7a8955f3f47a4fea4bef887653e4 -
LinuxLinux 4.9 -

二、漏洞 CVE-2024-57982 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2024-57982 的情报信息

登录查看更多情报信息。

同批安全公告 · Linux · 2025-02-27 · 共 177 条

CVE-2025-217567.8 HIGHLinux kernel 资源管理错误漏洞
CVE-2025-21773Linux kernel 安全漏洞
CVE-2025-21763Linux kernel 资源管理错误漏洞
CVE-2025-21762Linux kernel 资源管理错误漏洞
CVE-2025-21764Linux kernel 资源管理错误漏洞
CVE-2025-21765Linux kernel 安全漏洞
CVE-2025-21766Linux kernel 安全漏洞
CVE-2025-21767Linux kernel 安全漏洞
CVE-2025-21769Linux kernel 安全漏洞
CVE-2025-21768Linux kernel 安全漏洞
CVE-2025-21771Linux kernel 安全漏洞
CVE-2025-21770Linux kernel 安全漏洞
CVE-2025-21777Linux kernel 安全漏洞
CVE-2025-21783Linux kernel 安全漏洞
CVE-2025-21781Linux kernel 安全漏洞
CVE-2025-21780Linux kernel 安全漏洞
CVE-2025-21779Linux kernel 安全漏洞
CVE-2025-21778Linux kernel 安全漏洞
CVE-2025-21774Linux kernel 安全漏洞
CVE-2025-21772Linux kernel 安全漏洞

显示前 20 条,共 177 条。 查看全部 → →

IV. Related Vulnerabilities

V. Comments for CVE-2024-57982

暂无评论


发表评论