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: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The defect occurs when the liveupdate subsystem fails to increment the reference count for incoming File‑Lifecycle‑Bound data. As a result, the structure can be freed while in use, creating a use‑after‑free condition that corrupts kernel memory. This flaw could allow privileged code to execute arbitrary instructions within the kernel, potentially leading to full system compromise.

Affected Systems

All versions of the Linux kernel that contain the liveupdate module but do not yet contain the reference‑count fix are affected. The fix is referenced by commit hashes 725ada0273a0f48a67fd59cc518d7f8055fe3d5c and d8e47bd066d7e626f9f45d416182d585b7e18b9b. No specific distribution versions are enumerated, so any distribution shipping an unfixed kernel (including custom builds) is at risk.

Risk and Exploitability

The vulnerability is an unprotected use‑after‑free in privileged kernel code. Attackers would need local or compromised kernel privileges to trigger a live update that uses the FLB data. While the exact CVSS and EPSS scores are unavailable, the nature of the flaw suggests a high impact; it can lead to system‑wide memory corruption and arbitrary code execution. The lack of a KEV listing does not reduce the urgency; the fix should be applied promptly.

Generated by OpenCVE AI on August 28, 2026 at 12:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the reference‑count fix shown in the provided commit URLs.
  • Reboot the system after applying the kernel update to load the new code.
  • If a timely kernel upgrade is not possible, disable or suspend the liveupdate subsystem until the kernel patch is available.

Generated by OpenCVE AI on August 28, 2026 at 12:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T12:15:04Z

Weaknesses