Lucene search
+L

123960 matches found

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

CVE-2026-72365

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix writethrough to use collection offload Fix writethrough write to set NETFSRREQOFFLOADCOLLECTION on the request so that collection is processed asynchronously rather than only right at the end - and also so that...

5.3AI score0.00207EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:56 a.m.8 views

CVE-2026-72363

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix folio state after ENOMEM whilst under writeback iteration Fix the state of the current folio when ENOMEM occurs during writeback iteration. The folio needs to be redirtied and unlocked before the terminal writebackiter...

5.3AI score0.00206EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:56 a.m.4 views

CVE-2026-72364

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix writeback error handling Fix the error handling in writebackiter loop. If an error occurs, writebackiter needs to be called again with error set to the error so that it can clean up iteration state. Further, the curren...

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

CVE-2026-72362

In the Linux kernel, the following vulnerability has been resolved: drm/xe/pt: Fix NULL pointer dereference in xeptzapptesentry The page-table walk framework may pass a NULL child pointer for unpopulated entries. xeptzapptesentry called containerofchild before checking for NULL, then dereferenced...

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

CVE-2026-72360

In the Linux kernel, the following vulnerability has been resolved: drm/xe/pf: Don't attempt to process FASTREQ or EVENT relays Currently defined VF/PF relay actions use regular REQUEST messages only and the PF shouldn't attempt to handle FASTREQUEST nor EVENT messages as this would result in...

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

CVE-2026-72361

In the Linux kernel, the following vulnerability has been resolved: drm/xe/hwengine: Fix double-free of managed BO in error path The error path in hwengineinit explicitly frees a BO allocated with xemanagedbocreatepinmap via xebounpinmapnovm. Since the managed BO already has a devm cleanup action...

5.3AI score0.00209EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.6 views

CVE-2026-72359

In the Linux kernel, the following vulnerability has been resolved: drm/xe: fix NPD in bomeminfo When a buffer object is purged, its ttm.resource is set to NULL via the TTM pipeline gutting flow. However, the BO remains in the client's object list until userspace explicitly closes the GEM handle...

5.7AI score0.00198EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:55 a.m.14 views

CVE-2026-72358 drm/xe/pt: prevent invalid cursor access for purged BOs

In the Linux kernel, the following vulnerability has been resolved: drm/xe/pt: prevent invalid cursor access for purged BOs During a page table walk for binding, xeptstagebind explicitly skips initializing the xerescursor for purged BOs, treating them similarly to NULL VMAs by only setting the...

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

CVE-2026-72357

In the Linux kernel, the following vulnerability has been resolved: uprobes/x86: Use proper mmstruct in inuprobetrampoline In the unregister path we use inuprobetrampoline check with current-mm for the VMA lookup, which is wrong, because we are in the tracer context, not the traced process. Add...

7.8CVSS5.3AI score0.00173EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.9 views

CVE-2026-72358

In the Linux kernel, the following vulnerability has been resolved: drm/xe/pt: prevent invalid cursor access for purged BOs During a page table walk for binding, xeptstagebind explicitly skips initializing the xerescursor for purged BOs, treating them similarly to NULL VMAs by only setting the...

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

EUVD-2026-59257

In the Linux kernel, the following vulnerability has been resolved: drm/xe/pt: prevent invalid cursor access for purged BOs During a page table walk for binding, xeptstagebind explicitly skips initializing the xerescursor for purged BOs, treating them similarly to NULL VMAs by only setting the...

5.4AI score0.00165EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.7 views

CVE-2026-72356

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix missing credit release on failure in cifsissueread Fix missing release of credits in the failure path in cifsissueread lest retrying the subreq just overwrites the credits value...

7.5CVSS5.3AI score0.0063EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.22 views

CVE-2026-72354 ntfs: avoid stale runlist element dereference in MFT writeback

In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid stale runlist element dereference in MFT writeback ntfswritemftblock maps each $MFT record through the $MFT data runlist. For sub-folio clusters it looks up a struct runlistelement under ni-runlist.lock, drops the loc...

8.8CVSS0.00508EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:55 a.m.7 views

EUVD-2026-59253

In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid stale runlist element dereference in MFT writeback ntfswritemftblock maps each $MFT record through the $MFT data runlist. For sub-folio clusters it looks up a struct runlistelement under ni-runlist.lock, drops the loc...

5.5AI score0.00508EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:55 a.m.22 views

CVE-2026-72354

Summary: CVE-2026-72354 affects the Linux kernel NTFS MFT writeback code, where a runlist_element borrowed under ni->runlist.lock can be freed by ntfs_rl_realloc during a concurrent $MFT extension. If the old runlist backing storage is freed after the lookup but before folio sizing, a use-afte...

8.8CVSS5.5AI score0.00508EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.7 views

CVE-2026-72354

In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid stale runlist element dereference in MFT writeback ntfswritemftblock maps each $MFT record through the $MFT data runlist. For sub-folio clusters it looks up a struct runlistelement under ni-runlist.lock, drops the loc...

8.8CVSS5.5AI score0.00508EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.5 views

CVE-2026-72355

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix barriering when walking subrequest list Fix the barriering used when walking the subrequest list in retry as there's a possibility of seeing a subreq that's just been added by the application thread...

9.8CVSS5.3AI score0.00554EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:55 a.m.10 views

CVE-2026-72354 ntfs: avoid stale runlist element dereference in MFT writeback

In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid stale runlist element dereference in MFT writeback ntfswritemftblock maps each $MFT record through the $MFT data runlist. For sub-folio clusters it looks up a struct runlistelement under ni-runlist.lock, drops the loc...

8.8CVSS5.7AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:55 a.m.7 views

EUVD-2026-59252

In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid stale runlist element dereference in fallocate ntfsattrfallocate allocates holes and delayed allocations inside initialized size by looking up the current runlist element under ni-runlist.lock. The returned struct...

5.5AI score0.00508EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:55 a.m.17 views

CVE-2026-72353

CVE-2026-72353 relates to the Linux kernel NTFS runlist handling during fallocate. The bug allowed a use-after-free: ntfs_attr_fallocate() reads fields from a borrowed runlist_element after releasing ni->runlist.lock, while ntfs_rl_realloc() can reallocate and free the underlying runlist, risk...

8.8CVSS5.5AI score0.00508EPSS
SaveExploits0References2
Rows per page
Query Builder