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
    • 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-8854

CVE-2025-8854: Bulletphysics Pybullet Buffer Overflow

CVE-2025-8854 is a stack-based buffer overflow in Bulletphysics bullet3 that allows remote code execution through crafted OFF files. This article covers technical details, affected versions, impact, and mitigation.

Published: March 25, 2026

CVE-2025-8854 Overview

CVE-2025-8854 is a stack-based buffer overflow vulnerability affecting the LoadOFF function in bulletphysics bullet3 versions before 3.26. The vulnerability exists across all platforms and allows remote attackers to execute arbitrary code via a specially crafted OFF file containing an overlong initial token. This malicious file can be processed by the VHACD test utility or invoked indirectly through PyBullet's vhacd function.

Critical Impact

Successful exploitation enables remote code execution through malicious OFF files, potentially allowing attackers to gain complete control of affected systems running vulnerable versions of bullet3 or PyBullet.

Affected Products

  • bulletphysics pybullet (versions before 3.26)
  • bulletphysics bullet3 (versions before 3.26)
  • Applications utilizing PyBullet's vhacd function for mesh decomposition

Discovery Timeline

  • 2025-08-11 - CVE-2025-8854 published to NVD
  • 2025-12-08 - Last updated in NVD database

Technical Details for CVE-2025-8854

Vulnerability Analysis

This vulnerability falls under CWE-120 (Buffer Copy without Checking Size of Input) and CWE-787 (Out-of-bounds Write). The flaw resides in the LoadOFF function within the VHACD component of the bullet3 physics engine. When parsing OFF (Object File Format) files, the function fails to properly validate the length of the initial token before copying it to a fixed-size stack buffer.

The vulnerability is triggered when a user opens or processes a maliciously crafted OFF file. Since this is a local attack vector requiring user interaction, the attacker must convince the victim to process the malicious file through the VHACD test utility or via PyBullet's vhacd function. Upon successful exploitation, the attacker can achieve arbitrary code execution with the privileges of the running process.

Root Cause

The root cause stems from improper bounds checking in the LoadOFF function located in main_vhacd.cpp. When the function reads the initial token from an OFF file, it copies the input data into a stack-allocated buffer without verifying that the input length does not exceed the buffer's capacity. This classic buffer overflow pattern allows an attacker to overwrite adjacent stack memory, including return addresses and saved registers.

Attack Vector

The attack requires a local attack vector with user interaction. An attacker must craft a malicious OFF file containing an excessively long initial token that exceeds the expected buffer size. The attack chain typically involves:

  1. The attacker creates a malicious OFF file with an overlong initial token designed to overflow the stack buffer
  2. The victim processes the file using the VHACD test utility directly or through PyBullet's vhacd function
  3. The LoadOFF function copies the oversized token into the fixed stack buffer, overwriting critical stack data
  4. The attacker's payload gains execution control when the corrupted return address is used

The vulnerability is documented in GitHub Bullet Physics Issue #4732, with the affected code located at main_vhacd.cpp line 472.

Detection Methods for CVE-2025-8854

Indicators of Compromise

  • Presence of unusually large or malformed OFF files in application directories or temporary folders
  • Crash dumps or core files from VHACD utilities or PyBullet processes indicating stack corruption
  • Unexpected process behavior or child process spawning from bullet3-related applications
  • Memory access violations or segmentation faults in applications processing 3D mesh files

Detection Strategies

  • Monitor for abnormal process terminations in applications utilizing bullet3 or PyBullet libraries
  • Implement file integrity monitoring on systems processing OFF files from untrusted sources
  • Deploy endpoint detection rules for stack-based buffer overflow exploitation patterns
  • Enable crash monitoring and analysis for physics simulation applications

Monitoring Recommendations

  • Configure application crash reporting to capture and analyze stack traces from bullet3-related processes
  • Implement input validation logging for applications that process OFF files
  • Monitor system calls and memory operations in environments running PyBullet simulations
  • Set up alerts for unusual file processing activities involving 3D mesh formats

How to Mitigate CVE-2025-8854

Immediate Actions Required

  • Upgrade bulletphysics bullet3 to version 3.26 or later immediately
  • Restrict processing of OFF files from untrusted or unknown sources
  • Implement strict input validation for all 3D mesh file formats before processing
  • Consider sandboxing applications that utilize VHACD or PyBullet functionality

Patch Information

The vulnerability is addressed in bulletphysics bullet3 version 3.26 and later. Organizations using affected versions should upgrade to the patched release. For applications using PyBullet, ensure the underlying bullet3 library is updated to version 3.26 or newer. Technical details and the fix can be reviewed in GitHub Bullet Physics Issue #4732.

Workarounds

  • Avoid processing OFF files from untrusted sources until patching is complete
  • Implement file size and content validation before passing OFF files to the LoadOFF function
  • Run VHACD utilities and PyBullet applications with reduced privileges
  • Use application sandboxing or containerization to limit the impact of potential exploitation
bash
# Update bullet3/PyBullet to patched version
pip install --upgrade pybullet

# Verify installed version is 3.26 or later
python -c "import pybullet; print(pybullet.getAPIVersion())"

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechBulletphysics

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.66%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/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
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-120

  • CWE-787
  • Technical References
  • GitHub Bullet Physics Code

  • GitHub Bullet Physics Issue #4732
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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