Lucene search
K

10805 matches found

OSV
OSV
added 2026/02/14 5:15 p.m.2 views

AZL-77757 CVE-2025-71203 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: riscv: Sanitize syscall table indexing under speculation The syscall number is a user-controlled value used to index into the syscall table. Use arrayindexnospec to clamp this value after the bounds check to prevent speculative...

7CVSS5.6AI score0.00018EPSS
Exploits0References1
NVD
NVD
added 2026/02/14 5:15 p.m.3 views

CVE-2025-71203

In the Linux kernel, the following vulnerability has been resolved: riscv: Sanitize syscall table indexing under speculation The syscall number is a user-controlled value used to index into the syscall table. Use arrayindexnospec to clamp this value after the bounds check to prevent speculative...

7CVSS0.00018EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2026/02/14 5:15 p.m.3 views

CVE-2026-23194

In the Linux kernel, the following vulnerability has been resolved: rustbinder: correctly handle FDA objects of length zero Fix a bug where an empty FDA fd array object with 0 fds would cause an out-of-bounds error. The previous implementation used skip == 0 to mean "this is a pointer fixup", but...

7.8CVSS5.8AI score0.00019EPSS
Exploits0References4
OSV
OSV
added 2026/02/14 5:15 p.m.1 views

UBUNTU-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.7AI score0.00018EPSS
Exploits0References16
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.3 views

CVE-2026-23194

In the Linux kernel, the following vulnerability has been resolved: rustbinder: correctly handle FDA objects of length zero Fix a bug where an empty FDA fd array object with 0 fds would cause an out-of-bounds error. The previous implementation used skip == 0 to mean "this is a pointer fixup", but...

5.4AI score0.00019EPSS
Exploits0References3Affected Software1
CVE
CVE
added 2026/02/14 4:27 p.m.18 views

CVE-2026-23194

CVE-2026-23194 relates to the Linux kernel rust_binder handling of FDA objects of length zero. The issue was a out-of-bounds write when an empty fd-array (FDA) with 0 fds was processed, caused by treating skip == 0 as a special “pointer fixup.” The fix replaces this zero-special-case pattern (ori...

7.8CVSS5.5AI score0.00019EPSS
Exploits0References2Affected Software1
Debian CVE
Debian CVE
added 2026/02/14 4:27 p.m.4 views

CVE-2026-23187

In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx8m-blk-ctrl: fix out-of-range access of bc-domains Fix out-of-range access of bc-domains in imx8mblkctrlremove...

7.1CVSS5.1AI score0.00018EPSS
Exploits0
OSV
OSV
added 2026/02/14 4:27 p.m.3 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 score0.00018EPSS
Exploits0References9
Cvelist
Cvelist
added 2026/02/14 4:27 p.m.21 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...

7CVSS0.00018EPSS
Exploits0References6
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.3 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...

5.1AI score0.00018EPSS
Exploits0References7Affected Software1
EUVD
EUVD
added 2026/02/14 4:27 p.m.3 views

EUVD-2026-5861

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...

5.2AI score0.00018EPSS
Exploits0References6
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.2 views

CVE-2025-71203

In the Linux kernel, the following vulnerability has been resolved: riscv: Sanitize syscall table indexing under speculation The syscall number is a user-controlled value used to index into the syscall table. Use arrayindexnospec to clamp this value after the bounds check to prevent speculative...

5.2AI score0.00018EPSS
Exploits0References4Affected Software1
CVE
CVE
added 2026/02/14 4:27 p.m.5 views

CVE-2025-71203

CVE-2025-71203 concerns the Linux kernel where a user-controlled syscall number could be used to index the syscall table, enabling potential data leakage via cache side channels. The mitigation is to clamp the index with array_index_nospec() after the bounds check to prevent speculative out-of-bo...

7CVSS5.2AI score0.00018EPSS
Exploits0References4Affected Software1
NVD
NVD
added 2026/02/14 4:15 p.m.3 views

CVE-2026-23171

In the Linux kernel, the following vulnerability has been resolved: bonding: fix use-after-free due to enslave fail after slave array update Fix a use-after-free which happens due to enslave failure after the new slave has been added to the array. Since the new slave can be used for Tx immediatel...

7.8CVSS0.00018EPSS
Exploits0References4
OSV
OSV
added 2026/02/14 4:15 p.m.2 views

UBUNTU-CVE-2026-23171

In the Linux kernel, the following vulnerability has been resolved: bonding: fix use-after-free due to enslave fail after slave array update Fix a use-after-free which happens due to enslave failure after the new slave has been added to the array. Since the new slave can be used for Tx immediatel...

7.8CVSS5.7AI score0.00018EPSS
Exploits0References5
UbuntuCve
UbuntuCve
added 2026/02/14 4:15 p.m.3 views

CVE-2026-23143

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix misalignment bug in struct virtnetinfo Use the new TRAILINGOVERLAP helper to fix a misalignment bug along with the following warning: drivers/net/virtionet.c:429:46: warning: structure containing a flexible array...

5.5CVSS5.7AI score0.00019EPSS
Exploits0References4
OSV
OSV
added 2026/02/14 4:15 p.m.3 views

UBUNTU-CVE-2026-23143

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix misalignment bug in struct virtnetinfo Use the new TRAILINGOVERLAP helper to fix a misalignment bug along with the following warning: drivers/net/virtionet.c:429:46: warning: structure containing a flexible array...

5.5CVSS5.7AI score0.00019EPSS
Exploits0References5
UbuntuCve
UbuntuCve
added 2026/02/14 4:15 p.m.2 views

CVE-2026-23171

In the Linux kernel, the following vulnerability has been resolved: bonding: fix use-after-free due to enslave fail after slave array update Fix a use-after-free which happens due to enslave failure after the new slave has been added to the array. Since the new slave can be used for Tx immediatel...

7.8CVSS5.7AI score0.00018EPSS
Exploits0References4
EUVD
EUVD
added 2026/02/14 4:1 p.m.2 views

EUVD-2026-5867

In the Linux kernel, the following vulnerability has been resolved: bonding: fix use-after-free due to enslave fail after slave array update Fix a use-after-free which happens due to enslave failure after the new slave has been added to the array. Since the new slave can be used for Tx immediatel...

5.2AI score0.00018EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2026/02/14 4:1 p.m.3 views

CVE-2026-23171

In the Linux kernel, the following vulnerability has been resolved: bonding: fix use-after-free due to enslave fail after slave array update Fix a use-after-free which happens due to enslave failure after the new slave has been added to the array. Since the new slave can be used for Tx immediatel...

7.8CVSS5.2AI score0.00018EPSS
Exploits0
Rows per page
Query Builder