PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-90321 Linux CVE debrief

A vulnerability in the Linux kernel's ocfs2 filesystem has been addressed. The vulnerability involves the validation of inline extended attributes (xattrs) during inode block validation. A patch series has been applied to validate OCFS2 xattr entry name/value bounds when xattr metadata is read and validated. This helps prevent potential use-after-free and out-of-range entry array or offset issues from corrupted 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 the ocfs2 filesystem should assess exposure and verify patch application to prevent potential use-after-free and out-of-range entry array or offset issues from corrupted metadata. Affected operators and security teams should review compensating controls and monitor for potential issues.

Why it matters

A vulnerability in the Linux kernel's ocfs2 filesystem has been addressed. The vulnerability involves the validation of inline extended attributes (xattrs) during inode block validation. Linux kernel developers and maintainers, Linux distribution maintainers, and users of the ocfs2 filesystem should assess exposure and verify patch application to prevent potential use-after-free and out-of-range entry array or offset issues from corrupted metadata.

  • Verify patch application to prevent potential use-after-free issues
  • Assess exposure of ocfs2 filesystem usage in Linux kernel deployments
  • Monitor for potential out-of-range entry array or offset issues from corrupted metadata

Technical summary

The Linux kernel patch series validates OCFS2 xattr entry name/value bounds when xattr metadata is read and validated. This helps prevent potential use-after-free and out-of-range entry array or offset issues from corrupted metadata. The patch series includes a flat xattr entry validator called from inode block validation for inline xattrs. Affected Linux kernel developers and maintainers, Linux distribution maintainers, and users of the ocfs2 filesystem should assess exposure and verify patch application. The patch series reproduces a kernel report: BUG: KASAN: use-after-free in ocfs2_xattr_find_entry+0x5a/0x170

Defensive priority

Medium

Recommended defensive actions

  • Review and apply the patch series to validate OCFS2 xattr entry bounds
  • Verify inode block validation for inline xattrs
  • Monitor for potential use-after-free and out-of-range entry array or offset issues
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
  • 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

Evidence notes

The CVE record and NVD entry provide details on the vulnerability. The Linux kernel patch series validates OCFS2 xattr entry bounds. Two source references from the kernel.org repository are provided. Additional details from source references indicate that the patch series includes a flat xattr entry validator called from inode block validation for inline xattrs, helping prevent potential use-after-free and out-of-range entry array or offset issues from corrupted metadata. Evidence is limited; verify patch application and assess ocfs2

Sources and references

Verified primary and authoritative sources

  • CVE-2026-90321 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-90321 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/3fd45b24879fa4885b66a582a6e47eda67f11310

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/8914a3330b72378136c2c02d6328a826f6abdad7

    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.