Lucene search
+L

45784 matches found

Cvelist
Cvelist
added 3 days ago32 views

CVE-2026-74491 of/address: Fix NULL bus dereference in of_pci_range_parser_one()

In the Linux kernel, the following vulnerability has been resolved: of/address: Fix NULL bus dereference in ofpcirangeparserone The bus matching rework made ofmatchbus return NULL for nodes with ranges/dma-ranges but no local address-cells. parserinit stored that NULL bus, and the range iterator...

0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-59684

In the Linux kernel, the following vulnerability has been resolved: of/address: Fix NULL bus dereference in ofpcirangeparserone The bus matching rework made ofmatchbus return NULL for nodes with ranges/dma-ranges but no local address-cells. parserinit stored that NULL bus, and the range iterator...

5.3AI score0.00166EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 3 days ago10 views

CVE-2026-74491

In the Linux kernel, the following vulnerability has been resolved: of/address: Fix NULL bus dereference in ofpcirangeparserone The bus matching rework made ofmatchbus return NULL for nodes with ranges/dma-ranges but no local address-cells. parserinit stored that NULL bus, and the range iterator...

5.2AI score0.00166EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 3 days ago15 views

CVE-2026-74491

The CVE-2026-74491 entry describes a Linux kernel vulnerability where a NULL bus dereference could occur in the PCI range parser (of_pci_range_parser_one) due to the bus matching rework: of_match_bus() could return NULL for nodes with ranges/dma-ranges but no local #address-cells. The fix rejects...

5.2AI score0.00166EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 3 days ago7 views

CVE-2026-74491

In the Linux kernel, the following vulnerability has been resolved: of/address: Fix NULL bus dereference in ofpcirangeparserone The bus matching rework made ofmatchbus return NULL for nodes with ranges/dma-ranges but no local address-cells. parserinit stored that NULL bus, and the range iterator...

5.3AI score0.00166EPSS
SaveExploits0
Cvelist
Cvelist
added 3 days ago31 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:...

0.00166EPSS
SaveExploits0References3
OSV
OSV
added 3 days ago3 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
CVE
CVE
added 3 days ago14 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
Debian CVE
Debian CVE
added 3 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:...

5.4AI score0.00166EPSS
SaveExploits0
EUVD
EUVD
added 3 days ago6 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
Cvelist
Cvelist
added 3 days ago31 views

CVE-2026-74476 veth: convert frag_list skbs before running XDP

In the Linux kernel, the following vulnerability has been resolved: veth: convert fraglist skbs before running XDP A fraglist skb can reach veth with datalen set but nrfrags zero. vethconvertskbtoxdpbuff only converts skbs that are shared, locked, have frags, or do not have enough headroom. It...

9.1CVSS0.00457EPSS
SaveExploits0References4
Cvelist
Cvelist
added 3 days ago26 views

CVE-2026-74472 ublk: reset kernel-owned dev_info fields in ublk_ctrl_add_dev()

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

0.00168EPSS
SaveExploits0References5
OSV
OSV
added 3 days ago4 views

CVE-2026-74472 ublk: reset kernel-owned dev_info fields in ublk_ctrl_add_dev()

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 score
SaveExploits0References8
OSV
OSV
added 3 days ago6 views

CVE-2026-74461 i2c: imx: Cancel hrtimer before clearing slave pointer

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: Cancel hrtimer before clearing slave pointer In i2cimxunregslave, the slave pointer is set to NULL after disabling interrupts. However, a pending interrupt might already have started the hrtimer i2cimxslavetimeout befor...

8.4CVSS5.5AI score
SaveExploits0References8
CVE
CVE
added 3 days ago16 views

CVE-2026-74461

Summary (CVE-2026-74461) In the Linux kernel’s i2c_imx driver, the failure path occurs when an interrupt-driven hrtimer can fire after the slave pointer is set to NULL but before the pointer is cleared, leading to a use-after-free/NULL pointer dereference in the timer callback (i2c_imx_slave_fini...

8.4CVSS5.3AI score0.00138EPSS
SaveExploits0References5
Cvelist
Cvelist
added 3 days ago29 views

CVE-2026-74461 i2c: imx: Cancel hrtimer before clearing slave pointer

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: Cancel hrtimer before clearing slave pointer In i2cimxunregslave, the slave pointer is set to NULL after disabling interrupts. However, a pending interrupt might already have started the hrtimer i2cimxslavetimeout befor...

8.4CVSS0.00138EPSS
SaveExploits0References5
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-59654

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: Cancel hrtimer before clearing slave pointer In i2cimxunregslave, the slave pointer is set to NULL after disabling interrupts. However, a pending interrupt might already have started the hrtimer i2cimxslavetimeout befor...

5.4AI score0.00138EPSS
SaveExploits0References5
EUVD
EUVD
added 3 days ago6 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
Cvelist
Cvelist
added 3 days ago30 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...

0.00168EPSS
SaveExploits0References5
OSV
OSV
added 3 days ago2 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
Rows per page
Query Builder