Use After Free in Linux Kernel
CVE-2022-3176
There exists a use-after-free in io_uring in the Linux kernel. Signalfd_poll() and binder_poll() use a waitqueue whose lifetime is the current task. It will send a POLLFREE notification to all waiters before the queue is freed. Unfortunately, the io_uring poll doesn't handle POLLFREE. This allows a use-after-free to occur if a signalfd or binder fd is polled with io_uring poll, and the waitqueue gets freed. We recommend upgrading past commit fc78b2fc21f10c4c9c4d5d659a685710ffa63659
Vulnerability class: Use-After-Free
EPSS: 0.003 (21.0th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux Kernel — versions unspecified
- Linux Linux_kernel
- Debian Debian_linux — versions 10.0, 11.0
Weakness classification (CWE)
Public proof-of-concept exploits
References
- cve-coordination@google.com (Patch, Vendor Advisory)
- cve-coordination@google.com (Patch, Mailing List, Vendor Advisory)
- cve-coordination@google.com (vendor-advisory, Third Party Advisory)
- cve-coordination@google.com (mailing-list, Mailing List, Third Party Advisory)
- cve-coordination@google.com (Third Party Advisory)
Frequently asked questions
- What is CVE-2022-3176?
- CVE-2022-3176 is a high-severity vulnerability in Linux Kernel, classified under Use After Free. CVSS score: 7.8/10. Published 2022-09-16.
- How severe is CVE-2022-3176?
- High severity. CVSS v3 base score is 7.8 out of 10.
- Is CVE-2022-3176 known to be exploited?
- 1 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.