Lucene search
+L

15434 matches found

Cvelist
Cvelist
added 2026/08/10 11:59 a.m.35 views

CVE-2026-68184 cdrom: fix stack out-of-bounds read in CDROMVOLCTRL

In the Linux kernel, the following vulnerability has been resolved: cdrom: fix stack out-of-bounds read in CDROMVOLCTRL mmcioctlcdromvolume first reads the audio control mode page into a 32-byte stack buffer with cgc-buflen set to 24. If the device reports a block descriptor, the function increas...

0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/10 11:59 a.m.43 views

CVE-2026-68173

CVE-2026-68173 affects the Linux kernel ublk subsystem. The root cause is that ub->completion is an edge-triggered latch used as a proxy for the readiness condition; when a server sends END_USER_RECOVERY without a preceding START_USER_RECOVERY, the wait can be satisfied by a stale completion, ...

7.1CVSS5.4AI score0.00158EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/10 11:59 a.m.35 views

CVE-2026-68168 afs: Fix afs_edit_dir_remove() to get, not find, block 0

In the Linux kernel, the following vulnerability has been resolved: afs: Fix afseditdirremove to get, not find, block 0 Fix afseditdirremove to use afsdirgetblock to get block 0 rather than afsdirfindblock as the latter caches the found block in the afsdiriter and may switch out the page it's on ...

0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/10 11:59 a.m.44 views

CVE-2026-68168

The CVE describes a Linux kernel AFS fix: afs_edit_dir_remove() now uses afs_dir_get_block() to obtain block 0 instead of afs_dir_find_block(), because the latter caches the found block in afs_dir_iter and can switch the page if a subsequent find occurs. This change aligns with the existing afs_e...

5.3AI score0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 11:59 a.m.12 views

EUVD-2026-55554

In the Linux kernel, the following vulnerability has been resolved: afs: Fix afseditdirremove to get, not find, block 0 Fix afseditdirremove to use afsdirgetblock to get block 0 rather than afsdirfindblock as the latter caches the found block in the afsdiriter and may switch out the page it's on ...

5.3AI score0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/10 11:59 a.m.14 views

CVE-2026-68168 afs: Fix afs_edit_dir_remove() to get, not find, block 0

In the Linux kernel, the following vulnerability has been resolved: afs: Fix afseditdirremove to get, not find, block 0 Fix afseditdirremove to use afsdirgetblock to get block 0 rather than afsdirfindblock as the latter caches the found block in the afsdiriter and may switch out the page it's on ...

5.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/10 11:59 a.m.40 views

CVE-2026-68147 fscrypt: Avoid dynamic allocation in fscrypt_get_devices()

In the Linux kernel, the following vulnerability has been resolved: fscrypt: Avoid dynamic allocation in fscryptgetdevices When a blkcryptokey starts being used or is evicted, fs/crypto/ calls fscryptgetdevices to get the filesystem's list of block devices, then iterates over them and calls...

7.8CVSS0.00135EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/10 11:59 a.m.53 views

CVE-2026-68147

Summary: CVE-2026-68147 affects the Linux kernel fscrypt subsystem. When a blk_crypto_key is evicted, the code previously allocated a list of block devices on the heap; allocation failures could lead to premature key free and a use-after-free. The fix switches to an on-stack array to enumerate bl...

7.8CVSS4.9AI score0.00135EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 11:59 a.m.18 views

CVE-2026-68147 fscrypt: Avoid dynamic allocation in fscrypt_get_devices()

In the Linux kernel, the following vulnerability has been resolved: fscrypt: Avoid dynamic allocation in fscryptgetdevices When a blkcryptokey starts being used or is evicted, fs/crypto/ calls fscryptgetdevices to get the filesystem's list of block devices, then iterates over them and calls...

7.8CVSS5AI score
SaveExploits0References9
EUVD
EUVD
added 2026/08/10 11:59 a.m.9 views

EUVD-2026-55532

In the Linux kernel, the following vulnerability has been resolved: fscrypt: Avoid dynamic allocation in fscryptgetdevices When a blkcryptokey starts being used or is evicted, fs/crypto/ calls fscryptgetdevices to get the filesystem's list of block devices, then iterates over them and calls...

4.9AI score0.00135EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 11:58 a.m.70 views

CVE-2026-68132

CVE-2026-68132 concerns the Linux kernel thaw deadlock involving frozen block devices. The root cause is do_thaw_all_callback() calling bdev_thaw() while holding sb->s_umount, which can lead to a deadlock when a block device frozen via bdev_freeze() drops the last freeze reference and fs_bdev_...

5.3AI score0.00184EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 11:58 a.m.46 views

CVE-2026-68132 super: fix emergency thaw deadlock on frozen block devices

In the Linux kernel, the following vulnerability has been resolved: super: fix emergency thaw deadlock on frozen block devices dothawallcallback calls bdevthaw while holding sb-sumount exclusively. If the block device was frozen via bdevfreeze dropping the last block layer freeze reference calls...

0.00184EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 11:58 a.m.9 views

EUVD-2026-55513

In the Linux kernel, the following vulnerability has been resolved: super: fix emergency thaw deadlock on frozen block devices dothawallcallback calls bdevthaw while holding sb-sumount exclusively. If the block device was frozen via bdevfreeze dropping the last block layer freeze reference calls...

5.3AI score0.00184EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/10 11:58 a.m.40 views

CVE-2026-68132 super: fix emergency thaw deadlock on frozen block devices

In the Linux kernel, the following vulnerability has been resolved: super: fix emergency thaw deadlock on frozen block devices dothawallcallback calls bdevthaw while holding sb-sumount exclusively. If the block device was frozen via bdevfreeze dropping the last block layer freeze reference calls...

5.4AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/10 11:58 a.m.39 views

CVE-2026-68131 rbd: Reset positive result codes to zero in object map update path

In the Linux kernel, the following vulnerability has been resolved: rbd: Reset positive result codes to zero in object map update path In a reply message to an RBD request, a positive result code indicates a data payload, which is not allowed for writes. While rbdosdreqcallback already resets a...

7.5CVSS0.00523EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/10 7:16 a.m.14 views

CVE-2026-18960

The Block User Account WordPress plugin before 2.0.1 does not enforce its account block on every authentication path, allowing a blocked user who holds an application password created before the block to retain their full role-level read and write access through the REST API...

5.4CVSS0.00167EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/10 6:00 a.m.40 views

CVE-2026-18960 Block User Account < 2.0.1 - Subscriber+ Account Block Bypass via Application Passwords

The Block User Account WordPress plugin before 2.0.1 does not enforce its account block on every authentication path, allowing a blocked user who holds an application password created before the block to retain their full role-level read and write access through the REST API...

0.00167EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/10 6:00 a.m.10 views

EUVD-2026-55011

The Block User Account WordPress plugin before 2.0.1 does not enforce its account block on every authentication path, allowing a blocked user who holds an application password created before the block to retain their full role-level read and write access through the REST API...

5.4AI score0.00167EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/10 6:00 a.m.41 views

CVE-2026-18960

The CVE concerns the Block User Account WordPress plugin prior to 2.0.1, which does not enforce account blocks on all authentication paths. As a result, a blocked user with an application password created before the block can retain read/write access through the REST API. Affected product: WordPr...

5.4CVSS5.4AI score0.00167EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/10 6:00 a.m.11 views

CVE-2026-18960

The Block User Account WordPress plugin before 2.0.1 does not enforce its account block on every authentication path, allowing a blocked user who holds an application password created before the block to retain their full role-level read and write access through the REST API...

5.3AI score0.00167EPSS
SaveExploits0References1
Rows per page
Query Builder