CVE-2022-3176

Advisory lineage Upstream: 0 Downstream: 21
Modified
Published: 16 Sept 2022, 13:55
Last modified:21 Apr 2025, 13:49

Vulnerability Summary

Overall Risk (default)
medium
31/100
CVSS Score
7.8 HIGH
v3.1 (cve.org)
EPSS Score
0.03% LOW
0% probability 0.00%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

16 Sept 2022, 13:55
Published
Vulnerability first disclosed
21 Apr 2025, 13:49
Last Modified
Vulnerability information updated

Description

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

CVSS Metrics

  • v3.1HIGHScore: 7.8CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

EPSS Trends

Current EPSS score: 0.03% Percentile: 8%

Techniques & Countermeasures

  • CWE-416Use After Free

    The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

Affected Systems

  • debiandebian_linux

    10.0 | 11.0

  • UnknownKernel

    ≥ unspecified, < fc78b2fc21f10c4c9c4d5d659a685710ffa63659

  • linuxlinux_kernel

    ≥ 5.1, < 5.4.212 | ≥ 5.5, < 5.10.141 | ≥ 5.11, < 5.15.65 | ≥ 5.16, < 5.17

References (5)