Lucene search
+L

47009 matches found

RedhatCVE
RedhatCVE
added 2026/08/19 5:46 p.m.4 views

CVE-2026-72447

A flaw was found in the Linux kernel's Stream Control Transmission Protocol SCTP diagnostic SCTPDIAG endpoint dumping mechanism. A race condition occurs when address lists are traversed without holding the necessary socket lock, allowing concurrent modifications. A local attacker could exploit th...

5.5CVSS5.4AI score0.0022EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 5:46 p.m.5 views

CVE-2026-74482

A flaw was found in the Linux kernel's huge memory management mm/hugememory. A race condition exists in the foliosplit function where the immaprwsem lock is released prematurely before all after-split folios are fully processed. This allows a concurrent operation to free the inode while subsequen...

7.8CVSS5.4AI score0.00126EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 5:43 p.m.10 views

CVE-2026-72390

A flaw was found in the Linux kernel's schteql module. The teql master-slaves linked list, which manages network traffic queues, is not adequately protected against simultaneous modifications. This lack of protection can lead to a race condition, allowing a local attacker to trigger a...

7.8CVSS5.7AI score0.00162EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 5:43 p.m.7 views

CVE-2026-72388

A flaw was found in the Linux kernel's drm/panthor component. This vulnerability arises from the incorrect acquisition of fence locks, where an IRQ-safe variant was not consistently used for dmafence objects. Since these objects can be accessed from hard interrupt hardirq context by other drivers...

5.5CVSS5.5AI score0.00189EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 5:43 p.m.6 views

CVE-2026-72383

A flaw was found in the Linux kernel's Stream Control Transmission Protocol SCTP implementation. A race condition exists in the sctpfreeaddrwq function during the cleanup of network address work queues. This allows a timer handler to access memory that has already been freed, leading to a...

7.8CVSS5.4AI score0.00157EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 5:43 p.m.6 views

CVE-2026-74493

A flaw was found in the Linux kernel's net/smc component. A use-after-free vulnerability occurs during link group termination when a concurrent close operation unregisters a connection and frees its socket before the termination worker can properly hold the socket. This race condition can lead to...

9.8CVSS5.4AI score0.005EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 5:41 p.m.8 views

CVE-2026-74461

A flaw was found in the Linux kernel, specifically within the i2c: imx driver. This vulnerability occurs due to a timing issue during device unregistration, where a critical pointer is cleared before a related timer is properly canceled. If a pending interrupt triggers the timer after the pointer...

8.4CVSS5.3AI score0.00138EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 5:41 p.m.5 views

CVE-2026-74513

A flaw was found in the Linux kernel's dibs module. A race condition exists during the attach, detach, and unregister operations of dmbnode objects. This allows a concurrent operation to free a dmbnode while another operation attempts to access its reference count, leading to a use-after-free...

7.8CVSS5.8AI score0.00124EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 5:41 p.m.8 views

CVE-2026-74477

A flaw was found in the Linux kernel's uprobes mechanism. A local attacker could exploit a race condition by forking a task with a pending uretprobe while another CPU unregisters the uprobe. This could lead to a NULL pointer dereference in the hprobeexpire function, causing a kernel oops and...

5.5CVSS5.3AI score0.00166EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 5:41 p.m.5 views

CVE-2026-72404

A flaw was found in the Linux kernel's TIPC UDP media bearer. This vulnerability, a Use-After-Free UAF condition, occurs because certain data structures are prematurely destroyed during teardown without proper synchronization with concurrent operations. A local attacker with network access could...

7.8CVSS5.4AI score0.00154EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 5:40 p.m.5 views

CVE-2026-72405

A flaw was found in the Linux kernel's UDP tunnel networking component. A race condition in the udptunnelnicdevicesync function allows a work item to be double-queued. This can lead to a use-after-free vulnerability, where memory is prematurely freed while still active. A local attacker could...

