SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-80642

UNKNOWN · CVSS N/A EPSS 0.15%

Source: NVD + CISA KEV + EPSS · Published 2026-08-28 · Last synced 2026-09-20

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's handling of File-Lifecycle-Bound (FLB) data during Live Updates, where improper reference counting could lead to use-after-free errors. This flaw could allow subsystems to access invalid memory, potentially leading to system instability or crashes. Organizations using Linux in critical environments should prioritize addressing this issue to ensure the integrity and reliability of their systems during Live Updates.

CVE
CVE-2026-80642
Severity
UNKNOWN
CVSS
N/A
EPSS
0.15%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: liveupdate: Reference count incoming FLB data Increment the incoming FLB refcount in liveupdate_flb_get_incoming() so that the FLB structure cannot be freed while the caller is actively using it. Add an additional liveupdate_flb_put_incoming() function so the caller can explicitly indicate when it is done using the FLB data. During a Live Update, a subsystem might need to hold onto the incoming File-Lifecycle-Bound (FLB) data for an extended period, such as during device enumeration. Incrementing the reference count guarantees that the data remains valid and accessible until the subsystem releases it, preventing future use-after-free bugs.