In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix dst corruption in same register operation For lshift and rshift, the shift operations are performed in …
提示
摘要
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix dst corruption in same register operation For lshift and rshift, the shift operations are performed in a loop over 32-bit words. The loop calculates the shifted value and write it to dst, and then immediately reads from src to calculate the carry for the next iteration. Because src and dst could point to the same memory location, the carry is incorrectly calculated using the newly modified dst value …
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判 · 自动通道
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/18014147d3ee7831dce53fe65d7fc8d428b02552
- https://git.kernel.org/stable/c/96bea2a7baac4a1137c188dc7610184487ab30a7
- https://git.kernel.org/stable/c/a391afe74398b70107f111aa731eab608624949d
- https://git.kernel.org/stable/c/b80ef316e978de2ef81d5bee9c19800b4cf96fb8
时间线
- nvd_ingest NVD