The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-36329

CVE-2020-36329: Libwebp Use-After-Free Vulnerability

CVE-2020-36329 is a use-after-free vulnerability in Webmproject Libwebp affecting versions before 1.0.1. This flaw threatens data confidentiality, integrity, and system availability. Explore technical details and mitigation.

Published: March 4, 2026

CVE-2020-36329 Overview

A critical use-after-free vulnerability was discovered in libwebp, the WebP image codec library developed by Google's WebM Project. The flaw exists in versions before 1.0.1 and occurs due to a thread being killed too early during image processing operations. This memory corruption vulnerability poses significant risks to data confidentiality, integrity, and system availability, potentially allowing attackers to execute arbitrary code or cause denial of service conditions.

Critical Impact

This use-after-free vulnerability affects multiple platforms including Apple iOS/iPadOS, Red Hat Enterprise Linux, Debian Linux, and NetApp products. Successful exploitation could lead to arbitrary code execution, data corruption, or system crashes when processing maliciously crafted WebP images.

Affected Products

  • webmproject libwebp (versions before 1.0.1)
  • redhat enterprise_linux (versions 7.0 and 8.0)
  • netapp ontap_select_deploy_administration_utility
  • debian debian_linux (versions 9.0 and 10.0)
  • apple ipados
  • apple iphone_os

Discovery Timeline

  • 2021-05-21 - CVE-2020-36329 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-36329

Vulnerability Analysis

The vulnerability is classified as CWE-416 (Use After Free), a memory corruption flaw where a program continues to use a pointer after the memory it references has been freed. In the context of libwebp, this occurs during multi-threaded image decoding operations where a worker thread is terminated prematurely while another thread still holds references to memory that has been deallocated.

Use-after-free vulnerabilities are particularly dangerous because they can lead to unpredictable behavior depending on what data occupies the freed memory region when it is subsequently accessed. An attacker who can control the timing of memory operations or the content of reallocated memory could potentially leverage this vulnerability to achieve arbitrary code execution.

The vulnerability affects the core image processing functionality of libwebp, which is widely used across operating systems, browsers, and applications for handling WebP image format. Given the network attack vector, exploitation could occur when a victim processes a maliciously crafted WebP image received over the network, such as through a web browser or image viewer.

Root Cause

The root cause of this vulnerability lies in improper thread lifecycle management within the libwebp library. During concurrent image decoding operations, the library fails to properly synchronize thread termination with memory deallocation. When a worker thread is killed prematurely—before other threads have finished using shared memory resources—the remaining threads may attempt to access memory that has already been freed, resulting in undefined behavior.

This race condition occurs because the threading implementation does not adequately track references to shared memory objects or implement proper memory barriers to ensure threads do not access freed resources.

Attack Vector

The attack vector for CVE-2020-36329 is network-based, requiring no privileges or user interaction for exploitation. An attacker could craft a malicious WebP image file designed to trigger the race condition in the thread management code.

The exploitation scenario typically involves:

  1. An attacker creates a specially crafted WebP image that triggers multi-threaded decoding in libwebp
  2. The malicious image causes premature thread termination while shared memory is still in use
  3. Subsequent memory access by remaining threads operates on freed memory
  4. Depending on heap state, this could allow the attacker to corrupt memory structures or gain code execution

The vulnerability can be triggered through any application that uses libwebp to process untrusted WebP images, including web browsers, image viewers, content management systems, and mobile applications.

Detection Methods for CVE-2020-36329

Indicators of Compromise

  • Unexpected application crashes or segmentation faults when processing WebP images
  • Memory corruption errors or heap corruption messages in system logs
  • Unusual memory access patterns or heap spray indicators in process memory
  • Application instability specifically related to image processing workflows

Detection Strategies

  • Monitor for crashes in applications using libwebp with crash dump analysis pointing to use-after-free conditions
  • Implement file integrity monitoring for libwebp library files to detect unauthorized modifications
  • Deploy endpoint detection and response (EDR) solutions capable of detecting memory corruption exploitation techniques
  • Use application-level logging to track WebP image processing operations and identify anomalies

Monitoring Recommendations

  • Enable heap protection mechanisms and monitor for heap corruption alerts
  • Implement network-level inspection for malformed WebP image files entering the environment
  • Configure security information and event management (SIEM) rules to correlate image processing crashes across systems
  • Monitor for indicators of post-exploitation activity following any detected crashes

How to Mitigate CVE-2020-36329

Immediate Actions Required

  • Update libwebp to version 1.0.1 or later across all affected systems
  • Apply vendor-specific patches from Red Hat, Debian, Apple, and NetApp as appropriate
  • Audit systems for applications that bundle their own libwebp versions and ensure those are also updated
  • Consider blocking or quarantining WebP files from untrusted sources until patching is complete

Patch Information

Security patches addressing CVE-2020-36329 are available from multiple vendors. The Red Hat Bug Report #1956843 provides detailed tracking information for Red Hat Enterprise Linux. Debian has released security advisories DSA-4930 and LTS announcements for affected versions. Apple has addressed this vulnerability in iOS and iPadOS updates documented in their support article HT212601. NetApp customers should reference the NetApp Security Advisory NTAP-20211112-0001 for guidance on ONTAP Select Deploy Administration Utility.

Workarounds

  • Limit exposure by blocking WebP image processing from untrusted sources at the network perimeter
  • Implement application sandboxing to contain potential exploitation impacts
  • Use memory-safe runtime protections such as ASLR and DEP where available
  • Consider deploying web application firewalls with rules to inspect image uploads for malicious content
bash
# Verify installed libwebp version on Linux systems
dpkg -l | grep libwebp    # Debian/Ubuntu
rpm -qa | grep libwebp    # Red Hat/CentOS

# Update libwebp on Debian/Ubuntu
sudo apt update && sudo apt upgrade libwebp6

# Update libwebp on Red Hat/CentOS
sudo yum update libwebp

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechLibwebp

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.50%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Technical References
  • Full Disclosure Post

  • Debian LTS Announcement #5

  • Debian LTS Announcement #6

  • NetApp Security Advisory NTAP-20211112-0001

  • Apple Support Article

  • Debian Security Advisory DSA-4930
  • Vendor Resources
  • Red Hat Bug Report #1956843
  • Related CVEs
  • CVE-2023-1999: Libwebp Use After Free Vulnerability

  • CVE-2020-36331: Webmproject Libwebp DOS Vulnerability

  • CVE-2020-36330: Libwebp Information Disclosure Flaw

  • CVE-2020-36328: Libwebp Buffer Overflow Vulnerability
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