kernel/bpf/verifier.c in the Linux kernel through 4.14.8 allows local users to cause a denial of service (memory corruption) or possibly have unspecified other impact by leveraging register truncation mishandling.
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.
Link | Tags |
---|---|
https://bugs.chromium.org/p/project-zero/issues/detail?id=1454 | third party advisory |
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=0c17d1d2c61936401f4702e1846e2c19b200f958 | issue tracking patch vendor advisory |
https://github.com/torvalds/linux/commit/0c17d1d2c61936401f4702e1846e2c19b200f958 | patch vendor advisory |
http://www.securityfocus.com/bid/102267 | vdb entry third party advisory |
http://openwall.com/lists/oss-security/2017/12/21/2 | issue tracking mailing list third party advisory |