PatchSiren cyber security CVE debrief
CVE-2026-90301 Linux CVE debrief
A use-after-free vulnerability exists in the Linux kernel's ocfs2 component. The bug occurs due to improper handling of the o2hb region's lifetime, allowing a peer to access the region's timeout work before the dev_store() function has finished building the heartbeat runtime or after teardown has started to shut down the runtime. This vulnerability can lead to denial-of-service (DoS) or elevation of privileges. Linux kernel developers, maintainers, and users of Linux-based systems that utilize the ocfs2 component should assess their exposure and prioritize patching to mitigate potential risks.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 8.1
- 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 developers and maintainers, Linux distribution vendors, and users of Linux-based systems that utilize the ocfs2 component should assess their exposure and prioritize patching to mitigate potential risks. This includes operators, platform administrators, vulnerability management teams, and security teams responsible for maintaining Linux-based systems.
Why it matters
The CVE-2026-90301 vulnerability in the Linux kernel's ocfs2 component poses a significant risk due to its potential for use-after-free errors, which could lead to denial-of-service (DoS) or elevation of privileges. Linux kernel developers, maintainers, and users of Linux-based systems that utilize the ocfs2 component should assess their exposure and prioritize patching to mitigate potential risks.
- Potential denial-of-service (DoS) due to use-after-free error
- Possible elevation of privileges through exploitation of the vulnerability
- Increased risk of system crashes or instability
- Need for prompt patching and verification of Linux kernel versions
Technical summary
The vulnerability exists in the Linux kernel's ocfs2 component, specifically in the o2hb region's lifetime handling. A use-after-free error occurs when a peer accesses the region's timeout work before the dev_store() function has finished building the heartbeat runtime or after teardown has started to shut down the runtime. The bug was fixed by initializing the region delayed works before publishing reg through the o2net handler table, keeping new or stopping regions non-armable with hr_stopping, and quiescing both delayed works on failed-start and teardown paths.
Defensive priority
High
Recommended defensive actions
- Review and apply the provided kernel patches to address the vulnerability
- Ensure that the Linux kernel is updated to a version that includes the fix
- Monitor system logs for potential exploitation attempts
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The vulnerability was introduced in the Linux kernel's ocfs2 component. A use-after-free error occurs when a peer accesses the o2hb region's timeout work before the dev_store() function has finished building the heartbeat runtime or after teardown has started to shut down the runtime. The bug was fixed by initializing the region delayed works before publishing reg through the o2net handler table, keeping new or stopping regions non-armable with hr_stopping, and quiescing both delayed works on failed-start and teardown paths.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-90301 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-90301
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-90301 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-90301
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/011291b70ba4832e136b7b581825b2bc0f525bf6
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b5a2907bdeced0949bcddc84b95ba7d4cb93841b
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.