Lucene search
+L

248500 matches found

OSV
OSV
added 2026/08/15 5:56 a.m.5 views

CVE-2026-72371 afs: Fix the volume AFS_VOLUME_RM_TREE is set on

In the Linux kernel, the following vulnerability has been resolved: afs: Fix the volume AFSVOLUMERMTREE is set on Fix afsinsertvolumeintocell to set AFSVOLUMERMTREE on the volume replaced, not the new volume, as it's now removed from the cell's volume tree. This will cause the old volume to be...

7.8CVSS5.5AI score
SaveExploits0References10
CVE
CVE
added 2026/08/15 5:56 a.m.13 views

CVE-2026-72370

The CVE-2026-72370 entry concerns the Linux kernel vulnerability in iomap related to releasing pages on an atomic dio size mismatch. If bio_iov_iter_get_pages() or the bounce helper succeeds but builds a short bio, the REQ_ATOMIC size check rejects it before submission; the old error path would d...

5.4AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.29 views

CVE-2026-72370 iomap: release pages on atomic dio size mismatch

In the Linux kernel, the following vulnerability has been resolved: iomap: release pages on atomic dio size mismatch If bioiovitergetpages or the bounce helper succeeds but builds a short bio, the REQATOMIC size check rejects it before submission. The old error path only dropped the bio reference...

0.00198EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:56 a.m.5 views

CVE-2026-72370 iomap: release pages on atomic dio size mismatch

In the Linux kernel, the following vulnerability has been resolved: iomap: release pages on atomic dio size mismatch If bioiovitergetpages or the bounce helper succeeds but builds a short bio, the REQATOMIC size check rejects it before submission. The old error path only dropped the bio reference...

5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:56 a.m.6 views

EUVD-2026-59269

In the Linux kernel, the following vulnerability has been resolved: iomap: release pages on atomic dio size mismatch If bioiovitergetpages or the bounce helper succeeds but builds a short bio, the REQATOMIC size check rejects it before submission. The old error path only dropped the bio reference...

5.4AI score0.00198EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/15 5:56 a.m.5 views

CVE-2026-72370

In the Linux kernel, the following vulnerability has been resolved: iomap: release pages on atomic dio size mismatch If bioiovitergetpages or the bounce helper succeeds but builds a short bio, the REQATOMIC size check rejects it before submission. The old error path only dropped the bio reference...

5.4AI score0.00198EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:56 a.m.23 views

CVE-2026-72368

In the Linux kernel, CVE-2026-72368 describes a double unlock in the nomem_d_alloc path of cachefiles: after start_creating() fails with -ENOMEM, __start_dirop() releases the parent lock, but nomem_d_alloc in cachefiles_get_directory() unconditionally unlocks d_inode(dir) again, corrupting the rw...

7.8CVSS5.4AI score0.00165EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:56 a.m.7 views

EUVD-2026-59267

In the Linux kernel, the following vulnerability has been resolved: cachefiles: Fix double unlock in nomemdalloc error path When startcreating fails and returns -ENOMEM, it has already released the parent directory lock in startdirop: static struct dentry startdirop... ... inodelocknesteddir,...

5.4AI score0.00165EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.31 views

CVE-2026-72368 cachefiles: Fix double unlock in nomem_d_alloc error path

In the Linux kernel, the following vulnerability has been resolved: cachefiles: Fix double unlock in nomemdalloc error path When startcreating fails and returns -ENOMEM, it has already released the parent directory lock in startdirop: static struct dentry startdirop... ... inodelocknesteddir,...

7.8CVSS0.00165EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.33 views

CVE-2026-72369 minix: avoid overflow in bitmap block count calculation

In the Linux kernel, the following vulnerability has been resolved: minix: avoid overflow in bitmap block count calculation minixchecksuperblock uses minixblocksneeded to verify that the on-disk imap and zmap block counts are large enough for the advertised inode and zone counts. The helper...

7.8CVSS0.00175EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/15 5:56 a.m.7 views

CVE-2026-72368

In the Linux kernel, the following vulnerability has been resolved: cachefiles: Fix double unlock in nomemdalloc error path When startcreating fails and returns -ENOMEM, it has already released the parent directory lock in startdirop: static struct dentry startdirop... ... inodelocknesteddir,...

7.8CVSS5.4AI score0.00165EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:56 a.m.6 views

CVE-2026-72369

In the Linux kernel, the following vulnerability has been resolved: minix: avoid overflow in bitmap block count calculation minixchecksuperblock uses minixblocksneeded to verify that the on-disk imap and zmap block counts are large enough for the advertised inode and zone counts. The helper...

7.8CVSS5.4AI score0.00175EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:56 a.m.21 views

CVE-2026-72369

CVE-2026-72369 (Minix) - detail summary : The Linux kernel vulnerability arises in minix_check_superblock() where minix_blocks_needed() uses unsigned DIV_ROUND_UP(), allowing s_ninodes/s_zones near UINT_MAX to wrap to zero, making a zero bitmap-block count appear valid. This can lead to dereferen...

7.8CVSS5.4AI score0.00175EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:56 a.m.5 views

CVE-2026-72369 minix: avoid overflow in bitmap block count calculation

In the Linux kernel, the following vulnerability has been resolved: minix: avoid overflow in bitmap block count calculation minixchecksuperblock uses minixblocksneeded to verify that the on-disk imap and zmap block counts are large enough for the advertised inode and zone counts. The helper...

7.8CVSS5.6AI score
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:56 a.m.7 views

CVE-2026-72368 cachefiles: Fix double unlock in nomem_d_alloc error path

In the Linux kernel, the following vulnerability has been resolved: cachefiles: Fix double unlock in nomemdalloc error path When startcreating fails and returns -ENOMEM, it has already released the parent directory lock in startdirop: static struct dentry startdirop... ... inodelocknesteddir,...

7.8CVSS5.5AI score
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:56 a.m.24 views

CVE-2026-72367

Technical details about CVE-2026-72367 are not publicly provided in the supplied documents; monitor for updates.

8.8CVSS5.3AI score0.00582EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:56 a.m.22 views

CVE-2026-72366

The CVE-2026-72366 entry concerns the Linux kernel netfs path: netfs_create_write_req() could skip caching if the fscache cookie was disabled, which during async cache object creation might not be advanced enough to enable caching. The fix removes cookie checks and delegates control to fscache_be...

9.8CVSS5.4AI score0.00641EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/15 5:56 a.m.6 views

CVE-2026-72367

In the Linux kernel, the following vulnerability has been resolved: iomap: guard iosize EOF trim against concurrent truncate underflow iomap: fix zero padding data issue in concurrent append writes changed ioend accounting so that iosize tracks only valid data within EOF. This trims iosize when a...

8.8CVSS5.3AI score0.00582EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:56 a.m.6 views

CVE-2026-72366

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfscreatewritereq to handle async cache object creation netfscreatewritereq will skip caching if the fscache cookie is disabled, but this is a problem because async cache object creation might not have got far enough...

9.8CVSS5.4AI score0.00641EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.30 views

CVE-2026-72367 iomap: guard io_size EOF trim against concurrent truncate underflow

In the Linux kernel, the following vulnerability has been resolved: iomap: guard iosize EOF trim against concurrent truncate underflow iomap: fix zero padding data issue in concurrent append writes changed ioend accounting so that iosize tracks only valid data within EOF. This trims iosize when a...

8.8CVSS0.00582EPSS
SaveExploits0References3
Rows per page
Query Builder