CWE-364Base

Signal Handler Race Condition

Incomplete in the CWE catalog · 12 CVEs mapped

12
CVEs mapped
6.5
Median CVSS
What it is

The product uses a signal handler that introduces a race condition.

Recent examples
7.8cvss
CVE-2026-53185

CVE-2026-53185 - HIGH Severity Vulnerability

In the Linux kernel, the following vulnerability has been resolved: zram: fix use-after-free in zram_bvec_write_partial() zram_read_page() picks the sync or async backing device read path based on whether the parent bio is NULL. zram_bvec_write_partial() passes its parent bio down, so for ZRAM_WB slots the read is dispatched asynchronously and zram_read_page() returns 0 while the bio is still in flight. The caller then runs memcpy_from_bvec(), zram_write_page() and __free_page() on the buffer, leaving the async read to write into a freed page. zram_bvec_read_partial() was switched to NULL in commit 4e3c87b9421d ("zram: fix synchronous reads") for the same reason; the write_partial counterpart was missed.

HIGHno explanation yet
0%
epss
3.3cvss
CVE-2026-33565

kernel_linux_common_modules has a Race Condition vulnerability

in OpenHarmony v6.0 and prior versions allow a local attacker cause DOS.

LOWno explanation yet
0%
epss
5.5cvss
CVE-2026-27766

multimedia_audio_framework has a Race Condition vulnerability

in OpenHarmony v6.0 and prior versions allow a local attacker cause information leak.

MEDIUMno explanation yet
0%
epss
The record
Technical detail
CWE ID
CWE-364
Abstraction
Base
Structure
Simple
Status
Incomplete
References (3)