Vulnerability in Linux
CVE-2026-53361
In the Linux kernel, the following vulnerability has been resolved: af_unix: Set gc_in_progress to true in unix_gc(). Igor Ushakov reported that unix_gc() could run with gc_in_progress being false if the work is scheduled while running: Thread 1 Thread 2 Thread 3 -------- -------- -------- unix_schedule_gc() unix_schedule_gc() `- if (!gc_in_progress) `- if (!gc_in_progress) |- gc_in_progress = true | `- queue_work() | unix_gc() <----------------/ | | |- gc_in_progress = true ... `- queue_work() | | `- gc_in_progress = false | | unix_gc() <---------------------------------------------' | ... /* gc_in_progress == false */ | `- gc_in_progress = false unix_peek_fpl() relies on gc_in_progress not to confuse GC by MSG_PEEK. Let's set gc_in_progress to true in unix_gc().
EPSS: 0.001 (3.1th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.1 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H.
Affected products
- Linux — versions 328840c93bd6a4871dd10908d01b41eab83eb8e2, 8b90a9f819dc2a06baae4ec1a64d875e53b824ec, ceb8bd6c69c1680fd9b45e7f16d7170c9c7513a5
- Linux Linux_kernel — versions 7.1
Public proof-of-concept exploits
References
Frequently asked questions
- What is CVE-2026-53361?
- CVE-2026-53361 is a high-severity vulnerability in Linux. CVSS score: 7.1/10. Published 2026-07-04.
- How severe is CVE-2026-53361?
- High severity. CVSS v3 base score is 7.1 out of 10.
- Is CVE-2026-53361 known to be exploited?
- 1 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.