PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-89491 Linux Kernel CVE debrief

A vulnerability in the Linux kernel's ocfs2 cluster implementation has been addressed. The o2hb_region_pin() function was called with the o2hb_live_lock spinlock held, but it invoked configfs_depend_item(), which sleeps and can trigger a BUG under CONFIG_DEBUG_ATOMIC_SLEEP. This issue, along with two others, has been fixed in a patch series. The patch series reworks o2hb_region_pin() to drop o2hb_live_lock across each sleeping configfs_depend_item() call, using a config_item reference to keep the region alive while unlocked. The series also adds a from_callback parameter to select configfs_depend_item_unlocked() when called from configfs context, avoiding the inode_lock nesting. A

Vendor
Linux Kernel
Product
Linux kernel
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-11
Original CVE updated
2026-09-11
Advisory published
2026-09-11
Advisory updated
2026-09-11

Who should care

Linux kernel developers and administrators responsible for maintaining and securing Linux-based systems, as well as operators and security teams who need to ensure the ocfs2 cluster implementation is properly configured and secured to prevent potential issues.

Why it matters

A vulnerability in the Linux kernel's ocfs2 cluster implementation has been addressed. The o2hb_region_pin() function was called with the o2hb_live_lock spinlock held, but it invoked configfs_depend_item(), which sleeps and can trigger a BUG under CONFIG_DEBUG_ATOMIC_SLEEP. This issue, along with two others, has been fixed in a patch series.

  • Verify Linux kernel version and apply patches if necessary to prevent potential issues with ocfs2 cluster implementation
  • Review system configurations to ensure ocfs2 cluster implementation is properly secured
  • Monitor system logs for potential issues related to ocfs2 cluster implementation

Technical summary

The o2hb_region_pin() function in the Linux kernel's ocfs2 cluster implementation was called with the o2hb_live_lock spinlock held, but it invoked configfs_depend_item(), which sleeps and can trigger a BUG under CONFIG_DEBUG_ATOMIC_SLEEP. A patch series has been applied to fix this issue and two others. The patch series reworks o2hb_region_pin() to drop o2hb_live_lock across each sleeping configfs_depend_item() call, using a config_item reference to keep the region alive while unlocked. The series also adds a from_callback parameter to select configfs_depend_item_unlocked() when called from configfs context, avoiding the inode_lock nesting.

Defensive priority

Verify and apply patches for Linux kernel ocfs2 cluster implementation

Recommended defensive actions

  • Verify Linux kernel version and apply patches if necessary
  • Review system configurations and ensure ocfs2 cluster implementation is properly secured
  • Monitor system logs for potential issues related to ocfs2 cluster implementation
  • 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.
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.

Evidence notes

The CVE record and source references provide details on the vulnerability and its fixes in the Linux kernel. The patch series fixes three related issues in o2hb_region_pin(), all are from the original implementation in commit: 58a3158a5d17 (ocfs2/cluster: Pin/unpin o2hb regions). The patch series was applied to address the issues and prevent potential problems with ocfs2 cluster implementation.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-89491 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-89491

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-89491 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89491

    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/470212a5eefabcc16b8e2f7fe2844b8737fe571c

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/49002acc520c61002ad195894ac391c94317d3ba

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/af09df89db9a68a1d76df0f75667998135bc8d65

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/ce035f208d68b812d83e5482980f2b1c88a9cd94

    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.