SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-80877

UNKNOWN · CVSS N/A EPSS 0.16%

Source: NVD + CISA KEV + EPSS · Published 2026-09-04 · Last synced 2026-09-19

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel, specifically in the AFS (Andrew File System) module, where a leak of the new vllist can occur if the list is empty. This could potentially lead to resource exhaustion or memory leaks, impacting system stability and performance. Organizations using Linux systems, particularly those relying on AFS, should prioritize addressing this issue to maintain optimal system integrity and performance.

CVE
CVE-2026-80877
Severity
UNKNOWN
CVSS
N/A
EPSS
0.16%
Linux

Original NVD 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.