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-2025-61147

CVE-2025-61147: libde265 Buffer Overflow Vulnerability

CVE-2025-61147 is a buffer overflow flaw in strukturag libde265 causing segmentation faults in decoder_context::compute_framedrop_table(). This article covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2025-61147 Overview

A segmentation fault vulnerability was discovered in strukturag libde265, an open-source implementation of the H.265 (HEVC) video codec. The vulnerability exists in the decoder_context::compute_framedrop_table() component and can be triggered when processing malformed input, leading to a denial of service condition.

Critical Impact

Attackers can cause application crashes by exploiting this segmentation fault vulnerability, potentially disrupting video processing services and applications that rely on libde265 for H.265 decoding.

Affected Products

  • strukturag libde265 (commit d9fea9d and prior versions)
  • Applications and services utilizing libde265 for HEVC/H.265 video decoding
  • Software packages that bundle vulnerable versions of libde265

Discovery Timeline

  • 2026-02-23 - CVE-2025-61147 published to NVD
  • 2026-02-24 - Last updated in NVD database

Technical Details for CVE-2025-61147

Vulnerability Analysis

This vulnerability is classified under CWE-120 (Buffer Copy without Checking Size of Input), also known as a classic buffer overflow vulnerability. The segmentation fault occurs within the decoder_context::compute_framedrop_table() function, which is responsible for computing frame drop tables during the video decoding process.

The vulnerability requires local access to exploit, meaning an attacker would need to provide a specially crafted input file to the decoder. While no authentication or user interaction is required to trigger the flaw, the impact is limited to availability—causing a denial of service through application crashes. There is no impact to confidentiality or integrity.

Root Cause

The root cause stems from improper handling of input parameters within the decoder context. Specifically, the compute_framedrop_table() function fails to properly validate integer parameters from command line input before processing, leading to memory access violations when malformed or unexpected values are provided.

The security patch indicates that the fix involves adding checks for valid integer command line parameters, suggesting the vulnerability could be triggered by supplying invalid numeric arguments that cause out-of-bounds memory access during frame drop table computation.

Attack Vector

The attack vector requires local access where an attacker must provide a malicious input file or crafted command line parameters to the libde265 decoder. This could occur through:

  1. Processing a maliciously crafted H.265/HEVC video file
  2. Supplying invalid command line arguments to the dec265 decoder utility
  3. Providing untrusted video content to applications using the libde265 library

The security patch implements additional input validation and upgrades the C++ standard from C++11 to C++17 to leverage modern language features for safer handling:

text
     VERSION 1.0.16
 )
 
-set(CMAKE_CXX_STANDARD 11)
+set(CMAKE_CXX_STANDARD 17)
 set(CMAKE_CXX_STANDARD_REQUIRED ON)
 set(CMAKE_CXX_EXTENSIONS OFF)
 set(CMAKE_POSITION_INDEPENDENT_CODE ON)

Source: GitHub Commit Update

The decoder source code was also updated to include proper exception handling:

text
 #define DO_MEMORY_LOGGING 0
 
 #include "de265.h"
+#include <stdexcept>
+#include <iostream>
+#include <optional>
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Source: GitHub Commit Update

Detection Methods for CVE-2025-61147

Indicators of Compromise

  • Unexpected application crashes or segmentation faults in processes using libde265
  • Core dumps containing references to decoder_context::compute_framedrop_table() in the stack trace
  • Repeated decoder failures when processing specific H.265/HEVC video files

Detection Strategies

  • Monitor for abnormal process terminations in applications utilizing libde265 for video decoding
  • Implement file integrity monitoring for libde265 library files to detect unauthorized modifications
  • Review application logs for recurring segmentation fault errors associated with video processing operations

Monitoring Recommendations

  • Configure crash reporting systems to alert on repeated segfaults in video processing components
  • Implement resource monitoring to detect denial of service patterns affecting video decoding services
  • Set up automated vulnerability scanning to identify systems running vulnerable versions of libde265

How to Mitigate CVE-2025-61147

Immediate Actions Required

  • Upgrade libde265 to a version containing commit 8b17e0930f77db07f55e0b89399a8f054ddbecf7 or later
  • Audit systems to identify all applications and services utilizing libde265
  • Implement input validation for video files before processing with potentially vulnerable decoder versions
  • Consider temporarily disabling H.265 decoding capabilities if immediate patching is not feasible

Patch Information

The vulnerability has been addressed in the libde265 repository. The fix is available in commit 8b17e0930f77db07f55e0b89399a8f054ddbecf7 which adds checks for valid integer command line parameters. For technical details and discussion, refer to the GitHub Issue Discussion. Additional proof-of-concept information is available via the GitHub Gist Code Example.

Workarounds

  • Restrict access to the libde265 decoder to trusted users and processes only
  • Implement sandboxing or containerization for video processing applications to limit the impact of potential crashes
  • Validate all video input files against known-good formats before processing with libde265
bash
# Configuration example
# Verify libde265 version and update if necessary
# Check current libde265 installation
ldconfig -p | grep libde265

# Clone and build patched version
git clone https://github.com/strukturag/libde265.git
cd libde265
git checkout 8b17e0930f77db07f55e0b89399a8f054ddbecf7
mkdir build && cd build
cmake ..
make && sudo make install

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechN/A

  • SeverityMEDIUM

  • CVSS Score6.2

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-120
  • Technical References
  • GitHub Gist Code Example

  • GitHub Commit Update

  • GitHub Issue Discussion
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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