Lucene search
+L

55595 matches found

CVE
CVE
added 2026/07/24 3:29 p.m.41 views

CVE-2026-64244

In the Linux kernel's drivers/base/memory , mem->altmap is assigned before __add_memory_block() completes. If xa_store() fails (e.g., under memory pressure), device_unregister() triggers memory_block_release() with altmap still set, causing a WARN_ON. The fix delays altmap assignment until aft...

5.5CVSS5.7AI score0.00115EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/24 3:29 p.m.10 views

CVE-2026-64244 drivers/base/memory: set mem->altmap after successful device registration

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 score
SaveExploits0References9
EUVD
EUVD
added 2026/07/24 3:29 p.m.15 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.00115EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/24 3:29 p.m.50 views

CVE-2026-64244 drivers/base/memory: set mem->altmap after successful device registration

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

0.00115EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/24 3:27 p.m.47 views

CVE-2026-64241 gpio: rockchip: teardown bugs and resource leaks

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

0.00114EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/24 3:27 p.m.10 views

CVE-2026-64236 i2c: davinci: fix division by zero on missing clock-frequency

In the Linux kernel, the following vulnerability has been resolved: i2c: davinci: fix division by zero on missing clock-frequency When the 'clock-frequency' property is missing from the device tree, the driver falls back to DAVINCII2CDEFAULTBUSFREQ. However, this macro was defined in kHz 100,...

5.8AI score
SaveExploits0References6
CVE
CVE
added 2026/07/24 3:27 p.m.38 views

CVE-2026-64234

The CVE-2026-64234 entry concerns the Linux kernel tty/serial driver pch_uart. The root cause is a missing check of the return value from dma_alloc_coherent(), which could yield a NULL pointer, triggering a crash in dma_handle_rx(). The fix adds a guard for dma_alloc_coherent() failure and ensure...

5.5CVSS5.7AI score0.00115EPSS
SaveExploits0References8Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:27 p.m.23 views

CVE-2026-64234

In the Linux kernel, the following vulnerability has been resolved: tty: serial: pchuart: add check for dmaalloccoherent Add a check for dmaalloccoherent failure to prevent a potential NULL pointer dereference in dmahandlerx. Properly release DMA channels and the PCI device reference using a goto...

5.7AI score0.00115EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
added 2026/07/24 3:23 p.m.13 views

EUVD-2026-48638

In the Linux kernel, the following vulnerability has been resolved: regulator: tps65219: fix irqdata.rdev not being assigned Commit 64a6b577490c "regulator: tps65219: Remove debugging helper function" removed the tps65219getrdevbyname helper along with the irqdata.rdev assignment that depended on...

5.8AI score0.00121EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/24 3:23 p.m.32 views

CVE-2026-64230

CVE-2026-64230 affects the Linux kernel regulator driver for the TPS65219 family. The root cause was the removal of the tps65219_get_rdev_by_name() helper, which led to irq_data.rdev being uninitialized for IRQs. This caused undefined behavior when regulator_notifier_call_chain() ran from the IRQ...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:23 p.m.11 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...

5.7AI score0.00121EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/07/24 3:23 p.m.41 views

CVE-2026-64227 ACPI: driver: Check ACPI_COMPANION() against NULL during probe

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.00122EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:23 p.m.13 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...

5.8AI score0.00122EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/07/24 3:23 p.m.19 views

EUVD-2026-48635

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

5.8AI score0.00122EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/24 3:23 p.m.34 views

CVE-2026-64227

Summary: CVE-2026-64227 in the Linux kernel fixes a NULL-deref/invalid match during ACPI companion probing. Root cause (as described): Platform drivers could be forced to match a device not in their ID list via device_match_driver_override(), so drivers handling core ACPI devices must verify the ...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/24 2:00 p.m.12 views

CVE-2026-55732

Out-of-bounds Read CWE-125 in BACnet packet parsing bacdtdatetimetotod in Loytec LIP-ME201C, L-INX, L-GATE, L-ROC, L-IOB, L-DALI, L-VIS and L-PAD through 8.4.18 on LINX-A64 allows an unauthenticated remote attacker to crash linxa64.exe and ultimately reboot the device via a malformed BACnet...

8.7CVSS6AI score0.00322EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/24 2:00 p.m.14 views

EUVD-2026-48597

Out-of-bounds Read CWE-125 in BACnet packet parsing bacdtdatetimetotod in Loytec LIP-ME201C, L-INX, L-GATE, L-ROC, L-IOB, L-DALI, L-VIS and L-PAD through 8.4.18 on LINX-A64 allows an unauthenticated remote attacker to crash linxa64.exe and ultimately reboot the device via a malformed BACnet...

8.7CVSS6AI score0.00322EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/24 1:40 p.m.10 views

MINI-384R-7P4Q-MJQM

Bulletin has no description...

5.4CVSS5.8AI score0.00297EPSS
SaveExploits0
OSV
OSV
added 2026/07/24 1:40 p.m.8 views

MINI-RMQ3-RH8X-G8P4

Bulletin has no description...

7.5CVSS5.8AI score0.00475EPSS
SaveExploits0
OSV
OSV
added 2026/07/24 1:40 p.m.6 views

MINI-V899-VGV3-9QRM

Bulletin has no description...

7.5CVSS5.8AI score0.00504EPSS
SaveExploits0
Rows per page
Query Builder