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-2022-42899

CVE-2022-42899: Bentley MicroStation RCE Vulnerability

CVE-2022-42899 is a remote code execution vulnerability in Bentley MicroStation caused by out-of-bounds read and stack overflow flaws in SKP file parsing. This article covers technical details, affected versions, and patches.

Published: February 11, 2026

CVE-2022-42899 Overview

CVE-2022-42899 is a high-severity vulnerability affecting Bentley MicroStation and MicroStation-based applications, including Bentley View. The vulnerability manifests as out-of-bounds read and stack overflow issues when processing specially crafted SKP (SketchUp) files. Successful exploitation of these memory corruption flaws could enable attackers to achieve information disclosure and arbitrary code execution on affected systems.

Critical Impact

Attackers can craft malicious SKP files that, when opened by a user in vulnerable MicroStation or Bentley View applications, may trigger memory corruption leading to sensitive information disclosure or arbitrary code execution with the privileges of the current user.

Affected Products

  • Bentley MicroStation versions prior to 10.17.01.58*
  • Bentley View versions prior to 10.17.01.19*

Discovery Timeline

  • 2022-10-13 - CVE CVE-2022-42899 published to NVD
  • 2025-05-15 - Last updated in NVD database

Technical Details for CVE-2022-42899

Vulnerability Analysis

This vulnerability involves two related memory corruption issues: an out-of-bounds read (CWE-125) and a stack overflow condition. The flaws are triggered during the parsing of SKP (SketchUp) file formats within Bentley MicroStation and Bentley View applications. When a user opens a maliciously crafted SKP file, the application fails to properly validate input boundaries, allowing an attacker to read memory beyond allocated buffers or overflow the stack.

The out-of-bounds read condition can expose sensitive memory contents to an attacker, potentially leaking information useful for further exploitation. The stack overflow component presents a more severe risk, as it could allow an attacker to overwrite the return address or other critical stack data, ultimately leading to arbitrary code execution.

Since exploitation requires user interaction—specifically opening a malicious file—this is classified as a local attack vector. No special privileges are required beyond convincing a user to open the crafted file, making social engineering a viable delivery mechanism for exploitation attempts.

Root Cause

The root cause lies in improper input validation during the parsing of SKP file structures. The application does not adequately verify that data lengths and offsets within the SKP file are within expected boundaries before using them in memory operations. This leads to:

  1. Out-of-Bounds Read: Array or buffer accesses using attacker-controlled indices or sizes that exceed the allocated memory region
  2. Stack Overflow: Recursive or iterative processing of nested file structures without proper depth checks, or copying attacker-controlled data lengths onto the stack without boundary validation

Attack Vector

The attack vector for CVE-2022-42899 requires local access and user interaction. An attacker would typically:

  1. Craft a malicious SKP file containing specially constructed data structures designed to trigger the memory corruption conditions
  2. Deliver the malicious file to the target user via email attachment, file sharing platforms, or compromised project repositories
  3. Social engineer the victim into opening the file using Bentley MicroStation or Bentley View
  4. Upon file opening, the vulnerable parsing routines process the malicious data, triggering the out-of-bounds read or stack overflow
  5. Depending on the exploitation approach, the attacker achieves either information disclosure or code execution with the user's privileges

The vulnerability affects CAD/design professionals who commonly work with SKP files as part of their workflow, making design and engineering teams a primary target for this attack.

Detection Methods for CVE-2022-42899

Indicators of Compromise

  • Unexpected crashes or application hangs in MicroStation or Bentley View when opening SKP files
  • Presence of suspiciously named or recently received SKP files from untrusted sources
  • Anomalous process behavior following SKP file operations, such as unexpected child processes or network connections
  • Memory access violations or exception events logged in Windows Event Logs related to MicroStation processes

Detection Strategies

  • Deploy endpoint detection rules to monitor for abnormal behavior patterns in ustation.exe and Bentley View processes
  • Implement file inspection policies that quarantine and analyze SKP files received from external sources before user access
  • Configure application crash monitoring to alert on repeated crashes in MicroStation or Bentley View applications
  • Use memory protection technologies that can detect out-of-bounds memory access attempts

Monitoring Recommendations

  • Enable detailed logging for Bentley application processes to capture file access patterns and potential exploitation attempts
  • Monitor for unusual process execution chains originating from MicroStation or Bentley View applications
  • Implement email gateway scanning for SKP file attachments from external senders
  • Deploy behavioral analysis capabilities to detect post-exploitation activity following suspicious file opens

How to Mitigate CVE-2022-42899

Immediate Actions Required

  • Update Bentley MicroStation to version 10.17.01.58* or later immediately
  • Update Bentley View to version 10.17.01.19* or later immediately
  • Educate users about the risks of opening SKP files from untrusted or unexpected sources
  • Implement file type restrictions on email gateways and file sharing systems to quarantine incoming SKP files for review

Patch Information

Bentley has released security patches addressing these vulnerabilities. According to the Bentley Common Vulnerability Exposure Advisory, the fixed versions are:

  • MicroStation: Version 10.17.01.58* and later
  • Bentley View: Version 10.17.01.19* and later

Organizations should prioritize updating all installations to these fixed versions through their standard software update processes.

Workarounds

  • Restrict SKP file handling to isolated environments or sandboxed applications until patches can be applied
  • Block or quarantine incoming SKP files from external sources at the email gateway and network perimeter
  • Implement application whitelisting policies that only allow vetted and trusted SKP files to be opened
  • Consider using alternative file formats for design collaboration that do not rely on the vulnerable SKP parsing functionality

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechBentley Microstation

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.69%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Vendor Resources
  • Bentley Common Vulnerability Exposure Advisory
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync 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