← Back to CVE List

CVE-2022-49344

Published: 2025-02-26T07:01Z
Last Modified: 2025-03-13T22:07Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: af_unix: Fix a data-race in unix_dgram_peer_wake_me(). unix_dgram_poll() calls unix_dgram_peer_wake_me() without `other`'s lock held and check if its receive queue is full. Here we need to use unix_recvq_full_lockless() instead of unix_recvq_full(), otherwise KCSAN will report a data-race. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt