CVE-2026-80642: liveupdate: Reference count incoming FLB data

Published Aug 28, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

liveupdate: Reference count incoming FLB data

Increment the incoming FLB refcount in liveupdateflbgetincoming() so that the FLB structure cannot be freed while the caller is actively using it. Add an additional liveupdateflbputincoming() 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.

Event History

Aug 28, 2026
CVE Published
via MITRE·06:48 AM
Data Sourced
via MITRE·06:48 AM
Description

Frequently Asked Questions

1

When could this issue be triggered?

It can arise during a Live Update when a subsystem retains incoming File-Lifecycle-Bound (FLB) data for an extended period, such as while performing device enumeration.

2

What condition leads to the use-after-free risk?

The incoming FLB structure could be freed while a caller was still using it because obtaining the incoming data did not increment its reference count.

3

What does the fix change?

The fix increments the incoming FLB reference count when the data is obtained and adds liveupdate_flb_put_incoming() so callers explicitly release the reference after they finish using the FLB data.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203