CVE-2026-80877
Received Received - Intake

Memory Leak in Linux Kernel AFS

Vulnerability report for CVE-2026-80877, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-04

Last updated on: 2026-09-04

Assigner: kernel.org

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-04
Last Modified
2026-09-04
Generated
2026-09-05
AI Q&A
2026-09-04
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a memory leak in the AFS (Andrew File System) module. Specifically, it occurs in the afs_update_cell() function when handling an empty list of servers (nr_servers == 0). The leak happens because the new vllist is not properly released if the list is empty, and the old list is only displaced if it is also empty.

Detection Guidance

This vulnerability is specific to the Linux kernel's AFS (Andrew File System) module and involves a memory leak in afs_update_cell(). Detection requires checking for kernel memory leaks or unusual memory usage patterns in AFS-related processes. Monitor kernel logs for OOM (Out of Memory) conditions or use tools like 'dmesg' or 'vmstat' to observe memory consumption. No direct commands detect this specific leak, but general memory monitoring tools may help.

Impact Analysis

The impact of this vulnerability is primarily on system stability and resource usage. A memory leak can cause the system to gradually consume more memory over time, potentially leading to performance degradation or crashes. This is especially critical for servers or systems running long-term workloads.

Mitigation Strategies

Apply the latest Linux kernel patches that include the fix for this vulnerability. Update your system using your package manager (e.g., 'apt upgrade', 'yum update', or 'dnf upgrade'). If immediate patching is not possible, consider disabling the AFS module if it is not in use by unloading the module with 'rmmod afs' or blacklisting it.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80877. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart