CVE-2026-80675: libbpf: Reject non-exclusive metadata maps in the signed loader

Published Aug 28, 2026
·
Updated

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

libbpf: Reject non-exclusive metadata maps in the signed loader

The loader verifies map->sha against the metadata hash in its instructions. map->sha is calculated when BPFOBJGETINFOBYFD is called on the frozen map.

While the map is frozen, the /signed loader/ must also ensure the map is exclusive, as, without exclusivity (which a hostile host could just omit when loading the loader), another BPF program with map access can mutate the contents afterwards, so the check passes on stale data.

With the extra check as part of the signed loader, it now refuses to move on with map->sha validation if the host set it up wrongly.

Affected Software

1 affected component
Linux Kernel

Event History

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

Frequently Asked Questions

1

What conditions are required for exploitation?

A hostile host must load the signed loader without making its metadata maps exclusive. Another BPF program that has access to such a map must then be able to modify its contents after the map hash has been calculated.

2

Are correctly configured signed loaders affected?

The issue depends on metadata maps not being exclusive. The resolved loader adds a check that refuses to continue with map hash validation when the host has set up the map without exclusivity.

3

What should be done if the fix cannot be applied immediately?

Ensure metadata maps used by the signed loader are exclusive and prevent other BPF programs from retaining access to them. This prevents later map mutations from invalidating the assumptions behind the previously calculated hash.

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