Lucene search
+L

387186 matches found

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

CVE-2026-72377

Summary of CVE-2026-72377 : In the Linux kernel, a defect in AFS handling caused symlinks and mountpoints to incorrectly inherit AS_RELEASE_ALWAYS due to afs_apply_status(), even though they use afs_dir_aops which have no release_folio callback. This mismatch allowed memory management code to mis...

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

CVE-2026-72376

CVE-2026-72376 refers to a Linux kernel issue in the AFS subsystem where the counter net->cells_outstanding was incremented before the failure check of idr_alloc_cyclic(), leaving the count incremented when an error occurs. The fix corrects the order of operations so the increment happens only...

5.3AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:56 a.m.17 views

CVE-2026-72375

CVE-2026-72375 affects the Linux kernel and relates to the AFS subsystem. The issue arises from insufficient reinitialisation of afs_vnode::lock_work (and related lock_work handling) during inode allocation, causing intermittent warnings from debugobjects (e.g., “activate not available” messages ...

7.8CVSS5.4AI score0.00173EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:56 a.m.27 views

CVE-2026-72374

The CVE affects the Linux kernel AFS client: a bug in callback message parsing caused -EAGAIN to be swallowed (instead of being propagated by afs_extract_data), potentially impacting availability. The fix corrects the callback service message parsers to pass through -EAGAIN. CVSS 3.1 base score 7...

7.5CVSS5.4AI score0.00716EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:56 a.m.31 views

CVE-2026-72373

The CVE-2026-72373 entry concerns the Linux kernel. It fixes a NULL pointer dereference in afs_break_some_callbacks() by adding a check for NULL from afs_lookup_volume_rcu(), addressing cases where the specified AFS volume is unknown. The vulnerability description across sources aligns on this ro...

7.5CVSS5.3AI score0.00622EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:56 a.m.24 views

CVE-2026-72372

CVE-2026-72372 affects the Linux kernel in the afs subsystem, fixing a race when modifying net->cells_dyn_ino. The patch adds exclusive locking via net->cells_lock and changes the removal of a cell from net->cells_dyn_ino to afs_destroy_cell_work() instead of afs_cell_destroy(), because ...

7.8CVSS5.3AI score0.00175EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:56 a.m.25 views

CVE-2026-72371

The CVE concerns the Linux kernel vulnerability in the AFS file system where AFS_VOLUME_RM_TREE is set on the wrong volume during afs_insert_volume_into_cell(). The fix changes the logic to set AFS_VOLUME_RM_TREE on the volume being replaced (not the new volume), because the new volume is removed...

7.8CVSS5.3AI score0.00176EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:56 a.m.15 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
CVE
CVE
added 2026/08/15 5:56 a.m.25 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
CVE
CVE
added 2026/08/15 5:56 a.m.24 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
CVE
CVE
added 2026/08/15 5:56 a.m.25 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.23 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
CVE
CVE
added 2026/08/15 5:56 a.m.23 views

CVE-2026-72365

CVE-2026-72365 affects the Linux kernel netfs subsystem. The vulnerability was addressed by a fix to writethrough handling: the write request now sets NETFS_RREQ_OFFLOAD_COLLECTION so collection is processed asynchronously (not only at the end) and asynchronous O_SYNC writes are collected as well...

5.3AI score0.00207EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:56 a.m.18 views

CVE-2026-72363

Summary of CVE-2026-72363 : A Linux kernel issue in the netfs subsystem: when ENOMEM occurs during writeback iteration, the current folio’s state is not properly updated, requiring the folio to be redirtied and unlocked before invoking the terminal writeback_iter(). The available connected docume...

5.3AI score0.00206EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:56 a.m.28 views

CVE-2026-72364

The CVE-2026-72364 pertains to the Linux kernel netfs writeback path. Affected component: writeback_iter() in netfs. Root cause: error handling in the writeback loop did not properly unwind state after an error. As documented, when an error occurs, writeback_iter() must be called again with the e...

7.1CVSS5.3AI score0.00171EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:56 a.m.21 views

CVE-2026-72362

The CVE-2026-72362 issue affects the Linux kernel DRM/XE PT path (xe_pt_zap_ptes_entry). The vulnerability arises when a NULL child pointer for unpopulated entries is dereferenced because container_of(*child) is called before a NULL check, causing a crash. The fix moves the container_of() call af...

5.3AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:56 a.m.26 views

CVE-2026-72360

The CVE-2026-72360 entry concerns the Linux kernel, specifically the DRM XE PCIe PF path. The vulnerability arises from PF relay logic attempting to process FAST_REQ or EVENT relays; VF/PF relay actions were defined only for regular REQUEST messages. This misbehavior could break the VFPF ABI prot...

8.4CVSS5.4AI score0.00171EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:56 a.m.18 views

CVE-2026-72361

Summary (CVE-2026-72361) : In the Linux kernel driver path drm/xe/hw_engine, a double-free occurred for a managed buffer object (BO) in the error path of hw_engine_init(). The BO was created via xe_managed_bo_create_pin_map() and explicitly freed in the error path using xe_bo_unpin_map_no_vm(), b...

5.3AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:55 a.m.17 views

CVE-2026-72359

The CVE relates to the Linux kernel DRM/XE driver. A buffer object (BO) may have its ttm.resource set to NULL during the purge step in the TTM pipeline, but the BO may remain in the client’s object list until the GEM handle is closed. If memory statistics are queried during this window, dereferen...

5.7AI score0.00198EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:55 a.m.23 views

CVE-2026-72358

CVE-2026-72358 relates to the Linux kernel drm/xe/pt code, where cursor handling for purged BOs could be left uninitialized during page-table walks in xe_pt_hugepte_possible() and xe_pt_scan_64K(), leading to invalid cursor accesses and warnings. The fix adds an explicit purged-BO check (like NUL...

7.8CVSS5.4AI score0.00165EPSS
SaveExploits0References2
Rows per page
Query Builder