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.
Published: 2026-08-28
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Use after free leading to kernel memory corruption
Action: Apply Patch
AI Analysis

Impact

In the Linux kernel, failure to increment the reference count for incoming File‑Lifecycle‑Bound (FLB) data in the liveupdate subsystem creates a use‑after‑free condition. The FLB structure may be freed while still in use, potentially corrupting kernel memory. If an attacker can trigger a live update that processes the vulnerable FLB data, arbitrary code execution with kernel privileges could result.

Affected Systems

All Linux kernel versions that include the liveupdate module but lack the reference‑count fix are affected. The defect was addressed in commits 725ada0273a0f48a67fd59cc518d7f8055fe3d5c and d8e47bd066d7e626f9f45d416182d585b7e18b9b. The vulnerability is not tied to any specific distribution release; any distribution shipping an unfixed kernel, including custom builds, remains at risk.

Risk and Exploitability

The vulnerability has a CVSS score of 5.5 and an EPSS score of <1%, indicating moderate severity and low exploitation likelihood. It is not listed in the CISA KEV catalog. An attacker would need local or kernel‑privileged code to initiate a live update that uses the FLB data. Successful exploitation could lead to kernel memory corruption and privilege escalation, compromising the entire system.

Generated by OpenCVE AI on September 2, 2026 at 05:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the liveupdate reference‑count fix, such as the kernel commit 725ada0273a0f48a67fd59cc518d7f8055fe3d5c or d8e47bd066d7e626f9f45d416182d585b7e18b9b.
  • Reboot the system after applying the kernel update to ensure the patched code is loaded.
  • If an immediate kernel upgrade is not feasible, disable or suspend the liveupdate subsystem until the patch is available to prevent the vulnerable code path from being exercised.

Generated by OpenCVE AI on September 2, 2026 at 05:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-825
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Fri, 28 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
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.
Title liveupdate: Reference count incoming FLB data
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-28T06:48:53.841Z

Reserved: 2026-08-26T14:34:25.778Z

Link: CVE-2026-80642

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:49.097

Modified: 2026-08-28T08:16:49.097

Link: CVE-2026-80642

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80642 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T05:30:08Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference