Register for the AI for Security Summit: Join Figma, Perplexity & Wiz

CVE-2026-80892
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-80892 is a denial-of-service vulnerability in the Linux kernel's EROFS filesystem LZMA decompressor (fs/erofs/decompressor_lzma.c). The flaw causes the module-global MicroLZMA stream pool to be sized based on num_possible_cpus() when the lzma_streams module parameter is unset, allowing a mounted EROFS image to pin up to 8 MiB of vmalloc-backed memory per LZMA stream — potentially hundreds of MiB on high-CPU systems. The vulnerability was published on September 4, 2026, and affects Linux kernel versions from 5.16 up to the fixed releases. It carries a CVSS category estimate of Medium (GitHub Advisory, Feedly).

Technical details

The root cause is an unbounded resource allocation (CWE-770: Allocation of Resources Without Limits or Throttling) in fs/erofs/decompressor_lzma.c. When the lzma_streams module parameter is not explicitly set, the stream pool is sized to num_possible_cpus(), and z_erofs_load_lzma_config() preallocates one image-supplied dictionary (up to 8 MiB each) per stream. An attacker or unprivileged user with the ability to mount an EROFS image can trigger this allocation, causing the kernel to pin excessive vmalloc memory that persists until the erofs module is unloaded. The fix introduces a new CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS kernel configuration option (default: 16), capping worst-case default preallocation at 128 MiB (GitHub Advisory, Feedly).

Impact

Successful exploitation results in a denial-of-service condition through kernel vmalloc memory exhaustion. On high-CPU systems, a small, specially crafted EROFS image can cause the kernel to pin hundreds of MiB of non-reclaimable vmalloc memory, degrading overall system performance and potentially causing out-of-memory conditions. The impact persists until the erofs kernel module is unloaded, and there is no confidentiality or integrity impact — the vulnerability is limited to availability (Feedly).

Exploitability

There is no known public proof-of-concept exploit and no evidence of in-the-wild exploitation as of the time of publication. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. The EPSS score is approximately 0.173%, indicating a low probability of exploitation in the near term. Exploitation requires the ability to mount an EROFS image on the target system, which may be possible for local users depending on system configuration (Feedly, GitHub Advisory).

Mitigation and workarounds

Apply the upstream kernel patches that introduce CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS (default: 16) to cap the LZMA stream pool size. Fixed versions include: 6.1.184, 6.6.151, 6.12.103, 6.18.44, 7.1.8, and 7.2 (mainline). As a workaround, administrators can explicitly set the lzma_streams module parameter to a safe value (e.g., options erofs lzma_streams=16) to override the CPU-count-based default without requiring a kernel upgrade. Restricting unprivileged users from mounting EROFS images (e.g., via mount namespace controls or disabling user-namespace mounts) also reduces exposure (GitHub Advisory, Feedly).

Community reactions

The vulnerability was noted in coverage of Microsoft's September 2026 Patch Tuesday, which addressed 966 flaws including Linux kernel issues relevant to Windows Subsystem for Linux and Azure environments (BleepingComputer). No significant independent researcher commentary or social media discussion specific to this CVE has been identified beyond standard vulnerability database tracking.

Additional resources

Linux Distribution fix status

Fix availability across major Linux distributions and their releases.

Debian

Fixed

bookworm

linux-6.12: 6.12.107-1~deb12u1

Fixed

sid

linux: 7.1.8-1

Fixed

trixie

linux: 6.12.105-1

Fixed

Ubuntu

Affected

bionic

linux

Not Affected

bionic (esm-infra)

linux

Not Affected

bionic (fips-updates)

linux-fips

Not Affected

bionic (fips)

linux-fips

Not Affected

devel

linux-azure-fde

Affected

focal

linux

Not Affected

focal (esm-infra)

linux

Not Affected

focal (fips-updates)

linux-fips

Not Affected

SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-93189HIGH8.8
  • Linux Kernel logoLinux Kernel
  • kernel
NoYesSep 17, 2026
CVE-2026-93188MEDIUM6.5
  • Linux Kernel logoLinux Kernel
  • linux-azure-5.4
NoYesSep 17, 2026
CVE-2026-93182NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-5.4
NoYesSep 17, 2026
CVE-2026-93181NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-lowlatency
NoNoSep 17, 2026
CVE-2026-93174NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-6.17
NoYesSep 17, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management