Lucene search
+L

240045 matches found

SUSE CVE
SUSE CVE
added 2026/08/06 11:56 p.m.5 views

SUSE CVE-2026-64584

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fmidi: cancel pending IN work before freeing the midi object The fmidi driver embeds a work item midi-work whose handler, fmidiinwork, dereferences the enclosing struct fmidi through containerof. This work is armed...

7.8CVSS5.2AI score0.00116EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 11:55 p.m.7 views

SUSE CVE-2026-64587

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: arc: emac: quiesce interrupts before requesting IRQ Normal RX/TX interrupts are enabled later, in arcemacopen, so probe should not see interrupt delivery in the usual case. However, hardware may still present stale...

7CVSS5.4AI score0.00122EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 11:55 p.m.9 views

SUSE 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.4AI score0.00156EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 11:55 p.m.10 views

SUSE CVE-2026-64591

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Avoid WARNING in sva unbind path The Intel IOMMU driver allows SVA on devices even if they do not support PCI/PRI. Commit 39c20c4e83b9 "iommu/vt-d: Only handle IOPF for SVA when PRI is supported" modified the SVA bind...

5.4AI score0.00164EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 11:55 p.m.6 views

SUSE CVE-2026-64592

In the Linux kernel, the following vulnerability has been resolved: riscv: mm: Unconditionally sfence.vma for spurious fault Svvptc does not guarantee that it's safe to just return here. Since we have already cleared our bit, if, theoretically, the bounded timeframe for the accessed page to becom...

5.4AI score0.00156EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 11:55 p.m.7 views

SUSE CVE-2026-64593

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not trim a device which is not writeable BUG There is a bug report that btrfs/242 can randomly fail with the following NULL pointer dereference: run fstests btrfs/242 at 2026-06-01 10:25:08 BTRFS: device fsid...

5.4AI score0.00164EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 11:55 p.m.7 views

SUSE CVE-2026-64594

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: initialize resetwork at allocation time ffsfskillsb unconditionally calls cancelworksync on ffs-resetwork when a functionfs instance is unmounted: ffsdataresetffs; cancelworksync&ffs-resetwork; However...

5.4AI score0.00164EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 11:55 p.m.10 views

SUSE CVE-2026-64595

In the Linux kernel, the following vulnerability has been resolved: HID: hid-lenovo-go: cancel cfgsetup work in hidgocfgremove hidgocfgprobe initialises drvdata.gocfgsetup and schedules it to run 2 ms later: INITDELAYEDWORK&drvdata.gocfgsetup, &cfgsetup; scheduledelayedwork&drvdata.gocfgsetup,...

5.5AI score0.00145EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 11:55 p.m.8 views

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

9.8CVSS5.5AI score0.00364EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 11:55 p.m.7 views

SUSE CVE-2026-64598

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.8CVSS5.5AI score0.00282EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 11:55 p.m.9 views

SUSE CVE-2026-64599

In the Linux kernel, the following vulnerability has been resolved: crypto: amlogic - avoid double cleanup in mesoncryptoprobe When mesonallocatechanlist fails after a partial allocation, it already unwinds the allocated chanlist state through its local error path. mesoncryptoprobe then jump to...

7.8CVSS5.4AI score0.00117EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 11:55 p.m.9 views

SUSE CVE-2026-64601

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

7.8CVSS5.4AI score0.00124EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 11:55 p.m.10 views

SUSE CVE-2026-64602

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
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 11:55 p.m.11 views

SUSE 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.4AI score0.00156EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 11:55 p.m.11 views

SUSE CVE-2026-64604

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode When updating CR8 intercepts, get vmcs12 if and only if the vCPU is in guest mode so that a future change can have update CR8 intercepts during vCPU...

5.4AI score0.00164EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 11:55 p.m.7 views

SUSE CVE-2026-68480

In the Linux kernel, the following vulnerability has been resolved: x86/bugs: Make Safe-RET robust against interrupt injection An attacker injecting interrupts while the Safe-RET mitigation executes on machines affected by SRSO can neutralize the safe return sequence, potentially leading to data...

5.6CVSS5.4AI score0.00227EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/06 10:18 p.m.8 views

CVE-2026-68480

In the Linux kernel, the following vulnerability has been resolved: x86/bugs: Make Safe-RET robust against interrupt injection An attacker injecting interrupts while the Safe-RET mitigation executes on machines affected by SRSO can neutralize the safe return sequence, potentially leading to data...

0.00227EPSS
SaveExploits0References9
OSV
OSV
added 2026/08/06 10:18 p.m.7 views

UBUNTU-CVE-2026-68480

In the Linux kernel, the following vulnerability has been resolved: x86/bugs: Make Safe-RET robust against interrupt injection An attacker injecting interrupts while the Safe-RET mitigation executes on machines affected by SRSO can neutralize the safe return sequence, potentially leading to data...

5.2AI score0.00227EPSS
SaveExploits0References10
Rockylinux
Rockylinux
added 2026/08/06 6:10 p.m.28 views

kernel security, bug fix, and enhancement update

An update is available for kernel. This update affects Rocky Linux SIG Cloud 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The kernel packages contain the Linux kernel, the core of any Linux...

7.8CVSS6.9AI score0.00132EPSS
SaveExploits1
Debian
Debian
added 2026/08/06 5:59 p.m.34 views

[SECURITY] [DSA 6415-1] linux security update

------------------------------------------------------------------------- Debian Security Advisory DSA-6415-1 [email protected] https://www.debian.org/security/ Salvatore Bonaccorso August 06, 2026 https://www.debian.org/security/faq -...

9.8CVSS6.4AI score0.00537EPSS
SaveExploits4
Rows per page
Query Builder