CVE Catalog

CVE-2026-80877

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the AFS filesystem has a memory leak related to the vllist in afs_update_cell(). When the new list is empty (nr_servers == 0), the old list is not replaced, leading to a leak of the new list.

Risk Assessment

The memory leak may lead to gradual exhaustion of system resources, potentially causing system instability or denial of service.

Recommendation

It is recommended to update the Linux kernel to a version containing the fix for this vulnerability.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS