Lucene search
+L

14383 matches found

OSV
OSV
added 2 days ago5 views

CVE-2026-64182 drivers/base/memory: fix memory block reference leak in poison accounting

In the Linux kernel, the following vulnerability has been resolved: drivers/base/memory: fix memory block reference leak in poison accounting memblknrpoisoninc and memblknrpoisonsub look up a memory block via findmemoryblockbyid, which acquires a reference to the memory block device. Both helpers...

5.3AI score0.00157EPSS
Exploits0References8
Cvelist
Cvelist
added 2 days ago27 views

CVE-2026-64180 mm/memory_hotplug: fix memory block reference leak on remove

In the Linux kernel, the following vulnerability has been resolved: mm/memoryhotplug: fix memory block reference leak on remove Patch series "mm: Fix memory block leaks and locking", v2. This series fixes two memory block device reference leaks and one locking issue around the per-memoryblock...

0.00157EPSS
Exploits0References4
CVE
CVE
added 2 days ago6 views

CVE-2026-64180

The CVE-2026-64180 entry documents a Linux kernel issue in the memory hotplug path (mm/memory_hotplug). The root cause is that remove_memory_blocks_and_altmaps() calls find_memory_block() to obtain a memory block device reference, but the acquired reference is not dropped, leading to a leaked dev...

5.3AI score0.00157EPSS
Exploits0References4
EUVD
EUVD
added 2 days ago10 views

EUVD-2026-45865

In the Linux kernel, the following vulnerability has been resolved: mm/memoryhotplug: fix memory block reference leak on remove Patch series "mm: Fix memory block leaks and locking", v2. This series fixes two memory block device reference leaks and one locking issue around the per-memoryblock...

5.3AI score0.00157EPSS
Exploits0References4
OSV
OSV
added 2 days ago5 views

CVE-2026-64180 mm/memory_hotplug: fix memory block reference leak on remove

In the Linux kernel, the following vulnerability has been resolved: mm/memoryhotplug: fix memory block reference leak on remove Patch series "mm: Fix memory block leaks and locking", v2. This series fixes two memory block device reference leaks and one locking issue around the per-memoryblock...

5.3AI score0.00157EPSS
Exploits0References7
OSV
OSV
added 2 days ago3 views

CVE-2026-64136 smb: client: protect tc_count increment in smb2_find_smb_sess_tcon_unlocked()

In the Linux kernel, the following vulnerability has been resolved: smb: client: protect tccount increment in smb2findsmbsesstconunlocked Commit 96c4af418586 "cifs: Fix locking usage for tcon fields" refactored cifs code to change cifstcpseslock for tclock around tccount changes. There was missin...

9.8CVSS5.4AI score0.00175EPSS
Exploits0References8
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-45821

In the Linux kernel, the following vulnerability has been resolved: smb: client: protect tccount increment in smb2findsmbsesstconunlocked Commit 96c4af418586 "cifs: Fix locking usage for tcon fields" refactored cifs code to change cifstcpseslock for tclock around tccount changes. There was missin...

5.5AI score0.00175EPSS
Exploits0References5
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-45820

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus/adm1266 widen blackbox-info buffer to I2CSMBUSBLOCKMAX adm1266nvmemreadblackbox declares a 5-byte stack buffer and passes it to i2csmbusreadblockdata to retrieve the 4-byte BLACKBOXINFO response. i2csmbusreadblockdat...

5.5AI score0.00176EPSS
Exploits0References8
CVE
CVE
added 2 days ago4 views

CVE-2026-64135

In the Linux kernel hwmon driver for pmbus/adm1266, the function adm1266_nvmem_read_blackbox() allocated a 5-byte stack buffer and passed it to i2c_smbus_read_block_data(), which copies data.block[0] bytes from the SMBus block into the caller buffer. If the device returns a length greater than 5,...

5.5AI score0.00176EPSS
Exploits0References8
Cvelist
Cvelist
added 2 days ago25 views

CVE-2026-64135 hwmon: (pmbus/adm1266) widen blackbox-info buffer to I2C_SMBUS_BLOCK_MAX

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus/adm1266 widen blackbox-info buffer to I2CSMBUSBLOCKMAX adm1266nvmemreadblackbox declares a 5-byte stack buffer and passes it to i2csmbusreadblockdata to retrieve the 4-byte BLACKBOXINFO response. i2csmbusreadblockdat...

0.00176EPSS
Exploits0References8
Cvelist
Cvelist
added 2 days ago28 views

