CVE-2026-80631

Source
https://cve.org/CVERecord?id=CVE-2026-80631
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80631.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80631
Downstream
Published
2026-08-28T06:48:47.166Z
Modified
2026-08-31T03:30:29.268242940Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
btrfs: lzo: reject compressed segment that overflows the compressed input
Details

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

btrfs: lzo: reject compressed segment that overflows the compressed input

lzodecompressbio() validates each on-disk segment length seglen only against the workspace cbuf size, not against the compressed input size (compressedlen, the total folio bytes of the bio). A crafted extent can carry a segment whose seglen passes the cbuf check but runs past the end of the bio, so copycompressedsegment() walks off the last folio: getcurrentfolio() then returns the NULL folio from bionextfolio(), and with CONFIGBTRFSASSERT disabled (default) foliosize(NULL) faults.

BUG: KASAN: null-ptr-deref in lzodecompressbio (fs/btrfs/lzo.c:383) Read of size 8 at addr 0000000000000000 by task kworker/u8:1/29 Workqueue: btrfs-endio simpleendiowork kasanreport (mm/kasan/report.c:590) lzodecompressbio (fs/btrfs/lzo.c:383) endbbiocompressedread (fs/btrfs/compression.c:1065) btrfsbioendio (fs/btrfs/bio.c:135) btrfscheckreadbio (fs/btrfs/bio.c:180 fs/btrfs/bio.c:285) simpleendiowork processonework worker_thread

Reject any segment whose payload would extend beyond compressed_len before copying it, treating it as corruption like the other on-disk validation failures in this function.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80631.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
a6e66e6f8c1b685e11b778bef614480a9c1a5278
Fixed
1641d058adfbd50cf95d54581ed5d142ee82c07f
Fixed
b0d27d43791b7a3057c3c4aedf9b4aa033d37c46

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80631.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.15.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80631.json"