367803 matches found
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...
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...
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...
CVE-2026-72356 cifs: Fix missing credit release on failure in cifs_issue_read()
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...
CVE-2026-72356 cifs: Fix missing credit release on failure in cifs_issue_read()
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...
CVE-2026-72356
CVE-2026-72356 pertains to the Linux kernel CIFS subsystem. The vulnerability centers on a missing credit release on failure in the cifs_issue_read() path, with the fix ensuring credits are released on failure instead of potentially being overwritten on retry of the subrequest. The available conn...
EUVD-2026-59255
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...
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...
CVE-2026-72355 netfs: Fix barriering when walking subrequest list
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...
CVE-2026-72355 netfs: Fix barriering when walking subrequest list
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...
EUVD-2026-59254
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...
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...
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...
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...
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...
CVE-2026-72355
The CVE-2026-72355 entry concerns the Linux kernel netfs subsystem. A race/ barriering issue was fixed in the subrequest list during retry, where a newly added subrequest could be observed, potentially allowing an elevated-risk scenario. The vulnerability is tied to the netfs subrequest traversal...
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...
CVE-2026-72353 ntfs: avoid stale runlist element dereference in fallocate
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...
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...
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...