Lucene search
K

223948 matches found

SUSE CVE
SUSE CVE
added yesterday4 views

SUSE CVE-2026-46304

In the Linux kernel, the following vulnerability has been resolved: nvmet: avoid recursive nvmet-wq flush in nvmetctrlfree nvmettcpreleasequeuework runs on nvmet-wq and can drop the final controller reference through nvmetcqput. If that triggers nvmetctrlfree, the teardown path flushes...

5.4AI score0.00024EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added yesterday5 views

SUSE CVE-2026-46305

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: osdep: avoid NULL pointer dereference in rtwcbufalloc The return value of kzallocflex is used without ensuring that the allocation succeeded, and the pointer is dereferenced unconditionally. Guard the access t...

5.4AI score0.00018EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added yesterday4 views

SUSE CVE-2026-46307

In the Linux kernel, the following vulnerability has been resolved: wifi: ath5k: do not access array OOB Vincent reports: The ath5k driver seems to do an array-index-out-of-bounds access as shown by the UBSAN kernel message: UBSAN: array-index-out-of-bounds in...

5.4AI score0.00024EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added yesterday4 views

SUSE CVE-2026-46308

In the Linux kernel, the following vulnerability has been resolved: pmdomain: mediatek: fix use-after-free in scpsysgetbusprotectionlegacy In scpsysgetbusprotectionlegacy, offindnodewithproperty returns a device node with its reference count incremented. The function then calls ofnodeputnode befo...

5.4AI score0.00017EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added yesterday3 views

SUSE CVE-2026-46310

In the Linux kernel, the following vulnerability has been resolved: media: renesas: vsp1: Fix NULL pointer deref on module unload When unloading the module on gen 4, we hit a NULL pointer dereference. This is caused by the cleanup code calling vsp1drmcleanup where it should be calling...

5.5AI score0.00017EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added yesterday4 views

SUSE CVE-2026-46311

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/userq: fix access to stale wptr mapping Use drmexec to take both locks i.e vm root bo and wptrobj bo to access the mapping data properly. This fixes the security issue of unmap the wptrobj while a queue creation is in...

5.4AI score0.00018EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added yesterday4 views

SUSE CVE-2026-46312

In the Linux kernel, the following vulnerability has been resolved: media: videobuf2: Set vmaflags in vb2dmasgmmap vb2dmacontig sets VMA flags VMDONTEXPAND and VMDONTDUMP and I do not see a reason why vb2dmasg should behave differently. This avoids hitting WARNON!vma-vmflags & VMDONTEXPAND; in...

5.4AI score0.00018EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added yesterday4 views

SUSE CVE-2026-46313

In the Linux kernel, the following vulnerability has been resolved: media: intel/ipu6: fix error pointer dereference In a error path isp-psys is confirmed to be an error pointer not NULL so this condition is true and the error pointer is dereferenced. So isp-psys should be set to NULL before goin...

5.3AI score0.00018EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added yesterday4 views

SUSE CVE-2026-46314

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Reject empty multisync extension to prevent infinite loop v3dgetextensions walks a userspace-provided singly-linked list of ioctl extensions without any bound on the chain length. A local user can craft a self-referentia...

5.4AI score0.00017EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added yesterday7 views

PT-2026-47754

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Reassign nested mmus array behind mmu lock kvm-arch.nested mmus is walked under kvm-mmu lock, including from the MMU notifier path kvm unmap gfn range - kvm nested s2 unmap, which can run at any time. kvm vcpu init...

5.6AI score
Exploits0References4
Positive Technologies
Positive Technologies
added yesterday6 views

PT-2026-47786

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix rlimit for posix cpu timers Posix cpu timers requires an additional step beyond setting the rlimit. Refactor the code so its clear when what code is setting the limit and conditionally update the posix cpu timers wh...

5.4AI score
Exploits0References9
OSV
OSV
added yesterday2 views

UBUNTU-CVE-2026-46297

In the Linux kernel, the following vulnerability has been resolved: net: libwx: use requestirq for VF misc interrupt Currently, requestthreadedirq is used with a primary handler but a NULL threaded handler, while also setting the IRQFONESHOT flag. This specific combination triggers a WARNING sinc...

5.3AI score0.00017EPSS
Exploits0References6
OSV
OSV
added yesterday2 views

UBUNTU-CVE-2026-46314

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Reject empty multisync extension to prevent infinite loop v3dgetextensions walks a userspace-provided singly-linked list of ioctl extensions without any bound on the chain length. A local user can craft a self-referentia...

5.4AI score0.00017EPSS
Exploits0References6
Tenable Nessus
Tenable Nessus
added yesterday7 views

Linux Distros Unpatched Vulnerability : CVE-2026-46296

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - spi: s3c64xx: fix NULL-deref on driver unbind A change moving DMA channel allocation from probe back to s3c64xxspipreparetransfer failed to remove the...

5.5AI score0.00018EPSS
Exploits0References2
OSV
OSV
added yesterday2 views

UBUNTU-CVE-2026-46319

net/sched: actct: Only release RCU read lock after ctft...

5.4AI score
Exploits0References3
OSV
OSV
added yesterday2 views

UBUNTU-CVE-2026-46298

In the Linux kernel, the following vulnerability has been resolved: pseries/papr-hvpipe: Fix race with interrupt handler While executing -ioctl handler or -release handler, if an interrupt fires on the same cpu, then we can enter into a deadlock. This patch fixes both these handlers to take...

5.3AI score0.00018EPSS
Exploits0References5
OSV
OSV
added yesterday2 views

UBUNTU-CVE-2026-46285

In the Linux kernel, the following vulnerability has been resolved: mtd: docg3: fix use-after-free in docg3release In docg3release, the docg3 pointer is obtained from cascade-floors0-priv before the loop that calls docreleasedevice on each floor. docreleasedevice frees the docg3 struct via...

5.3AI score0.00024EPSS
Exploits0References11
OSV
OSV
added yesterday2 views

UBUNTU-CVE-2026-46310

In the Linux kernel, the following vulnerability has been resolved: media: renesas: vsp1: Fix NULL pointer deref on module unload When unloading the module on gen 4, we hit a NULL pointer dereference. This is caused by the cleanup code calling vsp1drmcleanup where it should be calling...

5.4AI score0.00017EPSS
Exploits0References6
OSV
OSV
added yesterday2 views

UBUNTU-CVE-2026-46305

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: osdep: avoid NULL pointer dereference in rtwcbufalloc The return value of kzallocflex is used without ensuring that the allocation succeeded, and the pointer is dereferenced unconditionally. Guard the access t...

5.3AI score0.00018EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added yesterday6 views

PT-2026-47784

In the Linux kernel, the following vulnerability has been resolved: iio: pressure: mprls0025pa: fix spi transfer struct initialisation Make sure that the spi transfer struct is zeroed out before use...

5.4AI score
Exploits0References5
Rows per page
Query Builder