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-2026-33164

CVE-2026-33164: Struktur Libde265 Buffer Overflow Flaw

CVE-2026-33164 is a buffer overflow vulnerability in Struktur Libde265 affecting the H.265 video codec implementation. This article covers the technical details, affected versions, security impact, and mitigation strategies.

Published: March 27, 2026

CVE-2026-33164 Overview

CVE-2026-33164 is a high-severity vulnerability affecting libde265, an open source implementation of the H.265 video codec. Prior to version 1.0.17, a malformed H.265 PPS (Picture Parameter Set) NAL unit triggers a segmentation fault in the pic_parameter_set::set_derived_values() function. This vulnerability combines CWE-122 (Heap-based Buffer Overflow) and CWE-476 (NULL Pointer Dereference), enabling attackers to cause denial of service conditions through specially crafted video files.

Critical Impact

A remote attacker can crash applications using libde265 by supplying a maliciously crafted H.265 video file, leading to denial of service. Any application that processes untrusted H.265/HEVC video content is at risk.

Affected Products

  • Struktur libde265 versions prior to 1.0.17
  • Applications and media players that integrate libde265 for H.265/HEVC video decoding
  • Video processing pipelines and transcoding services using vulnerable libde265 versions

Discovery Timeline

  • 2026-03-20 - CVE-2026-33164 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-33164

Vulnerability Analysis

The vulnerability resides in the H.265 video codec's Picture Parameter Set (PPS) NAL unit parsing logic within libde265. When processing a malformed PPS NAL unit, the pic_parameter_set::set_derived_values() function fails to properly validate input data before dereferencing pointers or performing buffer operations. This improper validation leads to either a NULL pointer dereference (CWE-476) or heap-based buffer overflow (CWE-122), resulting in a segmentation fault that terminates the application.

The attack is network-exploitable, meaning an attacker can deliver a malicious H.265 video file through web content, email attachments, or any application that accepts and processes video streams. The vulnerability requires no authentication and no user interaction beyond opening or streaming the malicious video content.

Root Cause

The root cause stems from insufficient input validation in the PPS NAL unit handler. The pic_parameter_set::set_derived_values() function does not adequately verify that required parameters are present and within acceptable bounds before using them to calculate derived values. When a malformed PPS NAL unit contains unexpected or missing data, the function attempts to access invalid memory regions, causing the application to crash.

Attack Vector

The attack vector is network-based. An attacker crafts a malicious H.265 video file containing a specially formed PPS NAL unit designed to trigger the vulnerability. When a victim's application (media player, video editor, transcoding service, or web browser) attempts to decode this video, the pic_parameter_set::set_derived_values() function processes the malformed data and crashes.

The vulnerability manifests during the parsing phase of H.265 video decoding, specifically when the decoder processes Picture Parameter Set Network Abstraction Layer (NAL) units. The malformed PPS NAL unit causes the derived values calculation routine to access memory improperly, resulting in a segmentation fault. For detailed technical analysis of the vulnerability mechanism, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-33164

Indicators of Compromise

  • Unexpected application crashes or segmentation faults during H.265 video playback or processing
  • Core dump files indicating crashes in libde265-related functions, particularly pic_parameter_set::set_derived_values()
  • Repeated denial of service conditions affecting media processing applications
  • Suspicious H.265 video files with malformed PPS NAL units in network traffic or storage

Detection Strategies

  • Monitor application crash logs for segmentation faults originating from libde265 library functions
  • Implement file integrity monitoring to detect suspicious video files in upload directories
  • Deploy network-based detection for malformed H.265 streams with invalid PPS NAL unit structures
  • Use endpoint detection solutions to identify and alert on repeated media player crashes

Monitoring Recommendations

  • Enable verbose logging for applications that process H.265/HEVC video content
  • Configure alerting for abnormal crash patterns in media processing workflows
  • Monitor system stability metrics on servers handling video transcoding operations
  • Review audit logs for incoming video files from untrusted sources

How to Mitigate CVE-2026-33164

Immediate Actions Required

  • Upgrade libde265 to version 1.0.17 or later immediately
  • Audit all applications and systems that may include libde265 as a dependency
  • Temporarily disable H.265/HEVC video processing if upgrading is not immediately possible
  • Implement input validation to reject video files from untrusted sources until patching is complete

Patch Information

Struktur has released version 1.0.17 of libde265 which addresses this vulnerability. The patch implements proper validation of PPS NAL unit data before processing derived values, preventing the segmentation fault condition. Organizations should update to the patched version immediately.

For detailed release information, see the GitHub Release v1.0.17. Additional vulnerability details are available in the GitHub Security Advisory GHSA-wqrf-6rf5-v78r.

Workarounds

  • Restrict video file uploads and processing to trusted sources only
  • Implement network segmentation to isolate video processing services from critical infrastructure
  • Deploy sandboxing or containerization for applications that handle untrusted video content
  • Use alternative H.265 decoders that are not affected by this vulnerability until patching is possible
bash
# Verify libde265 version and update on Debian/Ubuntu systems
dpkg -l | grep libde265
sudo apt update && sudo apt install libde265-0

# For systems using compiled versions, verify the version
libde265-dec --version
# Update to v1.0.17 or later from source if needed

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechLibde265

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-122

  • CWE-476
  • Technical References
  • GitHub Release v1.0.17
  • Vendor Resources
  • GitHub Security Advisory GHSA-wqrf-6rf5-v78r
  • Related CVEs
  • CVE-2026-33165: Libde265 Buffer Overflow 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