Lucene search
+L

790 matches found

RedhatCVE
RedhatCVE
added yesterday2 views

CVE-2026-72446

A flaw was found in the Linux kernel's ALSA USB audio subsystem qcom. An unprivileged local user can exploit this vulnerability by sending a crafted request over AFQIPCRTR to disable a stream with no active interface. This can lead to an out-of-bounds write, resulting in memory corruption or a...

7.8CVSS5.5AI score0.00153EPSS
SaveExploits0References4
NVD
NVD
added 2 days ago4 views

CVE-2026-12631

The Zephyr kernel validates the kthreadjoin and kthreadabort system calls declared syscall in include/zephyr/kernel.h through threadobjvalidate in kernel/thread.c. Its default switch branch is the access-denied path, taken when kobjectvalidate returns -EPERM the calling user thread was never...

6.5CVSS0.00148EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2 days ago4 views

Linux Distros Unpatched Vulnerability : CVE-2026-72091

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - accel/amdxdna: reject user command submission without a command BO amdxdnadrmsubmitexecbuf passes the user-supplied command BO handle straight into...

5.6AI score0.00198EPSS
SaveExploits0References2
NVD
NVD
added 5 days ago6 views

CVE-2026-74477

In the Linux kernel, the following vulnerability has been resolved: uprobes: Fix NULL pointer dereference in hprobeexpire Forking a task that has a pending uretprobe can oops the kernel with a NULL pointer dereference in the clone path: BUG: kernel NULL pointer dereference, address:...

0.00166EPSS
SaveExploits0References3
NVD
NVD
added 5 days ago6 views

CVE-2026-74445

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: reject DXBINDQUERY without a DX context vmwcmddxbindquery unconditionally dereferences swcontext-dxctxnode-ctx. Userspace can trigger a NULL pointer dereference from any render-node fd by submitting an execbuf with...

0.00168EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 5 days ago9 views

CVE-2026-74445

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: reject DXBINDQUERY without a DX context vmwcmddxbindquery unconditionally dereferences swcontext-dxctxnode-ctx. Userspace can trigger a NULL pointer dereference from any render-node fd by submitting an execbuf with...

5.4AI score0.00168EPSS
SaveExploits0References7
CVE
CVE
added 5 days ago17 views

CVE-2026-74477

CVE-2026-74477 affects the Linux kernel uprobe handling, specifically a NULL pointer dereference in hprobe_expire() during forking a task with a pending uretprobe. The issue can occur in the clone path, with a NULL uprobe check leading to an OOPS in the hprobe_expire flow (uprobe_copy_process → c...

5.4AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 5 days ago5 views

CVE-2026-74477 uprobes: Fix NULL pointer dereference in hprobe_expire()

In the Linux kernel, the following vulnerability has been resolved: uprobes: Fix NULL pointer dereference in hprobeexpire Forking a task that has a pending uretprobe can oops the kernel with a NULL pointer dereference in the clone path: BUG: kernel NULL pointer dereference, address:...

5.6AI score
SaveExploits0References6
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-59670

In the Linux kernel, the following vulnerability has been resolved: uprobes: Fix NULL pointer dereference in hprobeexpire Forking a task that has a pending uretprobe can oops the kernel with a NULL pointer dereference in the clone path: BUG: kernel NULL pointer dereference, address:...

5.5AI score0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-59665

In the Linux kernel, the following vulnerability has been resolved: ublk: reset kernel-owned devinfo fields in ublkctrladddev ublkctrladddev memcpys the userspace ublksrvctrldevinfo into ub-devinfo and then fixes up the fields the driver owns, but misses -state and -ublksrvpid. A device added wit...

5.5AI score0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-59752

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: reject DXBINDQUERY without a DX context vmwcmddxbindquery unconditionally dereferences swcontext-dxctxnode-ctx. Userspace can trigger a NULL pointer dereference from any render-node fd by submitting an execbuf with...

5.4AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added 5 days ago6 views

CVE-2026-74445 drm/vmwgfx: reject DX_BIND_QUERY without a DX context

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: reject DXBINDQUERY without a DX context vmwcmddxbindquery unconditionally dereferences swcontext-dxctxnode-ctx. Userspace can trigger a NULL pointer dereference from any render-node fd by submitting an execbuf with...

5.5AI score
SaveExploits0References8
NVD
NVD
added 5 days ago4 views

CVE-2026-72446

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: qcom: reject stream disable with no active interface handleuaudiostreamreq resolves an interface index with infoidxfromifnum, which returns -EINVAL when no interface matches. The enable branch and the response:...

7.8CVSS0.00153EPSS
SaveExploits0References3
NVD
NVD
added 5 days ago4 views

CVE-2026-72346

In the Linux kernel, the following vulnerability has been resolved: platform/x86: bitland-mifs-wmi: Fix NULL pointer dereference during suspend/resume The driver registers two distinct WMI devices: a control device BITLANDWMICONTROL and an event device BITLANDWMIEVENT. During the probe phase, the...

0.00198EPSS
SaveExploits0References2
OSV
OSV
added 5 days ago5 views

UBUNTU-CVE-2026-72298

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: fix 32-bit integer overflow in qrtrendpointpost qrtrendpointpost validates an incoming packet with if !size || len != ALIGNsize, 4 + hdrlen goto err; where size comes from the wire. On 32-bit, sizet is 32 bits and...

8.4CVSS5.8AI score0.00182EPSS
SaveExploits0References11
NVD
NVD
added 5 days ago4 views

CVE-2026-72091

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: reject user command submission without a command BO amdxdnadrmsubmitexecbuf passes the user-supplied command BO handle straight into amdxdnacmdsubmit with drvcmd == NULL. When the handle is AMDXDNAINVALIDBOHANDLE 0...

0.00198EPSS
SaveExploits0References2
NVD
NVD
added 5 days ago3 views

CVE-2026-72033

In the Linux kernel, the following vulnerability has been resolved: orangefs: keep the readdir entry size 64-bit in fillfrompart fillfrompart computes the size of a directory entry in sizet but stores it in a u32. An entry length near U32MAX wraps it to a small value, bypasses the bounds check, a...

9.8CVSS0.00739EPSS
SaveExploits0References8
OSV
OSV
added 5 days ago8 views

UBUNTU-CVE-2026-72091

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: reject user command submission without a command BO amdxdnadrmsubmitexecbuf passes the user-supplied command BO handle straight into amdxdnacmdsubmit with drvcmd == NULL. When the handle is AMDXDNAINVALIDBOHANDLE 0...

5.5AI score0.00198EPSS
SaveExploits0References5
OSV
OSV
added 5 days ago9 views

UBUNTU-CVE-2026-72047

In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: fix pointer truncation in kfifo on 64-bit ca8210testintdriverwrite and ca8210testintuserread exchange a kmalloc'd buffer pointer through a struct kfifo, but pass a literal '4' as the byte count to...

5.8AI score0.0021EPSS
SaveExploits0References11
OSV
OSV
added 5 days ago5 views

UBUNTU-CVE-2026-72033

In the Linux kernel, the following vulnerability has been resolved: orangefs: keep the readdir entry size 64-bit in fillfrompart fillfrompart computes the size of a directory entry in sizet but stores it in a u32. An entry length near U32MAX wraps it to a small value, bypasses the bounds check, a...

9.8CVSS5.4AI score0.00739EPSS
SaveExploits0References11
Rows per page
Query Builder