In the Linux kernel, the following vulnerability has been resolved: keys: fix out-of-bounds read in keyring_get_key_chunk() For description-level chunks keyring_get_key_chunk() advances the read po…
提示
摘要
In the Linux kernel, the following vulnerability has been resolved: keys: fix out-of-bounds read in keyring_get_key_chunk() For description-level chunks keyring_get_key_chunk() advances the read pointer by level * sizeof(long) past the inline prefix but only bounds-checks the prefix, so a long enough key description is read past its kmemdup(desc, desc_len + 1) allocation. Compute the full byte offset and bounds-check the description against it before reading. The walk only reaches a descrip…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/3a744838453fb9309ce5a5526d3252e211d60152
- https://git.kernel.org/stable/c/63918731f9ae25b5deb022f118e941e6dddfcef4
- https://git.kernel.org/stable/c/8dba33c1e779d0fb9a2acb31e354cf0fc0229111
- https://git.kernel.org/stable/c/d1933e03e8c74a018550c31a393b79c4d95bff40
- https://git.kernel.org/stable/c/e9417d21a22ad2ec398e78fcf084b717ce92cf2f
时间线
- nvd_ingest NVD