CVE-2024-26951
Linux Linux, SIMATIC S7-1500 TM MFP - GNU/Linux subsystem, linux kernel
In the Linux kernel, the following vulnerability has been resolved: wireguard: netlink: check for dangling peer via is_dead instead of empty list If all peers are removed via wg_peer_remove_all(), rather than setting peer_list to empty, the peer is added to a temporary list with a head on the stack of wg_peer_remove_all(). If a netlink dump is resumed and the cursored peer is one that has been removed via wg_peer_remove_all(), it will iterate from that peer and then attempt to dump freed peers. Fix this by instead checking peer->is_dead, which was explictly created for this purpose. Also mo...
- CVSS
- 7.8
- EPSS
- 0.23% 14.2% percentile
- CISA KEV
- Not listed
- Published
- 2024.05.01