Lucene search
+L

4406 matches found

Debian CVE
Debian CVE
added 2026/02/14 4:27 p.m.10 views

CVE-2026-23180

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: add bounds check for ifid in IRQ handler The IRQ handler extracts ifid from the upper 16 bits of the hardware status register and uses it to index into ethsw-ports without validation. Since ifid can be any 16-bit...

7CVSS5.2AI score0.00122EPSS
SaveExploits0
OSV
OSV
added 2026/02/14 4:27 p.m.9 views

CVE-2026-23180 dpaa2-switch: add bounds check for if_id in IRQ handler

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: add bounds check for ifid in IRQ handler The IRQ handler extracts ifid from the upper 16 bits of the hardware status register and uses it to index into ethsw-ports without validation. Since ifid can be any 16-bit...

7CVSS5.3AI score
SaveExploits0References9
OSV
OSV
added 2026/02/14 4:15 p.m.6 views

AZL-77703 CVE-2026-23138 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: tracing: Add recursion protection in kernel stack trace recording A bug was reported about an infinite recursion caused by tracing the rcu events with the kernel stack trace trigger enabled. The stack trace code called back into...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References1
NVD
NVD
added 2026/02/14 4:15 p.m.17 views

CVE-2026-23132

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: synopsys: dw-dp: fix error paths of dwdpbind Fix several issues in dwdpbind error handling: 1. Missing return after drmbridgeattach failure - the function continued execution instead of returning an error. 2. Resource...

5.5CVSS0.00116EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/02/14 4:15 p.m.6 views

CVE-2026-23138

In the Linux kernel, the following vulnerability has been resolved: tracing: Add recursion protection in kernel stack trace recording A bug was reported about an infinite recursion caused by tracing the rcu events with the kernel stack trace trigger enabled. The stack trace code called back into...

5.5CVSS5.4AI score0.00122EPSS
SaveExploits0References6
OSV
OSV
added 2026/02/14 4:15 p.m.6 views

UBUNTU-CVE-2026-23163

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix NULL pointer dereference in amdgpugmcfilterfaultsremove On APUs such as Raven and Renoir GC 9.1.0, 9.2.2, 9.3.0, the ih1 and ih2 interrupt ring buffers are not initialized. This is by design, as these secondary IH...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References21
EUVD
EUVD
added 2026/02/14 4:1 p.m.6 views

EUVD-2026-5870

In the Linux kernel, the following vulnerability has been resolved: flexproportions: make fpropnewperiod hardirq safe Bernd has reported a lockdep splat from flexible proportions code that is essentially complaining about the following race: runtimersoftirq - we are in softirq context calltimerfn...

5.4AI score0.00114EPSS
SaveExploits0References5
CVE
CVE
added 2026/02/14 4:1 p.m.48 views

CVE-2026-23163

The CVE-2026-23163 issue is a Linux kernel vulnerability in the amdgpu driver where APUs (Raven/Renoir) with noretry path could trigger a NULL pointer dereference in amdgpu_gmc_filter_faults_remove using uninitialized ih1 ring data. The root cause was ih1/ih2 not being initialized on APUs (second...

5.5CVSS5.3AI score0.00114EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/02/14 3:22 p.m.6 views

CVE-2026-23138

In the Linux kernel, the following vulnerability has been resolved: tracing: Add recursion protection in kernel stack trace recording A bug was reported about an infinite recursion caused by tracing the rcu events with the kernel stack trace trigger enabled. The stack trace code called back into...

5.3AI score0.00122EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/02/14 3:22 p.m.10 views

CVE-2026-23138 tracing: Add recursion protection in kernel stack trace recording

In the Linux kernel, the following vulnerability has been resolved: tracing: Add recursion protection in kernel stack trace recording A bug was reported about an infinite recursion caused by tracing the rcu events with the kernel stack trace trigger enabled. The stack trace code called back into...

5.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/02/14 3:22 p.m.33 views

CVE-2026-23138 tracing: Add recursion protection in kernel stack trace recording

In the Linux kernel, the following vulnerability has been resolved: tracing: Add recursion protection in kernel stack trace recording A bug was reported about an infinite recursion caused by tracing the rcu events with the kernel stack trace trigger enabled. The stack trace code called back into...

0.00122EPSS
SaveExploits0References4
CVE
CVE
added 2026/02/14 3:22 p.m.37 views

CVE-2026-23138

In CVE-2026-23138, the Linux kernel fixes an infinite recursion bug triggered when tracing the RCU events with the stack-trace trigger enabled. The patch expands ftrace recursion protection by adding a set of bits to protect events from recursion across contexts (normal, softirq, interrupt, and N...

5.5CVSS5.3AI score0.00122EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/02/14 3:22 p.m.10 views

EUVD-2026-5899

In the Linux kernel, the following vulnerability has been resolved: tracing: Add recursion protection in kernel stack trace recording A bug was reported about an infinite recursion caused by tracing the rcu events with the kernel stack trace trigger enabled. The stack trace code called back into...

5.3AI score0.00122EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/02/14 12:0 a.m.11 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the lack of lock protection for the currxfer field in the IRQ handler of the tegra210-quad SPI...

4.7CVSS5.8AI score0.00088EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/02/14 12:0 a.m.13 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the amdgpugmcfilterfaultsremove function’s unconditional access to uninitialized interrupt rings,...

5.5CVSS6AI score0.00114EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/02/14 12:0 a.m.10 views

PT-2026-8127

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: synopsys: dw-dp: fix error paths of dw dp bind Fix several issues in dw dp bind error handling: 1. Missing return after drm bridge attach failure - the function continued execution instead of returning an error. 2...

5.5AI score0.00116EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/02/14 12:0 a.m.10 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from KVM’s failure to properly allocate irqfd when canceling the allocation, leading to incorrect...

7.8CVSS5.8AI score0.00124EPSS
SaveExploits0References7
NVD
NVD
added 2026/02/04 5:16 p.m.8 views

CVE-2026-23071

In the Linux kernel, the following vulnerability has been resolved: regmap: Fix race condition in hwspinlock irqsave routine Previously, the address of the shared member '&map-spinlockflags' was passed directly to 'hwspinlocktimeoutirqsave'. This creates a race condition where multiple contexts...

4.7CVSS0.001EPSS
SaveExploits0References7
OSV
OSV
added 2026/02/04 5:16 p.m.6 views

UBUNTU-CVE-2026-23071

In the Linux kernel, the following vulnerability has been resolved: regmap: Fix race condition in hwspinlock irqsave routine Previously, the address of the shared member '&map-spinlockflags' was passed directly to 'hwspinlocktimeoutirqsave'. This creates a race condition where multiple contexts...

4.7CVSS5.7AI score0.001EPSS
SaveExploits0References34
Debian CVE
Debian CVE
added 2026/02/04 4:8 p.m.7 views

CVE-2026-23085

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Avoid truncating memory addresses On 32-bit machines with CONFIGARMLPAE, it is possible for lowmem allocations to be backed by addresses physical memory above the 32-bit address limit, as found while...

5.5CVSS5.2AI score0.00123EPSS
SaveExploits0
Rows per page
Query Builder