Lucene search
+L

1085 matches found

SUSE CVE
SUSE CVE
added 2026/07/25 3:59 p.m.12 views

SUSE CVE-2026-64413

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: zero chainstack array sashiko reports: looking at ebtables table translation, could a sparse cpupossiblemask lead to an uninitialized pointer free? If cpupossiblemask is sparse for example, CPU 0 and CPU 2 ar...

2.5CVSS5.8AI score0.00124EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 3:58 p.m.15 views

SUSE CVE-2026-64457

In the Linux kernel, the following vulnerability has been resolved: virtiopci: fix vq info pointer lookup via wrong index Unbinding a virtio balloon device: echo virtio0 /sys/bus/virtio/drivers/virtioballoon/unbind triggers a NULL pointer dereference. The dmesg says: BUG: kernel NULL pointer...

5.5CVSS5.7AI score0.00175EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/25 10:17 a.m.12 views

CVE-2026-64413

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: zero chainstack array sashiko reports: looking at ebtables table translation, could a sparse cpupossiblemask lead to an uninitialized pointer free? If cpupossiblemask is sparse for example, CPU 0 and CPU 2 ar...

7CVSS0.00124EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/25 10:17 a.m.10 views

UBUNTU-CVE-2026-64413

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: zero chainstack array sashiko reports: looking at ebtables table translation, could a sparse cpupossiblemask lead to an uninitialized pointer free? If cpupossiblemask is sparse for example, CPU 0 and CPU 2 ar...

7CVSS5.7AI score0.00124EPSS
SaveExploits0References14
OSV
OSV
added 2026/07/25 10:17 a.m.10 views

UBUNTU-CVE-2026-64349

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: fix dwc3readl and dwc3writel calls in dwc3ulpisetup The dwc3ulpisetup calls the register read and write calls with dwc3-regs when both these calls take the dwc3 structure directly. Chnage these two calls to fix the...

5.5CVSS5.6AI score0.00121EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.47 views

CVE-2026-64413 netfilter: ebtables: zero chainstack array

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: zero chainstack array sashiko reports: looking at ebtables table translation, could a sparse cpupossiblemask lead to an uninitialized pointer free? If cpupossiblemask is sparse for example, CPU 0 and CPU 2 ar...

7CVSS0.00124EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:50 a.m.54 views

CVE-2026-64413

CVE-2026-64413 relates to the Linux kernel netfilter/ebtables path, specifically the zero chainstack array issue. The advisory describes that if cpu_possible_mask is sparse (e.g., CPU 0 and CPU 2 possible, CPU 1 not), the allocation loop can skip an entry and, if vmalloc_node() fails later, the c...

7CVSS5.8AI score0.00124EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
added 2026/07/25 8:50 a.m.17 views

EUVD-2026-48957

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: zero chainstack array sashiko reports: looking at ebtables table translation, could a sparse cpupossiblemask lead to an uninitialized pointer free? If cpupossiblemask is sparse for example, CPU 0 and CPU 2 ar...

5.8AI score0.00124EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 8:50 a.m.12 views

CVE-2026-64413 netfilter: ebtables: zero chainstack array

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: zero chainstack array sashiko reports: looking at ebtables table translation, could a sparse cpupossiblemask lead to an uninitialized pointer free? If cpupossiblemask is sparse for example, CPU 0 and CPU 2 ar...

7CVSS5.7AI score
SaveExploits0References12
EUVD
EUVD
added 2026/07/25 8:50 a.m.13 views

EUVD-2026-48893

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: fix dwc3readl and dwc3writel calls in dwc3ulpisetup The dwc3ulpisetup calls the register read and write calls with dwc3-regs when both these calls take the dwc3 structure directly. Chnage these two calls to fix the...

5.7AI score0.00121EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:50 a.m.39 views

CVE-2026-64349

CVE-2026-64349 affects the DesignWare USB3 (dwc3) driver in the Linux kernel . In dwc3_ulpi_setup() (drivers/usb/dwc3/core.c), the functions dwc3_readl() and dwc3_writel() are incorrectly passed dwc3->regs (a void __iomem *) instead of the expected struct dwc3 * pointer. This type mismatch acr...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References3Affected Software1
SUSE CVE
SUSE CVE
added 2026/07/25 12:13 a.m.12 views

SUSE CVE-2026-64247

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: hyper-v: Bound the bank index when querying sparse banks When checking if a VP ID is included in a sparse bank set, explicitly check that the ID can actually be contained in a sparse bank the TLFS allows for a maximum o...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.29 views

PT-2026-64570

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the dwc3 ulpi setup function where it incorrectly passes dwc3-regs to the dwc3 readl and dwc3 writel functions. These functions are designed to take the dwc3 structure...

9.8CVSS5.7AI score0.01482EPSS
SaveExploits9References369
NVD
NVD
added 2026/07/24 4:16 p.m.17 views

CVE-2026-64247

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: hyper-v: Bound the bank index when querying sparse banks When checking if a VP ID is included in a sparse bank set, explicitly check that the ID can actually be contained in a sparse bank the TLFS allows for a maximum o...

8.4CVSS0.00114EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/24 4:16 p.m.10 views

DEBIAN-CVE-2026-64247

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: hyper-v: Bound the bank index when querying sparse banks When checking if a VP ID is included in a sparse bank set, explicitly check that the ID can actually be contained in a sparse bank the TLFS allows for a maximum o...

8.4CVSS5.6AI score0.00114EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/24 4:16 p.m.15 views

UBUNTU-CVE-2026-64247

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: hyper-v: Bound the bank index when querying sparse banks When checking if a VP ID is included in a sparse bank set, explicitly check that the ID can actually be contained in a sparse bank the TLFS allows for a maximum o...

8.4CVSS5.6AI score0.00114EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2026/07/24 4:16 p.m.7 views

CVE-2026-64247

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: hyper-v: Bound the bank index when querying sparse banks When checking if a VP ID is included in a sparse bank set, explicitly check that the ID can actually be contained in a sparse bank the TLFS allows for a maximum o...

8.4CVSS5.7AI score0.00114EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2026/07/24 3:31 p.m.48 views

CVE-2026-64247 KVM: x86: hyper-v: Bound the bank index when querying sparse banks

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: hyper-v: Bound the bank index when querying sparse banks When checking if a VP ID is included in a sparse bank set, explicitly check that the ID can actually be contained in a sparse bank the TLFS allows for a maximum o...

8.4CVSS0.00114EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/24 3:31 p.m.18 views

EUVD-2026-48656

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: hyper-v: Bound the bank index when querying sparse banks When checking if a VP ID is included in a sparse bank set, explicitly check that the ID can actually be contained in a sparse bank the TLFS allows for a maximum o...

5.7AI score0.00114EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/24 3:31 p.m.16 views

CVE-2026-64247 KVM: x86: hyper-v: Bound the bank index when querying sparse banks

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: hyper-v: Bound the bank index when querying sparse banks When checking if a VP ID is included in a sparse bank set, explicitly check that the ID can actually be contained in a sparse bank the TLFS allows for a maximum o...

8.4CVSS5.7AI score
SaveExploits0References8
Rows per page
Query Builder