AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72378

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel affects the AFS (Andrew File System) component, where incorrect error codes are only set during the first iteration of a loop in the afs_extract_vl_addrs() function. This could lead to misleading error handling and potentially impact system stability or security. Organizations utilizing Linux systems, particularly those relying on AFS, should prioritize applying the relevant patches to mitigate any risks associated with this issue.

CVE
CVE-2026-72378
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: afs: Fix error code in afs_extract_vl_addrs() The error codes on these paths are only set on the first iteration through the loop. Set the correct error code on every iteration.