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

CVE-2026-42481: Open CASCADE Technology DOS Vulnerability

CVE-2026-42481 is a denial of service vulnerability in Open CASCADE Technology affecting IGES and STEP file parsers. This article covers the technical details, affected versions, exploitation risks, and mitigation strategies.

Published: May 7, 2026

CVE-2026-42481 Overview

CVE-2026-42481 affects Open CASCADE Technology (OCCT) version V8_0_0_rc5, an open-source 3D CAD modeling kernel. The vulnerability spans multiple defects in the IGES and STEP file parsers. A crafted IGES or STEP file can trigger an out-of-bounds read in Geom2d_BSplineCurve::EvalD0 during IGES B-spline curve evaluation, an out-of-bounds read in MakeBSplineCurveCommon during STEP B-spline curve construction, or infinite recursion in StepShape_OrientedEdge::EdgeStart when processing a self-referential OrientedEdge entity. Successful exploitation results in denial of service or unintended memory disclosure. The flaw is categorized under CWE-125 (Out-of-bounds Read).

Critical Impact

A local attacker with low privileges can crash applications that parse IGES or STEP files using OCCT, or read adjacent process memory through crafted CAD geometry.

Affected Products

  • Open CASCADE Technology (OCCT) V8_0_0_rc5
  • Applications embedding the OCCT IGES file parser
  • Applications embedding the OCCT STEP file parser

Discovery Timeline

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

Technical Details for CVE-2026-42481

Vulnerability Analysis

OCCT processes two widely used CAD interchange formats: IGES (Initial Graphics Exchange Specification) and STEP (Standard for the Exchange of Product Data). Both parsers fail to fully validate geometric entity data before use. The disclosure identifies three distinct defects reachable through crafted input files.

The first defect is an out-of-bounds read in Geom2d_BSplineCurve::EvalD0, triggered while evaluating B-spline curves loaded from IGES files. The second defect is an out-of-bounds read in MakeBSplineCurveCommon, triggered during STEP B-spline curve construction. Both reads can leak adjacent heap memory contents to the parsing process or crash the application.

The third defect is uncontrolled recursion in StepShape_OrientedEdge::EdgeStart. When a STEP file defines an OrientedEdge entity that references itself, the parser recurses without termination and exhausts the call stack, producing a denial-of-service condition.

Root Cause

The parsers trust geometry-defining indices, knot vectors, and entity references contained in input files. They do not verify that array indices remain within allocated bounds before dereferencing, and they do not detect cyclic graph structures in OrientedEdge references before traversal.

Attack Vector

Exploitation requires the victim to open or process a malicious IGES or STEP file with an OCCT-based application. The attack vector is local and requires low privileges, with no user interaction beyond initiating the file load. Impact is limited to availability and incidental memory disclosure; integrity and confidentiality of stored data are not directly affected.

No verified exploit code is publicly available. A demonstration snippet referenced in the disclosure is hosted at the GitHub Gist Code Snippet.

Detection Methods for CVE-2026-42481

Indicators of Compromise

  • Unexpected crashes or stack-overflow exceptions in processes that load IGES (.igs, .iges) or STEP (.stp, .step) files.
  • Repeated abnormal termination of OCCT-based CAD viewers, converters, or batch processors after opening untrusted files.
  • Inbound CAD files originating from external email, web, or file-sharing channels containing self-referential ORIENTED_EDGE entities.

Detection Strategies

  • Statically scan inbound IGES and STEP files for ORIENTED_EDGE entities that reference their own entity ID, indicating a recursion trigger.
  • Inspect B-spline curve definitions for knot or control-point counts that exceed declared array sizes.
  • Run OCCT-based parsing in a sandboxed worker with crash telemetry forwarded to centralized logging.

Monitoring Recommendations

  • Forward process crash and segmentation fault events from CAD workstations and conversion servers to a SIEM for correlation.
  • Alert on repeated faults of the same OCCT-linked binary across short time windows, which may indicate exploitation attempts.
  • Track file provenance for CAD files entering engineering environments and review files from untrusted sources before processing.

How to Mitigate CVE-2026-42481

Immediate Actions Required

  • Restrict OCCT-based applications to processing CAD files from trusted sources until a fixed release is deployed.
  • Run IGES and STEP parsing inside isolated, low-privilege processes with strict resource and memory limits.
  • Inventory internal applications that statically link or bundle OCCT V8_0_0_rc5 and prioritize them for upgrade.

Patch Information

No fixed version is identified in the published advisory at the time of writing. Monitor the Open CASCADE Technology project and the GitHub Gist Code Snippet referenced in the NVD entry for updated builds beyond V8_0_0_rc5 that address the IGES and STEP parser defects.

Workarounds

  • Pre-validate IGES and STEP files with a schema or entity-graph checker that rejects self-referential OrientedEdge definitions before passing them to OCCT.
  • Apply per-process stack size and CPU time limits (for example, ulimit -s and ulimit -t) to contain recursion-driven denial of service.
  • Disable automatic preview rendering of CAD attachments in mail clients and document management systems handling untrusted content.
bash
# Configuration example: contain OCCT parsing in a constrained shell
ulimit -s 8192      # cap stack to mitigate infinite recursion
ulimit -t 30        # cap CPU seconds per parsing job
ulimit -v 1048576   # cap virtual memory (KB)
./occt_parser /path/to/untrusted.step

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpen Cascade Technology

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • GitHub Gist Code Snippet
  • Related CVEs
  • CVE-2026-42480: Open CASCADE VRML Parser DoS 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