Lucene search
+L

82 matches found

SUSE CVE
SUSE CVE
•added 2026/09/05 12:25 a.m.•13 views

SUSE CVE-2026-80877

In the Linux kernel, the following vulnerability has been resolved: afs: Fix vllist leak Fix a leak of the new vllist in afsupdatecell in the event that it is an empty list nrservers == 0, in which case the old list isn't displaced unless the old list is also empty...

5.8AI score0.0022EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/05 12:25 a.m.•14 views

SUSE CVE-2026-80885

In the Linux kernel, the following vulnerability has been resolved: afs: Fix uncancelled rxrpc OOB message handler Fix AFS to cancel its OOB message processing typically to respond to security challenges. Also move OOB message processing to afswq so that it's also waited for and make the OOB...

5.8AI score0.00206EPSS
SaveExploits0References3
NVD
NVD
•added 2026/09/04 5:17 p.m.•7 views

CVE-2026-80885

In the Linux kernel, the following vulnerability has been resolved: afs: Fix uncancelled rxrpc OOB message handler Fix AFS to cancel its OOB message processing typically to respond to security challenges. Also move OOB message processing to afswq so that it's also waited for and make the OOB...

0.00206EPSS
SaveExploits0References3
NVD
NVD
•added 2026/09/04 5:16 p.m.•8 views

CVE-2026-80878

In the Linux kernel, the following vulnerability has been resolved: afs: Fix leak of ungot volume Fix afslookupvolumercu so that it doesn't leak a dying volume if afstrygetvolume fails...

0.00209EPSS
SaveExploits0References4
NVD
NVD
•added 2026/09/04 5:16 p.m.•7 views

CVE-2026-80877

In the Linux kernel, the following vulnerability has been resolved: afs: Fix vllist leak Fix a leak of the new vllist in afsupdatecell in the event that it is an empty list nrservers == 0, in which case the old list isn't displaced unless the old list is also empty...

0.0022EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/09/04 4:49 p.m.•10 views

EUVD-2026-71515

In the Linux kernel, the following vulnerability has been resolved: afs: Fix uncancelled rxrpc OOB message handler Fix AFS to cancel its OOB message processing typically to respond to security challenges. Also move OOB message processing to afswq so that it's also waited for and make the OOB...

5.3AI score0.00206EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/04 4:49 p.m.•12 views

CVE-2026-80885 afs: Fix uncancelled rxrpc OOB message handler

In the Linux kernel, the following vulnerability has been resolved: afs: Fix uncancelled rxrpc OOB message handler Fix AFS to cancel its OOB message processing typically to respond to security challenges. Also move OOB message processing to afswq so that it's also waited for and make the OOB...

5.6AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/04 4:48 p.m.•10 views

EUVD-2026-71508

In the Linux kernel, the following vulnerability has been resolved: afs: Fix leak of ungot volume Fix afslookupvolumercu so that it doesn't leak a dying volume if afstrygetvolume fails...

5.2AI score0.00209EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/04 4:48 p.m.•40 views

CVE-2026-80878 afs: Fix leak of ungot volume

In the Linux kernel, the following vulnerability has been resolved: afs: Fix leak of ungot volume Fix afslookupvolumercu so that it doesn't leak a dying volume if afstrygetvolume fails...

0.00209EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/04 4:48 p.m.•22 views

CVE-2026-80878

CVE-2026-80878 is a resource leak in the Linux kernel's AFS (Andrew File System) module. The function afs_lookup_volume_rcu() fails to release a dying volume when the preceding afs_try_get_volume() call fails, resulting in a leak of an ungot volume . The fix is provided in kernel patches (commits...

5.2AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/04 4:48 p.m.•17 views

CVE-2026-80877

CVE-2026-80877 is a memory leak in the Linux kernel's AFS (Andrew File System) module. The bug is in afs_update_cell() : when the new server list is empty (nr_servers == 0), the newly allocated vllist is never freed because the old list is only displaced if it is also empty. Each such event leaks...

5.3AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/04 4:48 p.m.•32 views

CVE-2026-80877 afs: Fix vllist leak

In the Linux kernel, the following vulnerability has been resolved: afs: Fix vllist leak Fix a leak of the new vllist in afsupdatecell in the event that it is an empty list nrservers == 0, in which case the old list isn't displaced unless the old list is also empty...

0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/04 4:48 p.m.•11 views

CVE-2026-80877 afs: Fix vllist leak

In the Linux kernel, the following vulnerability has been resolved: afs: Fix vllist leak Fix a leak of the new vllist in afsupdatecell in the event that it is an empty list nrservers == 0, in which case the old list isn't displaced unless the old list is also empty...

5.6AI score
SaveExploits0References11
Positive Technologies
Positive Technologies
•added 2026/09/04 12:00 a.m.•19 views

PT-2026-85796

In the Linux kernel, the following vulnerability has been resolved: afs: Fix vllist leak Fix a leak of the new vllist in afs update cell in the event that it is an empty list nr servers == 0, in which case the old list isn't displaced unless the old list is also empty...

5.3AI score0.0022EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
•added 2026/09/03 12:07 a.m.•15 views

SUSE 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.8AI score0.00716EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/03 12:07 a.m.•17 views

SUSE CVE-2026-72375

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.8CVSS5.8AI score0.00173EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/03 12:07 a.m.•14 views

SUSE 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.9AI score0.00716EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/02 11:46 a.m.•17 views

SUSE CVE-2026-72371

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.8AI score0.00176EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/02 11:46 a.m.•13 views

SUSE CVE-2026-72372

In the Linux kernel, the following vulnerability has been resolved: afs: Fix lack of locking around modifications of net-cellsdynino Fix the lack of locking around modifications of net-cellsdynino by taking net-cellslock exclusively. This also requires to cell to be removed from net-cellsdynino i...

7.8CVSS6.7AI score0.00175EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/01 1:29 p.m.•14 views

SUSE 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.8AI score0.00209EPSS
SaveExploits0References3
Rows per page
Query Builder