In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix RxGK token loading to check bounds rxrpc_preparse_xdr_yfs_rxgk() reads the raw key length and ticket length from the X…
高危 CVSS 7.8
摘要
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix RxGK token loading to check bounds rxrpc_preparse_xdr_yfs_rxgk() reads the raw key length and ticket length from the XDR token as u32 values and passes each through round_up(x, 4) before using the rounded value for validation and allocation. When the raw length is >= 0xfffffffd, round_up() wraps to 0, so the bounds check and kzalloc both use 0 while the subsequent memcpy still copies the original ~4 GiB value, pro…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
受影响产品
- :
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/3e04596cba8a86cbff9c3f4bf0a524a3a488773c Patch
- https://git.kernel.org/stable/c/49875b360c2b83a3c226e189c502e501d83e6445 Patch
- https://git.kernel.org/stable/c/d179a868dd755b0cfcf7582e00943d702b9943b8 Patch
- https://access.redhat.com/errata/RHSA-2026:27288
- https://access.redhat.com/errata/RHSA-2026:55618
- https://access.redhat.com/security/cve/CVE-2026-31641
- https://bugzilla.redhat.com/show_bug.cgi?id=2461548
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-31641.json
时间线
- nvd_ingest NVD