CVEFinder.io

CVE-2026-53361

⚠️ high
🔍 Scan for this CVE
Summary

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)

Description

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().

CVSS Score
7.1
High
EPSS Score
0.1
Exploit Probability
Published Date
2026-07-04
First Seen: 2026-07-05
📊 Relative Risk Intelligence

This CVE is Moderate Risk - more severe than 53.2% of all 338,292 vulnerabilities in our database.

#158,486
Above average severity
Severity Percentile
Last Modified 2026-07-22
Source NVD 🔗
CVSS Vector 3.1 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H

📦 Affected Products 6

🔗 References 4

🔗 Related CVEs 6

CVE ID Severity CVSS EPSS Summary Published
CVE-2026-53366 ⚠️ high 7.8 0.2 In the Linux kernel, the following vulnerability has been resolved: ipv4: account for fraggap on the paged allocation p... 2026-07-16
CVE-2026-53364 🔶 medium 5.5 0.1 In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_conn: Fix memory leak in hci_le_big_... 2026-07-13
CVE-2026-53365 🔶 medium 5.5 0.1 In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix zerocopy completion for multi-skb... 2026-07-13
CVE-2026-53363 ⛔ critical 9.8 0.3 In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: preserve shared-frag marker in iptfs_c... 2026-07-10
CVE-2026-53359 ⚠️ high 8.8 0.9 In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Fix shadow paging use-after-free due to u... 2026-07-04
CVE-2026-53360 ⚠️ high 8.8 0.2 In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Require in-GHCB scratch area if GHCB v2+ ... 2026-07-04
These CVEs affect the same products