Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-80631

7.5 · HIGH
Published Aug 28, 2026 EPSS 0.34% (27th pctl)

Overview

CVE-2026-80631 is a high-severity vulnerability. It was published on August 28, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

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

lzo_decompress_bio() validates each on-disk segment length seg_len only

against the workspace cbuf size, not against the compressed input size

(compressed_len, the total folio bytes of the bio). A crafted extent can

carry a segment whose seg_len passes the cbuf check but runs past the end

of the bio, so copy_compressed_segment() walks off the last folio:

get_current_folio() then returns the NULL folio from bio_next_folio(), and

with CONFIG_BTRFS_ASSERT disabled (default) folio_size(NULL) faults.

BUG: KASAN: null-ptr-deref in lzo_decompress_bio (fs/btrfs/lzo.c:383)

Read of size 8 at addr 0000000000000000 by task kworker/u8:1/29

Workqueue: btrfs-endio simple_end_io_work

kasan_report (mm/kasan/report.c:590)

lzo_decompress_bio (fs/btrfs/lzo.c:383)

end_bbio_compressed_read (fs/btrfs/compression.c:1065)

btrfs_bio_end_io (fs/btrfs/bio.c:1

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-80631?

CVE-2026-80631 is a high-severity vulnerability. It was published on August 28, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-80631?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-80631?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-80631?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-80631 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.