PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-90320 Linux CVE debrief

A vulnerability in the Linux kernel's ocfs2 file system has been addressed. The ocfs2_validate_xattr_block() function did not properly verify that non-indexed block's xh_count and entry offsets fit inside the block, and indexed buckets reached list/get consumers without an entry-bounds check. This could lead to a use-after-free vulnerability when reading metadata.

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 developers and maintainers, Linux distribution maintainers, and users of Linux systems with the ocfs2 file system enabled should review and apply the provided kernel patches, verify that the Linux kernel is up-to-date, and monitor system logs for potential errors. Additionally, security teams and vulnerability management teams should be aware of the potential risks and take necessary precautions to prevent exploitation.

Why it matters

A vulnerability in the Linux kernel's ocfs2 file system has been addressed, which could lead to a use-after-free vulnerability when reading metadata. Defenders should review and apply the provided kernel patches, verify that the Linux kernel is up-to-date, and monitor system logs for potential errors.

  • Verify patch deployment to prevent potential use-after-free errors.
  • Monitor system logs for errors related to ocfs2_xattr_list_entries().
  • Review system configurations to ensure ocfs2 file system is properly validated.

Technical summary

The ocfs2_validate_xattr_block() function did not properly verify that non-indexed block's xh_count and entry offsets fit inside the block, and indexed buckets reached list/get consumers without an entry-bounds check. This could lead to a use-after-free vulnerability when reading metadata. The vulnerability was addressed by adding proper validation for external xattr entries in the ocfs2 file system, preventing potential use-after-free errors. Additional defensive measures include verifying patch deployment, reviewing system configurations, and monitoring system logs.

Defensive priority

High

Recommended defensive actions

  • Review and apply the provided kernel patches to ensure the ocfs2 file system is properly validating external xattr entries.
  • Verify that the Linux kernel is up-to-date with the latest security patches.
  • Monitor system logs for potential use-after-free errors related to ocfs2_xattr_list_entries().
  • Perform a thorough review of system configurations to ensure ocfs2 file system is properly validated.
  • 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 reported via a kernel bug report showing a use-after-free error in ocfs2_xattr_list_entries(). Additional analysis indicates that external xattr entries were not properly validated, leading to potential use-after-free vulnerabilities when reading metadata. Defenders should verify patch deployment, review system configurations, and monitor system logs for potential errors.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-90320 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-90320 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/2cf82b46d5e43be0dfbaac7fa1073cec2fc1f5e6

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/9f4129b6905b7d638bbc9eb8013c3989cbe30b7e

    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.