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 …
Info
Summary
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 …
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- 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
Timeline
- nvd_ingest NVD