3 matches found
Astra Linux - уязвимость в linux-5.10
In the Linux kernel, the following vulnerability has been resolved: “neighbour”: Fixed null-ptr-deref in neighFlushDev. The kernel test robot reported null-ptr-deref in neighFlushDev. 0 The referenced commit introduced a per-netdev neighbour list and converted neighFlushDev to use it instead of t...
Linux kernel 安全漏洞
Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that originates in the neighbour module in the neighflushdev function that could lead to null pointer dereference...
CVE-2023-52522 net: fix possible store tearing in neigh_periodic_work()
In the Linux kernel, the following vulnerability has been resolved: net: fix possible store tearing in neighperiodicwork While looking at a related syzbot report involving neighperiodicwork, I found that I forgot to add an annotation when deleting an RCU protected item from a list. Readers use...