A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-42479

CVE-2026-42479: Open Cascade Technology DoS Vulnerability

CVE-2026-42479 is an out-of-bounds read flaw in Open Cascade Technology's VRML parser that enables denial of service attacks. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-42479 Overview

CVE-2026-42479 is an out-of-bounds read vulnerability in the Virtual Reality Modeling Language (VRML) parser of Open CASCADE Technology (OCCT) version 8.0.0 rc5. The flaw resides in the VrmlData_IndexedLineSet::TShape function, which processes geometric line set data during VRML file parsing. Attackers can trigger the vulnerability by supplying a crafted VRML file that contains coordIndex values exceeding the bounds of the coordinate array. The parser uses these attacker-controlled indices directly without validation, causing the application to read memory outside the intended buffer. Successful exploitation results in a denial-of-service condition affecting any application that embeds OCCT for 3D model processing.

Critical Impact

A crafted VRML file processed by an OCCT-based application causes an out-of-bounds read in VrmlData_IndexedLineSet::TShape, terminating the host process and producing a denial of service.

Affected Products

  • Open CASCADE Technology 8.0.0 beta1
  • Open CASCADE Technology 8.0.0 rc1 through rc4
  • Open CASCADE Technology 8.0.0 rc5

Discovery Timeline

  • 2026-05-01 - CVE-2026-42479 published to NVD
  • 2026-05-01 - Last updated in NVD database

Technical Details for CVE-2026-42479

Vulnerability Analysis

Open CASCADE Technology is an open-source 3D modeling and computer-aided design (CAD) kernel used in engineering applications, simulation tools, and CAD software. The library includes a VRML parser to import legacy 3D scene files described in the Virtual Reality Modeling Language format.

The vulnerability is classified as an out-of-bounds read [CWE-125]. It occurs inside VrmlData_IndexedLineSet::TShape, the function that constructs an indexed line set shape from parsed VRML input. An indexed line set defines geometry through two arrays: a coordinate array containing 3D points and a coordIndex array referencing those points by integer index. The parser dereferences each coordIndex entry as a direct subscript into the coordinate array.

Processing terminates the host application abnormally, which prevents the calling tool from completing its workflow. Because the parser runs with the privileges of the importing process, the impact extends to any pipeline that automatically ingests VRML content.

Root Cause

The root cause is missing bounds validation. OCCT reads the coordIndex values from the input file and applies them as array indices into the coordinate buffer without checking whether each index is within the size of that buffer. When an index exceeds the array length, the function reads memory outside the allocated region and dereferences invalid data during geometry construction.

Attack Vector

Exploitation requires local access and user interaction. An attacker delivers a malicious .wrl or .vrml file to a victim and convinces the user to open it in an application that links against OCCT. Network exploitation is not directly possible, but file-sharing channels, email attachments, and design asset repositories provide realistic delivery paths. A proof-of-concept demonstrating the crash is available in a public GitHub Gist.

The vulnerability cannot be used for code execution or information disclosure based on the published analysis. The outcome is restricted to high availability impact through process termination.

Detection Methods for CVE-2026-42479

Indicators of Compromise

  • Unexpected crashes or segmentation faults in CAD, simulation, or visualization applications immediately after loading a VRML file.
  • Crash dumps referencing VrmlData_IndexedLineSet::TShape or related VRML parsing symbols inside TKVRML or TKDataXtd modules.
  • VRML files containing coordIndex entries with values larger than the declared Coordinate point array length.

Detection Strategies

  • Static-scan inbound VRML files for coordIndex integers that exceed the count of points in the associated Coordinate node before passing them to OCCT.
  • Run OCCT-based file parsers inside sandboxed processes and treat abnormal exits during VRML import as a security event.
  • Hash-match known proof-of-concept files referenced in public advisories at email and file-share gateways.

Monitoring Recommendations

  • Monitor application crash telemetry on engineering workstations for repeated faults in OCCT modules.
  • Audit file ingestion services that batch-process 3D assets for unexpected worker restarts when handling VRML inputs.
  • Alert on VRML files arriving from untrusted external sources that target users of CAD or 3D modeling software.

How to Mitigate CVE-2026-42479

Immediate Actions Required

  • Inventory all internal applications, plugins, and build artifacts that statically or dynamically link against Open CASCADE Technology 8.0.0 release candidates.
  • Restrict opening of untrusted VRML files in OCCT-based applications until a fixed release is deployed.
  • Isolate automated 3D asset processing pipelines so that a parser crash does not disrupt shared services.

Patch Information

No vendor advisory or fixed release was published at the time of NVD disclosure. Track the Open CASCADE Technology project for updates beyond version 8.0.0 rc5 that introduce bounds checking on coordIndex values inside VrmlData_IndexedLineSet::TShape. Until a patched build is available, downgrade to a confirmed unaffected stable release if one is supported by your toolchain.

Workarounds

  • Block or quarantine VRML files (.wrl, .vrml) at email and web gateways when they originate from untrusted senders.
  • Pre-validate coordIndex arrays against the Coordinate point count using a hardened pre-parser before handing files to OCCT.
  • Run viewers and converters that depend on OCCT under reduced privileges and within process sandboxes to contain crash impact.
bash
# Configuration example: block VRML attachments at a Postfix gateway
# /etc/postfix/mime_header_checks
/name=[^>]*\.(wrl|vrml)/   REJECT VRML attachments are blocked pending CVE-2026-42479 remediation
/Content-Type:.*model\/vrml/ REJECT VRML content type blocked pending CVE-2026-42479 remediation

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpencascade

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • GitHub Gist PoC Code
  • Related CVEs
  • CVE-2026-42478: Open Cascade Technology DOS Vulnerability

  • CVE-2026-42477: Open Cascade Technology DOS Vulnerability

  • CVE-2026-42476: Open Cascade Technology DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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