In the Linux kernel, the following vulnerability has been resolved: bpf: Guard stack limits against 32bit overflow This patch promotes the arithmetic around checking stack bounds to be done in the …
高危 CVSS 7.8
摘要
In the Linux kernel, the following vulnerability has been resolved: bpf: Guard stack limits against 32bit overflow This patch promotes the arithmetic around checking stack bounds to be done in the 64-bit domain, instead of the current 32bit. The arithmetic implies adding together a 64-bit register with a int offset. The register was checked to be below 1<<29 when it was variable, but not when it was fixed. The offset either comes from an instruction (in which case it is 16 bit), from another …
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
受影响产品
- :
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/1d38a9ee81570c4bd61f557832dead4d6f816760 Patch
- https://git.kernel.org/stable/c/4ba97610399e83d29d1086a0827d33172539b49b
- https://git.kernel.org/stable/c/ad140fc856f0b1d5e2215bcb6d0cc247a86805a2 Patch
- https://git.kernel.org/stable/c/ad1754f86a87fe74912fb542b23ff24ada4e3307
- https://git.kernel.org/stable/c/e160b2ed94a20fa940369ebd914277f88005e70d
- https://git.kernel.org/stable/c/e5ad9ecb84405637df82732ee02ad741a5f782a6 Patch
- https://git.kernel.org/stable/c/1d38a9ee81570c4bd61f557832dead4d6f816760 Patch
- https://git.kernel.org/stable/c/ad140fc856f0b1d5e2215bcb6d0cc247a86805a2 Patch
- https://git.kernel.org/stable/c/e5ad9ecb84405637df82732ee02ad741a5f782a6 Patch
时间线
- nvd_ingest NVD