SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-80885

UNKNOWN · CVSS N/A EPSS 0.17%

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

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's AFS (Andrew File System) component, specifically related to the handling of out-of-band (OOB) messages, which are crucial for responding to security challenges. If exploited, this flaw could lead to improper message processing, potentially compromising system security. Organizations using Linux systems, particularly those relying on AFS for file sharing and security, should prioritize applying the fix to mitigate any risks associated with this vulnerability.

CVE
CVE-2026-80885
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

Original NVD Description

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 afs_wq so that it's also waited for and make the OOB handler just return if the net namespace is no longer live.