Lucene search
+L

239895 matches found

OSV
OSV
added 2026/08/06 8:16 a.m.8 views

UBUNTU-CVE-2026-64589

In the Linux kernel, the following vulnerability has been resolved: i2c: core: fix NULL-deref on adapter registration failure If adapter registration ever fails the release callback would trigger a NULL-pointer dereference as the completion struct has not been initialised. Note that before the...

5.3AI score0.00156EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/06 7:13 a.m.34 views

CVE-2026-64603 platform/x86: intel-hid: Protect ACPI notify handler against recursion

In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel-hid: Protect ACPI notify handler against recursion Since commit e2ffcda16290 "ACPI: OSL: Allow Notify handlers to run on all CPUs" ACPI notify handlers like the intel-hid notifyhandler may run on multiple CPU...

0.00156EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/06 7:13 a.m.9 views

CVE-2026-64603

In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel-hid: Protect ACPI notify handler against recursion Since commit e2ffcda16290 "ACPI: OSL: Allow Notify handlers to run on all CPUs" ACPI notify handlers like the intel-hid notifyhandler may run on multiple CPU...

5.3AI score0.00156EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/08/06 7:13 a.m.11 views

EUVD-2026-53789

In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel-hid: Protect ACPI notify handler against recursion Since commit e2ffcda16290 "ACPI: OSL: Allow Notify handlers to run on all CPUs" ACPI notify handlers like the intel-hid notifyhandler may run on multiple CPU...

5.4AI score0.00156EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/06 7:13 a.m.6 views

CVE-2026-64603 platform/x86: intel-hid: Protect ACPI notify handler against recursion

In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel-hid: Protect ACPI notify handler against recursion Since commit e2ffcda16290 "ACPI: OSL: Allow Notify handlers to run on all CPUs" ACPI notify handlers like the intel-hid notifyhandler may run on multiple CPU...

5.4AI score
SaveExploits0References7
CVE
CVE
added 2026/08/06 7:13 a.m.46 views

CVE-2026-64603

The CVE-2026-64603 entry describes a race condition in the Linux kernel's intel-hid platform/x86 ACPI notify_handler(). When two ACPI notify events race on different CPUs during lazy registration of the SW_TABLET_MODE input device (triggered from intel_hid_switches_setup()), both can bypass priv-...

5.4AI score0.00156EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/06 7:13 a.m.10 views

CVE-2026-64602 iio: adc: spear: Initialize completion before requesting IRQ

In the Linux kernel, the following vulnerability has been resolved: iio: adc: spear: Initialize completion before requesting IRQ In the report from Jaeyoung Chung: "spearadcprobe in drivers/iio/adc/spearadc.c registers its interrupt handler with devmrequestirq before it initializes st-completion...

5.4AI score
SaveExploits0References11
CVE
CVE
added 2026/08/06 7:13 a.m.46 views

CVE-2026-64602

The CVE describes a race condition in spear_adc_probe() for the Linux kernel IIO SPI driver: devm_request_irq() is called before st->completion is initialized, so an IRQ arriving early may call complete() on an uninitialized completion, dereferencing a NULL list entry and causing a kernel pani...

5.4AI score0.00164EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/06 7:13 a.m.11 views

EUVD-2026-53788

In the Linux kernel, the following vulnerability has been resolved: iio: adc: spear: Initialize completion before requesting IRQ In the report from Jaeyoung Chung: "spearadcprobe in drivers/iio/adc/spearadc.c registers its interrupt handler with devmrequestirq before it initializes st-completion...

5.4AI score0.00164EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/06 7:13 a.m.14 views

EUVD-2026-53787

In the Linux kernel, the following vulnerability has been resolved: ALSA: us144mkii: captureurbcomplete: redundant usbanchorurb corrupts anchor list on each resubmission In captureurbcomplete, usbanchorurb is called on every completion callback, but the URB is already anchored from the initial...

