CVE-2022-49344

MEDIUM

Linux Kernel 3.2.75-3.3 - Data Race in unix_dgram_peer_wake_me

Title source: llm
STIX 2.1

Description

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.

Scores

CVSS v3 4.7
EPSS 0.0018
EPSS Percentile 7.9%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact partial

Details

CWE
CWE-362
Status published
Products (38)
Linux/Linux < 4.4
Linux/Linux 2.6.32.70 - 2.6.33
Linux/Linux 3.10.95 - 3.11
Linux/Linux 3.12.52 - 3.13
Linux/Linux 3.14.59 - 3.15
Linux/Linux 3.18.26 - 3.19
Linux/Linux 3.2.75 - 3.3
Linux/Linux 3.4.111 - 3.5
Linux/Linux 4.1.15 - 4.2
Linux/Linux 4.19.247 - 4.19.*
... and 28 more
Published Feb 26, 2025
Tracked Since Feb 18, 2026