Lucene search
+L

37 matches found

NVD
NVD
added 2025/12/08 1:16 a.m.8 views

CVE-2025-40319

In the Linux kernel, the following vulnerability has been resolved: bpf: Sync pending IRQ work before freeing ring buffer Fix a race where irqwork can be queued in bpfringbufcommit but the ring buffer is freed before the work executes. In the syzbot reproducer, a BPF program attached to schedswit...

7.8CVSS0.00128EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/08 12:46 a.m.4 views

CVE-2025-40319 bpf: Sync pending IRQ work before freeing ring buffer

In the Linux kernel, the following vulnerability has been resolved: bpf: Sync pending IRQ work before freeing ring buffer Fix a race where irqwork can be queued in bpfringbufcommit but the ring buffer is freed before the work executes. In the syzbot reproducer, a BPF program attached to schedswit...

7.8CVSS6.5AI score0.00128EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2025/12/08 12:0 a.m.6 views

PT-2025-49448

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists where an interrupt request IRQ work item can be queued in the bpf ringbuf commit function, but the ring buffer may be freed before the work item executes. This ca...

6.4AI score0.00128EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/22 3:31 p.m.8 views

EUVD-2023-60021

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix integer overflow in amdgpucspass1 The type of size is unsigned int, if size is 0x40000000, there will be an integer overflow, size will be zero after size = sizeofuint32t, will cause uninitialized memory to be...

5AI score0.00197EPSS
SaveExploits0References4
NVD
NVD
added 2025/10/04 4:15 p.m.8 views

CVE-2023-53587

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Sync IRQ works before buffer destruction If something was written to the buffer just before destruction, it may be possible maybe not in a real system, but it did happen in ARCH=um with time-travel to destroy the...

7.8CVSS0.00153EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/10/04 12:0 a.m.8 views

PT-2025-40750

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.3.0-rc1 Description The Linux kernel contained a flaw in the ring buffer implementation where an interrupt request IRQ work could run after the buffer it operated on was destroyed. This could lead to a...

6.5AI score0.00153EPSS
SaveExploits0References11
Microsoft CVE
Microsoft CVE
added 2025/09/13 8:4 a.m.7 views

rcu: Fix rcu_read_unlock() deadloop due to IRQ work

...

7.1CVSS7AI score0.00149EPSS
SaveExploits0
OSV
OSV
added 2025/09/11 5:15 p.m.15 views

AZL-73947 CVE-2025-39749 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: rcu: Protect -deferqsiwpending from data race On kernels built with CONFIGIRQWORK=y, when rcureadunlock is invoked within an interrupts-disabled region of code 1, it will invoke rcureadunlockspecial, which uses an irq-work handle...

7CVSS5.7AI score0.00157EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/11 5:15 p.m.7 views

CVE-2025-39744

In the Linux kernel, the following vulnerability has been resolved: rcu: Fix rcureadunlock deadloop due to IRQ work During rcureadunlockspecial, if this happens during irqexit, we can lockup if an IPI is issued. This is because the IPI itself triggers the irqexit path causing a recursive lock up...

7.1CVSS0.00149EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/11 5:15 p.m.6 views

UBUNTU-CVE-2025-39744

In the Linux kernel, the following vulnerability has been resolved: rcu: Fix rcureadunlock deadloop due to IRQ work During rcureadunlockspecial, if this happens during irqexit, we can lockup if an IPI is issued. This is because the IPI itself triggers the irqexit path causing a recursive lock up...

7.1CVSS6.5AI score0.00149EPSS
SaveExploits0References24
OSV
OSV
added 2025/09/11 5:15 p.m.4 views

UBUNTU-CVE-2025-39749

In the Linux kernel, the following vulnerability has been resolved: rcu: Protect -deferqsiwpending from data race On kernels built with CONFIGIRQWORK=y, when rcureadunlock is invoked within an interrupts-disabled region of code 1, it will invoke rcureadunlockspecial, which uses an irq-work handle...

7CVSS6.5AI score0.00157EPSS
SaveExploits0References37
OSV
OSV
added 2025/09/11 4:52 p.m.5 views

CVE-2025-39749 rcu: Protect ->defer_qs_iw_pending from data race

In the Linux kernel, the following vulnerability has been resolved: rcu: Protect -deferqsiwpending from data race On kernels built with CONFIGIRQWORK=y, when rcureadunlock is invoked within an interrupts-disabled region of code 1, it will invoke rcureadunlockspecial, which uses an irq-work handle...

7CVSS6AI score0.00157EPSS
SaveExploits0References15
CVE
CVE
added 2025/09/11 4:52 p.m.31 views

CVE-2025-39749

The CVE-2025-39749 issue is in the Linux kernel’s RCU read-side handling: when IRQ work is used (CONFIG_IRQ_WORK=y) and rcu_read_unlock() runs in an interrupts-disabled region, irq-work can interrupt rcu_read_unlock_special(), creating a data race on the per-CPU defer_qs_iw_pending field. The fix...

7CVSS6AI score0.00157EPSS
SaveExploits0References12Affected Software1
CVE
CVE
added 2025/09/11 4:52 p.m.52 views

CVE-2025-39744

The CVE-2025-39744 issue affects the Linux kernel and describes a deadlock in rcu_read_unlock() when called during irq_exit() if an IPI is issued. The root cause is an incorrect handling of irq_work state inside rcu_read_unlock_special() triggered by irq_exit(), which can cause a system hang/lock...

7.1CVSS6AI score0.00149EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/09/11 4:52 p.m.5 views

CVE-2025-39744 rcu: Fix rcu_read_unlock() deadloop due to IRQ work

In the Linux kernel, the following vulnerability has been resolved: rcu: Fix rcureadunlock deadloop due to IRQ work During rcureadunlockspecial, if this happens during irqexit, we can lockup if an IPI is issued. This is because the IPI itself triggers the irqexit path causing a recursive lock up...

7.1CVSS6AI score0.00149EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/04/24 12:0 a.m.4 views

PT-2025-37208

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A data race condition exists within the Linux kernel's RCU Read-Copy-Update implementation. Specifically, the -defer qs iw pending field of the per-CPU rcu data structure is susceptibl...

7CVSS7AI score0.00157EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2022/11/14 12:0 a.m.4 views

PT-2022-35034 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v6.0.3 Description: The issue is related to the RCU Read-Copy Update mechanism in the Linux Kernel, specifically avoiding the triggering of strict-GP irq-work when RCU is idle. The actual impact and attack...

7.2AI score
SaveExploits0References1
Rows per page
Query Builder