---
id: CVE-2026-97545
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  xfs: don't leak new_bp if xfs_btree_bload_drop_buf fails

  LOLLM observes that in xfs_btree_bload_prep_block,
  xfs_btree_bload_drop_buf can hit an IO error if writing the…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  xfs: don't leak new_bp if xfs_btree_bload_drop_buf fails

  LOLLM observes that in xfs_btree_bload_prep_block,
  xfs_btree_bload_drop_buf can hit an IO error if writing the…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= e069d549705e49841247acf9b3176744e27d5425 <
    355b8a5d7e9a38fca8dbf7a4721450252ac7868f
  - >-
    Linux >= e069d549705e49841247acf9b3176744e27d5425 <
    176a53af77b430e1c19ee15fc492145ace666de7
  - >-
    Linux >= e069d549705e49841247acf9b3176744e27d5425 <
    b19dfd4546088a0823e0c47f8ceb6b2775bd1ac7
  - >-
    Linux >= e069d549705e49841247acf9b3176744e27d5425 <
    f1930bc578095409c2dcfca6e4e898b24f0f0de6
  - Linux 6.8
published: '2026-09-25'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T11:17:04.860'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-97545'
references:
  - url: 'https://git.kernel.org/stable/c/176a53af77b430e1c19ee15fc492145ace666de7'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/355b8a5d7e9a38fca8dbf7a4721450252ac7868f'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/b19dfd4546088a0823e0c47f8ceb6b2775bd1ac7'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/f1930bc578095409c2dcfca6e4e898b24f0f0de6'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-25T11:06:38.920Z'
---

## Overview

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

xfs: don't leak new_bp if xfs_btree_bload_drop_buf fails

LOLLM observes that in xfs_btree_bload_prep_block,
xfs_btree_bload_drop_buf can hit an IO error if writing the delwri
buffer list to disk fails.  In this case, we fail to release new_bp,
which means we lose a locked buffer.  Fix that.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
