CVE-2026-53361

Linux kernel (GCP) vulnerabilities

Beschreibung

Im Linux-Kernel wurde die folgende Schwachstelle behoben: `af_unix`: Setze `gc_in_progress` auf wahr in `unix_gc()`. Igor Ushakov berichtete, dass `unix_gc()` mit `gc_in_progress` als falsch ausgeführt werden könnte, wenn die Arbeit geplant wird, während sie läuft: 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()` verlässt sich darauf, dass `gc_in_progress` nicht den GC durch MSG_PEEK verwirrt. Lassen Sie uns `gc_in_progress` auf wahr in `unix_gc()` setzen.

Metriken

Severity
medium
PoC (öffentlich gemeldet)
4.5
Quelle: nvd-v3
9.0 %
Niedrig — CVE gehört zu den unteren 10 % der heute bewerteten CVEs.
0.2 %
Niedrig — Modell schätzt < 1 % Ausnutzungs-Wahrscheinlichkeit.
Veröffentlicht
2026-09-07 09:05 UTC

Re-Analyse & Statuswechsel

Chronologie der NVD-Audit-Events für diese CVE — Reanalyses, CVSS-Updates, CPE-Diffs.

  1. CVE Modified2026-08-19 17:19 UTC· 416baaa9-dc9f-4396-8d5f-8c081fb06d67
    • Reference: https://git.kernel.org/stable/c/20aa894d475bd8086b25c1113ec4ca70f70c7a98
    • Affected: Linux, LinuxLinux, Linux
  2. Initial Analysis2026-07-22 19:07 UTC· nvd@nist.gov
    • CWE: NVD-CWE-noinfo
    • CPE Configuration: OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.1.141 up to (excluding) 6.2 *cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.9 up to (excluding) 6.12.95 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.13 up to (excluding) 6.18.38 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.19 up to (excluding) 7.1 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.6.93 up to (excluding) 6.6.144
    • Reference Type: kernel.org: https://git.kernel.org/stable/c/0cfa78c050662784fc8e3ab26dbfd1dc632b2082 Types: Patch
    • Reference Type: kernel.org: https://git.kernel.org/stable/c/591f1ac217428a6d2b32a8ac14aac0fab44f155a Types: Patch
  3. New CVE Received2026-07-04 12:17 UTC· 416baaa9-dc9f-4396-8d5f-8c081fb06d67
    • Affected: Linux, Linux
    • 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().
    • Reference: https://git.kernel.org/stable/c/0cfa78c050662784fc8e3ab26dbfd1dc632b2082
    • Reference: https://git.kernel.org/stable/c/591f1ac217428a6d2b32a8ac14aac0fab44f155a

Betroffene Betriebssysteme

  • linux

    redhat / enterprise_linux10.0

  • linux

    redhat / enterprise_linux7.0

  • linux

    redhat / enterprise_linux8.0

  • linux

    redhat / enterprise_linux9.0

  • linux

    ubuntu / linux-aws-6.8jammy

  • linux

    ubuntu / linux-azureresolute

  • linux

    ubuntu / linux-azuretrusty

  • linux

    ubuntu / linux-azurexenial

  • linux

    ubuntu / linux-azure-4.15bionic

  • linux

    ubuntu / linux-azure-5.4bionic

  • linux

    ubuntu / linux-azure-fdenoble

  • linux

    ubuntu / linux-azure-fderesolute

  • linux

    ubuntu / linux-azure-fde-6.8jammy

  • linux

    ubuntu / linux-azure-fipsbionic

  • linux

    ubuntu / linux-azure-fipsfocal

  • linux

    ubuntu / linux-azure-fipsnoble

  • linux

    ubuntu / linux-fipsjammy

  • linux

    ubuntu / linux-gcp-7.0noble

  • linux

    ubuntu / linux-gkejammy

  • linux

    ubuntu / linux-nvidia-tegranoble

  • linux

    ubuntu / linux-raspinoble

  • linux

    ubuntu / linux-raspi-realtimenoble

  • linux

    linux / linux_kernel2.6.12

  • linux

    linux / linux_kernel2.6.15

Quellen & Referenzen

Verknüpfte CVEs

1392 weitere CVEs anzeigen
IDCVE-2026-53361
Linux kernel (GCP) vulnerabilities — CVE-2026-53361 | NEOSEC Intel