CVE-2026-64117 wifi: mac80211: capture fast-RX rate before mesh reuses skb->cb

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: capture fast-RX rate before mesh reuses skb-cb ieee80211invokefastrx reads RX status through IEEE80211SKBRXCBskb, which aliases the same skb-cb storage that ieee80211rxmeshdata reuses as IEEE80211TXINFO. In the...

8.8CVSS0.00162EPSS
Exploits0References2
OSV
OSV
added 2 days ago3 views

CVE-2026-64117 wifi: mac80211: capture fast-RX rate before mesh reuses skb->cb

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: capture fast-RX rate before mesh reuses skb-cb ieee80211invokefastrx reads RX status through IEEE80211SKBRXCBskb, which aliases the same skb-cb storage that ieee80211rxmeshdata reuses as IEEE80211TXINFO. In the...

8.8CVSS5.4AI score0.00162EPSS
Exploits0References5
ATTACKERKB
ATTACKERKB
added 2 days ago4 views

CVE-2026-64112

In the Linux kernel, the following vulnerability has been resolved: rbd: eliminate a race in lockdwork draining on unmap Given how rbdlockaddrequest and rbdimgexclusivelock are written, lockdwork may be requeued more than it's actually needed: for example in case a new I/O request comes in while ...

7.8CVSS4.9AI score0.00168EPSS
Exploits0References5Affected Software1
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-45797

In the Linux kernel, the following vulnerability has been resolved: rbd: eliminate a race in lockdwork draining on unmap Given how rbdlockaddrequest and rbdimgexclusivelock are written, lockdwork may be requeued more than it's actually needed: for example in case a new I/O request comes in while ...

5AI score0.00168EPSS
Exploits0References4
CVE
CVE
added 2 days ago7 views

CVE-2026-64086

The CVE-2026-64086 issue affects the Linux kernel PMBUS adm1266 hwmon path. A read transaction for the pmbus_block_xfer path set .len to ADM1266_PMBUS_BLOCK_MAX + 2 while read_buf was declared as ADM1266_PMBUS_BLOCK_MAX + 1. For max-length block responses, this allowed writing 257 bytes into a 25...

7.8CVSS5.3AI score0.00184EPSS
Exploits0References8
OSV
OSV
added 2 days ago4 views

CVE-2026-64086 hwmon: (pmbus/adm1266) include PEC byte in pmbus_block_xfer read buffer

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus/adm1266 include PEC byte in pmbusblockxfer read buffer adm1266pmbusblockxfer sets up the read transaction with .buf = data-readbuf, .len = ADM1266PMBUSBLOCKMAX + 2, but readbuf in struct adm1266data is declared as u8...

7.8CVSS5.3AI score0.00184EPSS
Exploits0References11
CVE
CVE
added 2 days ago6 views

CVE-2026-64083

The CVE-2026-64083 vulnerability affects Linux kernel hwmon drivers for pmbus/adm1266. adm1266_gpio_get() and adm1266_gpio_get_multiple() build a pin-status word from i2c_smbus_read_block_data() without validating the returned length, allowing 0- or 1-byte responses to yield uninitialized stack d...

5.4AI score0.00184EPSS
Exploits0References8
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-45656

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus/adm1266 reject short block-read responses in the GPIO accessors adm1266gpioget and adm1266gpiogetmultiple both compose the pin-status word as pinsstatus = readbuf0 + readbuf1 8; right after i2csmbusreadblockdata,...

5.4AI score0.00184EPSS
Exploits0References8
Cvelist
Cvelist
added 2 days ago26 views

CVE-2026-64083 hwmon: (pmbus/adm1266) reject short block-read responses in the GPIO accessors

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus/adm1266 reject short block-read responses in the GPIO accessors adm1266gpioget and adm1266gpiogetmultiple both compose the pin-status word as pinsstatus = readbuf0 + readbuf1 8; right after i2csmbusreadblockdata,...

0.00184EPSS
Exploits0References8
OSV
OSV
added 2 days ago4 views

CVE-2026-64083 hwmon: (pmbus/adm1266) reject short block-read responses in the GPIO accessors

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus/adm1266 reject short block-read responses in the GPIO accessors adm1266gpioget and adm1266gpiogetmultiple both compose the pin-status word as pinsstatus = readbuf0 + readbuf1 8; right after i2csmbusreadblockdata,...

5.3AI score0.00184EPSS
Exploits0References11
Rows per page
Query Builder