Files
CVEs-PoC/2022/CVE-2022-2959.md
T
2025-09-29 21:09:30 +02:00

1.0 KiB

CVE-2022-2959

Description

A race condition was found in the Linux kernel's watch queue due to a missing lock in pipe_resize_ring(). The specific flaw exists within the handling of pipe buffers. The issue results from the lack of proper locking when performing operations on an object. This flaw allows a local user to crash the system or escalate their privileges on the system.

POC

Reference

Github