5.4AI score0.00124EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/06 7:13 a.m.51 views

CVE-2026-64601

The CVE-2026-64601 issue affects the Linux kernel ALSA component for the us144mkii driver. In capture_urb_complete(), usb_anchor_urb() is invoked on every completion callback even though the URB was already anchored during initial submission (tascam_trigger_start()). This redundant anchoring corr...

7.8CVSS5.4AI score0.00124EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/06 7:13 a.m.10 views

EUVD-2026-53785

In the Linux kernel, the following vulnerability has been resolved: smb/client: Fix error code in smb2aeadreqalloc The "numsgs" variable is a u32 so "ERRPTRnumsgs" doesn't work. We would have to do something similar to the previous line where it's cast to int and then long. However, it's simpler ...

5.5AI score0.00282EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/06 7:13 a.m.34 views

CVE-2026-64597 smb: client: fix double-free in SMB2_close() replay

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double-free in SMB2close replay A response-bearing attempt can return a replayable error and free its response buffer. If SMB2closeinit fails before the next send, cleanup retains the previous buffer type and fre...

9.8CVSS0.00364EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/06 7:13 a.m.37 views

CVE-2026-64598 smb/client: Fix error code in smb2_aead_req_alloc()

In the Linux kernel, the following vulnerability has been resolved: smb/client: Fix error code in smb2aeadreqalloc The "numsgs" variable is a u32 so "ERRPTRnumsgs" doesn't work. We would have to do something similar to the previous line where it's cast to int and then long. However, it's simpler ...

8.8CVSS0.00282EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/06 7:13 a.m.28 views

CVE-2026-64597 smb: client: fix double-free in SMB2_close() replay

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double-free in SMB2close replay A response-bearing attempt can return a replayable error and free its response buffer. If SMB2closeinit fails before the next send, cleanup retains the previous buffer type and fre...

9.8CVSS5.5AI score
SaveExploits0References8
CVE
CVE
added 2026/08/06 7:13 a.m.81 views

CVE-2026-64597

The CVE-2026-64597 entry concerns a Linux kernel SMB2 client double-free in SMB2_close() replay: a reply-bearing attempt could trigger a replayable error and free the response buffer, with a potential double-free if SMB2_close_init() fails before the next send. The documented fix resets the respo...

9.8CVSS5.5AI score0.00364EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/06 7:13 a.m.13 views

CVE-2026-64597

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double-free in SMB2close replay A response-bearing attempt can return a replayable error and free its response buffer. If SMB2closeinit fails before the next send, cleanup retains the previous buffer type and fre...

5.5AI score0.00364EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/08/06 7:13 a.m.53 views

CVE-2026-64596

CVE-2026-64596 affects the Linux kernel’s libfs handling. The vulnerability stemmed from init_pseudo() not setting SB_I_NOEXEC and SB_I_NODEV by default, allowing path_noexec() to warn when anonymous-inode files were mmap’d from certain superblocks. The fix sets both flags by default for every ps...

5.5AI score0.00154EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/06 7:13 a.m.10 views

CVE-2026-64596

In the Linux kernel, the following vulnerability has been resolved: libfs: set SBINOEXEC and SBINODEV by default in initpseudo Since commit 1e7ab6f67824 "anoninode: rework assertions", pathnoexec warns when an anonymous-inode file is mmap'd from a superblock that has not set SBINOEXEC. dma-buf...

5.5AI score0.00154EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/06 7:13 a.m.10 views

CVE-2026-64596 libfs: set SB_I_NOEXEC and SB_I_NODEV by default in init_pseudo()

In the Linux kernel, the following vulnerability has been resolved: libfs: set SBINOEXEC and SBINODEV by default in initpseudo Since commit 1e7ab6f67824 "anoninode: rework assertions", pathnoexec warns when an anonymous-inode file is mmap'd from a superblock that has not set SBINOEXEC. dma-buf...

5.5AI score
SaveExploits0References6
Rows per page
Query Builder