PatchSiren cyber security CVE debrief
CVE-2026-90210 Linux CVE debrief
A use-after-free vulnerability was found in the Linux kernel's bpf_trampoline_multi_attach_free function. When bpf_trampoline_update fails before modify_fentry_multi/unregister_fentry_multi is called, cur_image remains unchanged and ftrace continues to call into it. Freeing old_image in this case results in a use-after-free condition. Only free old_image when it differs from cur_image.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-17
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-09-17
- Advisory updated
- 2026-09-18
Who should care
Linux kernel administrators, security teams, and developers using the Linux kernel should assess their exposure and prioritize verification of affected systems, focusing on versions and configurations that may be vulnerable to this issue within the bpf_trampoline_multi_attach_free function.
Why it matters
This vulnerability requires attention from Linux kernel administrators and security teams to assess exposure and prioritize verification of affected systems. The potential impacts include system crashes, elevation of privileges, and increased risk of denial-of-service attacks. Further verification is needed to determine the exact scope of affected versions and systems.
- Potential for system crashes or instability
- Possible elevation of privileges
- Increased risk of denial-of-service attacks
Technical summary
The vulnerability exists in the bpf_trampoline_multi_attach_free function of the Linux kernel. When bpf_trampoline_update fails, it can lead to a use-after-free condition if old_image and cur_image are the same. This can result in system crashes, elevation of privileges, and increased risk of denial-of-service attacks. Linux kernel administrators and security teams should assess exposure and prioritize verification of affected systems, focusing on versions and configurations that may be vulnerable to this issue within the bpf_trampoline_multi_attach_free function.
Defensive priority
Linux kernel administrators and security teams should assess exposure and prioritize verification of affected systems.
Recommended defensive actions
- Review Linux kernel configurations and versions to determine potential exposure.
- Verify system logs for signs of exploitation attempts.
- Apply patches or updates when available.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability. However, the exact scope of affected versions and systems requires further verification and defensive review of Linux kernel configurations. Linux kernel administrators and security teams should assess exposure and prioritize verification of affected systems, focusing on versions and configurations that may be vulnerable.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-90210 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-90210
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-90210 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-90210
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/0253073fb7d79a2dd2eae9581ea16db2aef395a6
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/65c3939656fd7848e9274faa07c26748b5bf049c
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.