7.8CVSS5.4AI score0.00134EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 5:39 p.m.6 views

CVE-2026-72355

A flaw was found in the Linux kernel's netfs component. This vulnerability arises from incorrect barriering when processing the subrequest list, allowing a subrequest to be observed before it has been fully added by the application thread. This race condition could lead to unexpected system...

9.8CVSS5.3AI score0.00554EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/19 5:19 p.m.8 views

CVE-2026-73829

ZenHive mpp (Elixir MPP library) versions 0.2.0 through 0.6.0 contain a TOCTOU race condition in the type="hash" credential path of MPP.Methods.Tempo.verify/2. The dedup check-then-mark sequence is non-atomic: check_hash_unused/2 reads the store, an on-chain receipt is verified, and only then doe...

6.3CVSS5.5AI score0.0024EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 5:19 p.m.32 views

CVE-2026-73829 Non-atomic hash-credential dedup in mpp Tempo allows replay of a confirmed payment under a concurrent race

Time-of-check Time-of-use TOCTOU Race Condition in ZenHive mpp allows an unauthenticated remote client to redeem one confirmed on-chain payment for multiple paid-resource accesses. The type="hash" credential path in MPP.Methods.Tempo.verify/2 guards against replay with a non-atomic check-then-mar...

6.3CVSS0.0024EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 5:19 p.m.8 views

CVE-2026-73829 Non-atomic hash-credential dedup in mpp Tempo allows replay of a confirmed payment under a concurrent race

Time-of-check Time-of-use TOCTOU Race Condition in ZenHive mpp allows an unauthenticated remote client to redeem one confirmed on-chain payment for multiple paid-resource accesses. The type="hash" credential path in MPP.Methods.Tempo.verify/2 guards against replay with a non-atomic check-then-mar...

6.3CVSS5.5AI score0.0024EPSS
SaveExploits0References9
OSV
OSV
added 2026/08/19 5:19 p.m.5 views

EEF-CVE-2026-73829 Non-atomic hash-credential dedup in mpp Tempo allows replay of a confirmed payment under a concurrent race

Summary Time-of-check Time-of-use TOCTOU Race Condition in ZenHive mpp allows an unauthenticated remote client to redeem one confirmed on-chain payment for multiple paid-resource accesses. The type="hash" credential path in MPP.Methods.Tempo.verify/2 guards against replay with a non-atomic...

6.3CVSS5.5AI score0.0024EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/19 5:19 p.m.12 views

EUVD-2026-62591

Time-of-check Time-of-use TOCTOU Race Condition in ZenHive mpp allows an unauthenticated remote client to redeem one confirmed on-chain payment for multiple paid-resource accesses. The type="hash" credential path in MPP.Methods.Tempo.verify/2 guards against replay with a non-atomic check-then-mar...

6.3CVSS5.5AI score0.0024EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/19 5:19 p.m.8 views

CVE-2026-73829 Non-atomic hash-credential dedup in mpp Tempo allows replay of a confirmed payment under a concurrent race

Time-of-check Time-of-use TOCTOU Race Condition in ZenHive mpp allows an unauthenticated remote client to redeem one confirmed on-chain payment for multiple paid-resource accesses. The type="hash" credential path in MPP.Methods.Tempo.verify/2 guards against replay with a non-atomic check-then-mar...

6.3CVSS5.4AI score0.0024EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 5:08 p.m.6 views

CVE-2026-72341

A flaw was found in the Linux kernel's net/mlx5e component. A local attacker could exploit a race condition during the publication of channel statistics. On weakly-ordered architectures, this could lead to a null pointer dereference, causing a system crash and a denial of service...

5.5CVSS5.3AI score0.00207EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/19 4:17 p.m.6 views

CVE-2026-16819

IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a local attacker to cause a denial of service and compromise data integrity due to a time-of-check time-of-use race condition...

7.7CVSS0.00087EPSS
SaveExploits0References1
Rows per page
Query Builder