CVE-2026-80805 PUBLISHED

xfs: validate attr entry pointer before field access

Assigner: Linux
Reserved: 26.08.2026 Published: 04.09.2026 Updated: 04.09.2026

In the Linux kernel, the following vulnerability has been resolved:

xfs: validate attr entry pointer before field access

xfs_attr3_leaf_verify_entry() accesses lentry/rentry fields (namelen, valuelen) before checking if the entry pointer itself is within bounds. If nameidx is crafted to point near the end of the buffer, these field accesses can read out-of-bounds before the bounds check at name_end > buf_end is performed.

Add explicit bounds checks for entry pointers before accessing their fields. Use offsetof() to check that the start of the flexible array member (nameval/name) is within bounds, which ensures all preceding fields are safe to access.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from c84760659dcf237902d4cc997cd5f55cb3b2807f to 0f82586741e39926542f621bafa424e237a04fa4 (excl.)
  • affected from c84760659dcf237902d4cc997cd5f55cb3b2807f to 134d82a2b5e3eba3ebf58753a1387b22f26ca1de (excl.)
  • affected from c84760659dcf237902d4cc997cd5f55cb3b2807f to 03a12253dd2a036545bdb0110a4e0b8dc70f8e7c (excl.)
  • affected from c84760659dcf237902d4cc997cd5f55cb3b2807f to e99120b5944a16d0bc27e52b33de78bcdaaabf5c (excl.)
  • affected from c84760659dcf237902d4cc997cd5f55cb3b2807f to 98a42bb9d60d42898c3494de351a1bf508348cde (excl.)
  • affected from c84760659dcf237902d4cc997cd5f55cb3b2807f to 184c1a80421a5b5ddcd262e47980ce2e67fee211 (excl.)
  • affected from c84760659dcf237902d4cc997cd5f55cb3b2807f to 9f92e749fc08b7ff3d9da190c4d1b2273745b282 (excl.)
  • affected from c84760659dcf237902d4cc997cd5f55cb3b2807f to c35da2bac6f7cb9a9be73f188b4fcc324615c327 (excl.)
  • affected from c84760659dcf237902d4cc997cd5f55cb3b2807f to b7eea80be25f3334f131d52982b3131aba77b97d (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 5.5 is affected
  • unaffected from 0 to 5.5 (excl.)
  • unaffected from 5.10.267 to 5.10.* (incl.)
  • unaffected from 5.15.218 to 5.15.* (incl.)
  • unaffected from 6.1.185 to 6.1.* (incl.)
  • unaffected from 6.6.154 to 6.6.* (incl.)
  • unaffected from 6.12.106 to 6.12.* (incl.)
  • unaffected from 6.18.47 to 6.18.* (incl.)
  • unaffected from 7.1.11 to 7.1.* (incl.)
  • unaffected from 7.2.1 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References