AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-74427

UNKNOWN · CVSS N/A

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

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's AFS (Andrew File System) implementation, specifically in the handling of network namespace teardown, which could lead to improper resource management. If exploited, this could result in resource leaks or denial of service due to the inability to properly cancel preallocated resources before incoming calls are disabled. Organizations using Linux systems with AFS should prioritize this fix to ensure reliable network operations and prevent potential service disruptions.

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

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: afs: Fix netns teardown to cancel the preallocation charger Fix the teardown of an afs network namespace to make sure it cancels the work item that keeps the preallocated rxrpc call/conn/peer queue charged before incoming calls are disabled (i.e. listen 0). Also, if net->live is false because the afs netns is being deleted, make afs_charge_preallocation() skip charging and make afs_rx_new_call() avoid requeuing the charger. (This was found by AI review).