Lucene search
+L

62354 matches found

NVD
NVD
added 2026/07/24 4:16 p.m.9 views

CVE-2026-64254

In the Linux kernel, the following vulnerability has been resolved: NTB: epf: Avoid pciiounmap with offset when PEERSPAD and CONFIG share BAR When BARPEERSPAD and BARCONFIG share one PCI BAR, the module teardown path ends up calling pciiounmap on the same iomem with some offset, which is...

0.00161EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/24 4:16 p.m.6 views

DEBIAN-CVE-2026-64231

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: don't dump registers past the mapped region On DSI 6G platforms the IO address space is internally adjusted by iooffset. Later this adjusted address might be used for memory dumping. However the size that is used for...

5.7AI score0.00173EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/24 4:16 p.m.10 views

CVE-2026-64231

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: don't dump registers past the mapped region On DSI 6G platforms the IO address space is internally adjusted by iooffset. Later this adjusted address might be used for memory dumping. However the size that is used for...

0.00173EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/24 4:16 p.m.6 views

DEBIAN-CVE-2026-64228

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: phy: avoid NULL deref when PHY driver is unbound phydev-drv can become NULL while the phydevice is still attached to its netdevice, namely after the PHY driver is unbound via sysfs: echo...

5.7AI score0.00166EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/24 4:16 p.m.7 views

CVE-2026-64228

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: phy: avoid NULL deref when PHY driver is unbound phydev-drv can become NULL while the phydevice is still attached to its netdevice, namely after the PHY driver is unbound via sysfs: echo...

0.00166EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/24 4:16 p.m.10 views

CVE-2026-64227

In the Linux kernel, the following vulnerability has been resolved: ACPI: driver: Check ACPICOMPANION against NULL during probe Since every platform driver can be forced to match a device that doesn't match its list of device IDs because of devicematchdriveroverride, platform drivers that rely on...

0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/24 4:16 p.m.5 views

DEBIAN-CVE-2026-64221

In the Linux kernel, the following vulnerability has been resolved: spi: ti-qspi: fix use-after-free after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to clear the DMA channel pointer also if buffer allocation fails to avoid passing a pointer to...

7.8CVSS5.9AI score0.00126EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/24 4:16 p.m.7 views

CVE-2026-64210

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: xsk: Fix unlocked writing to ICOSQ During napi poll, when the affinity changes and there's still XSK work to be done, we trigger an ICOSQ interrupt on the new CPU. However, this triggering on the ICOSQ is done...

7.5CVSS0.00343EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/24 4:16 p.m.6 views

UBUNTU-CVE-2026-64255

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: validate stamask before ffs in BA session handlers Three BA session handlers use ffsbadata-stamask - 1 to derive a station ID without checking that stamask is non-zero. When stamask is zero, ffs returns 0 and...

8.8CVSS5.7AI score0.00226EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/07/24 4:1 p.m.44 views

kernel: drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl()

A flaw was found in the Linux kernel. Specifically, within the drm/xe graphics driver, two error handling issues in the xeexecqueuecreateioctl function could lead to memory corruption. This could result in a dangling pointer or a use-after-free vulnerability. A local attacker could potentially...

7.8CVSS5.8AI score0.0014EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/24 3:31 p.m.20 views

CVE-2026-64254

The CVE-2026-64254 issue concerns the Linux kernel NTB epf driver where, during teardown, pci_iounmap() could be invoked on the same iomem with an offset when BAR_PEER_SPAD and BAR_CONFIG share a PCI BAR. This caused a kernel warning such as vunmap() on a nonexistent VM area. The documented fix e...

5.7AI score0.00161EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/24 3:31 p.m.35 views

CVE-2026-64255 wifi: iwlwifi: mld: validate sta_mask before ffs() in BA session handlers

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: validate stamask before ffs in BA session handlers Three BA session handlers use ffsbadata-stamask - 1 to derive a station ID without checking that stamask is non-zero. When stamask is zero, ffs returns 0 and...

8.8CVSS0.00226EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/24 3:29 p.m.9 views

EUVD-2026-48653

In the Linux kernel, the following vulnerability has been resolved: drivers/base/memory: set mem-altmap after successful device registration If addmemoryblock fails at xastore under memory pressure for example, deviceunregister is called, which eventually triggers memoryblockrelease with mem-altm...

5.7AI score0.00161EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/24 3:27 p.m.9 views

EUVD-2026-48650

In the Linux kernel, the following vulnerability has been resolved: gpio: rockchip: teardown bugs and resource leaks Address several teardown issues and resource leaks in the driver's remove path and error handling: 1. Debounce clock reference leak: The debounce clock bank-dbclk is obtained using...

5.9AI score0.00156EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/24 3:27 p.m.16 views

CVE-2026-64240

Affected software: Linux kernel (media: rc: igorplugusb driver). Issue: the control request storage was converted from an embedded struct to an allocated pointer to meet DMA coherency, but usb_fill_control_urb() still used the pointer to the struct as the setup packet. This caused the URB setup t...

5.7AI score0.00165EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/24 3:23 p.m.7 views

CVE-2026-64231 drm/msm/dsi: don't dump registers past the mapped region

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: don't dump registers past the mapped region On DSI 6G platforms the IO address space is internally adjusted by iooffset. Later this adjusted address might be used for memory dumping. However the size that is used for...

5.7AI score
SaveExploits0References9
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:23 p.m.10 views

CVE-2026-64231

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: don't dump registers past the mapped region On DSI 6G platforms the IO address space is internally adjusted by iooffset. Later this adjusted address might be used for memory dumping. However the size that is used for...

5.7AI score0.00173EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/24 3:23 p.m.9 views

CVE-2026-64228 net: ethtool: phy: avoid NULL deref when PHY driver is unbound

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: phy: avoid NULL deref when PHY driver is unbound phydev-drv can become NULL while the phydevice is still attached to its netdevice, namely after the PHY driver is unbound via sysfs: echo...

5.7AI score
SaveExploits0References6
EUVD
EUVD
added 2026/07/24 3:23 p.m.12 views

EUVD-2026-48636

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: phy: avoid NULL deref when PHY driver is unbound phydev-drv can become NULL while the phydevice is still attached to its netdevice, namely after the PHY driver is unbound via sysfs: echo...

5.7AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/24 3:23 p.m.14 views

CVE-2026-64228

The CVE-2026-64228 issue affects the Linux kernel in the net: ethtool: phy path. When a PHY driver is unbound via sysfs, phydev->drv can become NULL while the phy_device remains attached to its net_device. phy_remove() clears phydev->drv but does not call phy_detach(), leaving the phy_devic...

5.7AI score0.00166EPSS
SaveExploits0References3
Rows per page
Query Builder