In the Linux kernel, the following vulnerability has been resolved:
afunix: Fix a data-race in unixdgrampeerwake_me().
unixdgrampoll() calls unixdgrampeerwakeme() without other's
lock held and check if its receive queue is full. Here we need to
use unixrecvqfulllockless() instead of unixrecvq_full(), otherwise
KCSAN will report a data-race.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/49xxx/CVE-2022-49344.json"
}