Lucene search
+L

247700 matches found

Cvelist
Cvelist
added 4 days ago30 views

CVE-2026-72380 xen/pvcalls: bound backend response req_id before indexing rsp[]

In the Linux kernel, the following vulnerability has been resolved: xen/pvcalls: bound backend response reqid before indexing rsp pvcallsfronteventhandler takes reqid directly from the backend-supplied ring response and uses it to index the fixed-size bedata-rsp array for a memcpy and a store, wi...

8.8CVSS0.00289EPSS
SaveExploits0References2
EUVD
EUVD
added 4 days ago6 views

EUVD-2026-59279

In the Linux kernel, the following vulnerability has been resolved: xen/pvcalls: bound backend response reqid before indexing rsp pvcallsfronteventhandler takes reqid directly from the backend-supplied ring response and uses it to index the fixed-size bedata-rsp array for a memcpy and a store, wi...

5.4AI score0.00289EPSS
SaveExploits0References2
Cvelist
Cvelist
added 4 days ago28 views

CVE-2026-72377 afs: Remove setting of AS_RELEASE_ALWAYS for symlinks and mountpoints

In the Linux kernel, the following vulnerability has been resolved: afs: Remove setting of ASRELEASEALWAYS for symlinks and mountpoints Regular AFS files correctly use afsfileaops which have releasefolio set as netfsreleasefolio, so ASRELEASEALWAYS is valid for them when fscache is enabled set vi...

0.00198EPSS
SaveExploits0References2
EUVD
EUVD
added 4 days ago6 views

EUVD-2026-59276

In the Linux kernel, the following vulnerability has been resolved: afs: Remove setting of ASRELEASEALWAYS for symlinks and mountpoints Regular AFS files correctly use afsfileaops which have releasefolio set as netfsreleasefolio, so ASRELEASEALWAYS is valid for them when fscache is enabled set vi...

5.5AI score0.00198EPSS
SaveExploits0References2
EUVD
EUVD
added 4 days ago5 views

EUVD-2026-59277

In the Linux kernel, the following vulnerability has been resolved: afs: Fix error code in afsextractvladdrs The error codes on these paths are only set on the first iteration through the loop. Set the correct error code on every iteration...

5.5AI score0.00716EPSS
SaveExploits0References8
Cvelist
Cvelist
added 4 days ago31 views

CVE-2026-72378 afs: Fix error code in afs_extract_vl_addrs()

In the Linux kernel, the following vulnerability has been resolved: afs: Fix error code in afsextractvladdrs The error codes on these paths are only set on the first iteration through the loop. Set the correct error code on every iteration...

7.5CVSS0.00716EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 4 days ago3 views

CVE-2026-72378

In the Linux kernel, the following vulnerability has been resolved: afs: Fix error code in afsextractvladdrs The error codes on these paths are only set on the first iteration through the loop. Set the correct error code on every iteration...

7.5CVSS5.5AI score0.00716EPSS
SaveExploits0
CVE
CVE
added 4 days ago13 views

CVE-2026-72378

The CVE-2026-72378 entry concerns the Linux kernel, specifically the afs_extract_vl_addrs() path. The underlying issue is that error codes were only set on the first iteration of a loop; the patch fixes this by ensuring the correct error code is assigned on every iteration. This affects the AFS c...

7.5CVSS5.5AI score0.00716EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 4 days ago5 views

CVE-2026-72377

In the Linux kernel, the following vulnerability has been resolved: afs: Remove setting of ASRELEASEALWAYS for symlinks and mountpoints Regular AFS files correctly use afsfileaops which have releasefolio set as netfsreleasefolio, so ASRELEASEALWAYS is valid for them when fscache is enabled set vi...

5.5AI score0.00198EPSS
SaveExploits0
OSV
OSV
added 4 days ago3 views

CVE-2026-72378 afs: Fix error code in afs_extract_vl_addrs()

In the Linux kernel, the following vulnerability has been resolved: afs: Fix error code in afsextractvladdrs The error codes on these paths are only set on the first iteration through the loop. Set the correct error code on every iteration...

7.5CVSS5.6AI score
SaveExploits0References11
CVE
CVE
added 4 days ago17 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
OSV
OSV
added 4 days ago4 views

CVE-2026-72377 afs: Remove setting of AS_RELEASE_ALWAYS for symlinks and mountpoints

In the Linux kernel, the following vulnerability has been resolved: afs: Remove setting of ASRELEASEALWAYS for symlinks and mountpoints Regular AFS files correctly use afsfileaops which have releasefolio set as netfsreleasefolio, so ASRELEASEALWAYS is valid for them when fscache is enabled set vi...

5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 4 days ago30 views

CVE-2026-72376 afs: Fix misplaced inc of net->cells_outstanding

In the Linux kernel, the following vulnerability has been resolved: afs: Fix misplaced inc of net-cellsoutstanding Fix net-cellsoutstanding being incremented before the check for failure of idralloccyclic, leaving the count incremented on error...

0.00209EPSS
SaveExploits0References4
EUVD
EUVD
added 4 days ago5 views

EUVD-2026-59275

In the Linux kernel, the following vulnerability has been resolved: afs: Fix misplaced inc of net-cellsoutstanding Fix net-cellsoutstanding being incremented before the check for failure of idralloccyclic, leaving the count incremented on error...

5.3AI score0.00209EPSS
SaveExploits0References4
OSV
OSV
added 4 days ago5 views

CVE-2026-72376 afs: Fix misplaced inc of net->cells_outstanding

In the Linux kernel, the following vulnerability has been resolved: afs: Fix misplaced inc of net-cellsoutstanding Fix net-cellsoutstanding being incremented before the check for failure of idralloccyclic, leaving the count incremented on error...

5.5AI score
SaveExploits0References7
CVE
CVE
added 4 days ago15 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
Debian CVE
Debian CVE
added 4 days ago6 views

CVE-2026-72376

In the Linux kernel, the following vulnerability has been resolved: afs: Fix misplaced inc of net-cellsoutstanding Fix net-cellsoutstanding being incremented before the check for failure of idralloccyclic, leaving the count incremented on error...

5.3AI score0.00209EPSS
SaveExploits0
Cvelist
Cvelist
added 4 days ago31 views

CVE-2026-72375 afs: Fix reinitialisation of the inode, in particular ->lock_work

In the Linux kernel, the following vulnerability has been resolved: afs: Fix reinitialisation of the inode, in particular -lockwork It seems that initalising afsvnode::lockwork a single time in the slab's init function isn't sufficient for workstructs. This results in the DEBUGOBJECTS debugging...

7.8CVSS0.00173EPSS
SaveExploits0References3
EUVD
EUVD
added 4 days ago5 views

EUVD-2026-59273

In the Linux kernel, the following vulnerability has been resolved: afs: Fix callback service message parsers to pass through -EAGAIN The AFS filesystem client uses an rxrpc server to listen for callback notifications. Each callback call type handler has a delivery function that parses the incomi...

5.5AI score0.00716EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 4 days ago5 views

CVE-2026-72374

In the Linux kernel, the following vulnerability has been resolved: afs: Fix callback service message parsers to pass through -EAGAIN The AFS filesystem client uses an rxrpc server to listen for callback notifications. Each callback call type handler has a delivery function that parses the incomi...

7.5CVSS5.4AI score0.00716EPSS
SaveExploits0
Rows per page
Query Builder