Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2020-36322

CVE-2020-36322: Linux Kernel FUSE Filesystem DoS Flaw

CVE-2020-36322 is a denial of service vulnerability in the Linux Kernel FUSE filesystem that causes system crashes through improper use of make_bad_inode(). This article covers technical details, affected versions, and mitigations.

Published: March 4, 2026

CVE-2020-36322 Overview

An issue was discovered in the FUSE (Filesystem in Userspace) filesystem implementation in the Linux kernel before version 5.10.6, tracked as CID-5d069dbe8aaf. The vulnerability exists in the fuse_do_getattr() function which inappropriately calls make_bad_inode() in certain situations, leading to a system crash and denial of service condition. This vulnerability allows a local authenticated attacker to cause system instability and crash the affected system.

Critical Impact

Local attackers can exploit improper inode handling in the FUSE filesystem to crash the Linux kernel, causing denial of service. Note that the original fix was incomplete and tracked separately as CVE-2021-28950.

Affected Products

  • Linux Kernel (versions before 5.10.6)
  • Debian Linux 9.0 and 10.0
  • StarWind Virtual SAN 8 (build 14338)

Discovery Timeline

  • 2021-04-14 - CVE-2020-36322 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-36322

Vulnerability Analysis

This vulnerability stems from incomplete cleanup (CWE-459) in the Linux kernel's FUSE filesystem implementation. The FUSE subsystem allows non-privileged users to create their own file systems without modifying kernel code by running filesystem code in userspace. When the fuse_do_getattr() function encounters specific error conditions during attribute retrieval operations, it incorrectly invokes the make_bad_inode() function. This function marks an inode as "bad" and is intended for situations where filesystem corruption is detected. However, when called inappropriately during normal error handling paths, it can lead to kernel panic or system crash.

The vulnerability affects the core kernel filesystem handling, making any system using FUSE-based filesystems potentially vulnerable. Common FUSE implementations include SSHFS, EncFS, NTFS-3G, and various cloud storage mount utilities.

Root Cause

The root cause lies in the improper error handling within the fuse_do_getattr() function. When this function fails to retrieve file attributes under certain conditions, it incorrectly marks the inode as bad using make_bad_inode(). This inappropriate state transition corrupts the inode's state machine, leading to subsequent operations on that inode triggering kernel assertions or null pointer dereferences, ultimately causing a system crash. The incomplete cleanup of inode state during error conditions represents a classic instance of CWE-459 (Incomplete Cleanup).

Attack Vector

The attack vector is local, requiring an authenticated user with the ability to interact with a FUSE-mounted filesystem. An attacker can trigger the vulnerability by performing specific filesystem operations that cause fuse_do_getattr() to encounter the vulnerable error handling path. This could involve:

  1. Mounting a malicious FUSE filesystem that returns crafted error responses
  2. Performing attribute queries on files during specific race conditions
  3. Exploiting the FUSE daemon to return unexpected error codes during getattr operations

The vulnerability can be exploited by a local unprivileged user to crash the system, resulting in denial of service. Since FUSE allows user-space filesystem implementations, an attacker with local access could craft a malicious FUSE daemon that deliberately triggers the vulnerable code path.

Detection Methods for CVE-2020-36322

Indicators of Compromise

  • Unexpected kernel panics or system crashes related to FUSE filesystem operations
  • Kernel log messages referencing fuse_do_getattr or bad inode errors
  • Repeated system instability when accessing FUSE-mounted filesystems
  • Core dumps indicating crashes in the FUSE subsystem

Detection Strategies

  • Monitor kernel logs for FUSE-related error messages and inode corruption warnings
  • Implement system monitoring to detect unexpected kernel panics or reboots
  • Audit FUSE mount points and associated user-space daemons for suspicious activity
  • Deploy endpoint detection solutions capable of identifying kernel-level anomalies

Monitoring Recommendations

  • Enable kernel crash dump analysis to capture evidence of exploitation attempts
  • Monitor for unusual FUSE mount/unmount activity from non-administrative users
  • Implement file integrity monitoring on critical system files
  • Configure alerting for repeated system crashes within short time periods

How to Mitigate CVE-2020-36322

Immediate Actions Required

  • Update the Linux kernel to version 5.10.6 or later to apply the security fix
  • Apply vendor-specific patches for Debian Linux and StarWind Virtual SAN
  • Consider restricting FUSE mount privileges to trusted users only
  • Monitor systems for signs of exploitation until patches can be applied

Patch Information

The vulnerability has been addressed in Linux kernel version 5.10.6. The fix is tracked via commit 5d069dbe8aaf2a197142558b6fb2978189ba3454 in the Linux kernel Git repository. Users should update to the patched kernel version through their distribution's package management system. Note that the original fix was incomplete, and users should also address CVE-2021-28950 which tracks the incomplete nature of this fix.

For Debian users, security updates are available through Debian Security Advisory DSA-5096 and the Debian LTS announcements. StarWind Virtual SAN users should consult the StarWind Security Advisory for specific remediation guidance.

Workarounds

  • Restrict access to FUSE filesystem functionality using system security policies
  • Disable FUSE module loading if not required: echo "install fuse /bin/false" >> /etc/modprobe.d/disable-fuse.conf
  • Implement strict user access controls to limit who can mount FUSE filesystems
  • Use SELinux or AppArmor policies to restrict FUSE operations to trusted applications
bash
# Restrict FUSE mount capabilities to root only
chmod 0700 /dev/fuse
# Alternatively, disable FUSE module loading
echo "blacklist fuse" >> /etc/modprobe.d/blacklist.conf
modprobe -r fuse

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux Kernel

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-459
  • Technical References
  • Debian LTS Security Announcement

  • Debian LTS Security Announcement

  • Debian Security Advisory DSA-5096

  • StarWind Software Security Advisory
  • Vendor Resources
  • Linux Kernel Change Log

  • Linux Kernel Commit Details
  • Related CVEs
  • CVE-2026-31465: Linux Kernel Writeback DoS Vulnerability

  • CVE-2026-31472: Linux Kernel IPTFS DoS Vulnerability

  • CVE-2026-31451: Linux Kernel ext4 DOS Vulnerability

  • CVE-2026-31448: Linux Kernel ext4 DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English