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-37554

CVE-2026-37554: Vanetza V2X DoS Vulnerability

CVE-2026-37554 is a denial of service vulnerability in Vanetza V2X v26.02 affecting GeoNetworking packet processing. Uncaught OpenSSL exceptions crash the V2X receiver. This article covers technical details, impact, and mitigation.

Published: May 7, 2026

CVE-2026-37554 Overview

CVE-2026-37554 is a denial of service vulnerability in Vanetza V2X v26.02, an open-source implementation of ETSI ITS-G5 vehicle-to-everything (V2X) communication protocols. The flaw resides in the GeoNetworking packet processing pipeline, where OpenSSL exceptions raised during elliptic curve cryptography (ECC) point validation are not caught by the Router::indicate() call chain. A remote, unauthenticated attacker can transmit a crafted secured GeoNetworking packet to trigger std::terminate, crashing the V2X receiver process.

Critical Impact

A single malformed V2X packet can crash the receiver, disrupting safety-critical vehicle-to-everything communications without authentication or user interaction.

Affected Products

  • Vanetza V2X v26.02
  • Vanetza GeoNetworking router component (router.cpp)
  • Vanetza security OpenSSL wrapper (openssl_wrapper.cpp)

Discovery Timeline

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

Technical Details for CVE-2026-37554

Vulnerability Analysis

The vulnerability is classified as an uncaught exception flaw [CWE-248] in the Vanetza V2X stack. The check() function in openssl_wrapper.cpp at line 19 throws openssl::Exception whenever an OpenSSL primitive returns an error. During processing of a secured GeoNetworking packet, ECC point decoding can fail with conditions such as invalid compressed point or point not on curve. While the parser includes a catch block within parse_secured(), the exception propagates beyond the parser through downstream processing stages including indicate_common() and indicate_extended(). Because no enclosing handler exists in the Router::indicate() call chain, the C++ runtime invokes std::terminate, immediately ending the receiver process. The result is a deterministic crash of the V2X stack on receipt of a single malformed packet.

Root Cause

The root cause is incomplete exception handling boundaries in the secured packet processing pipeline. The parse_secured() parser anticipates parsing errors but not exceptions thrown deeper in the cryptographic verification path. When OpenSSL ECC validation fails after the parser returns, the exception travels up the call stack through frames that lack matching catch blocks for openssl::Exception.

Attack Vector

An attacker on the same V2X network or radio range crafts a secured GeoNetworking packet whose signer certificate or signature contains a malformed ECC public key. Examples include points that are not on the configured curve or invalid compressed point encodings. When the targeted Vanetza node receives and processes the packet, OpenSSL throws an exception during point validation, the unhandled exception escapes the router pipeline, and the receiver terminates. No authentication, prior session, or user interaction is required.

A fully working code example is not provided in the public advisory. See the GitHub Security Advisory GHSA-44qj-vh8c-5354 and the affected files router.cpp and openssl_wrapper.cpp for technical details.

Detection Methods for CVE-2026-37554

Indicators of Compromise

  • Unexpected termination of the Vanetza receiver process with std::terminate or abort() recorded in system logs.
  • Core dumps referencing openssl::Exception, parse_secured, indicate_common, or indicate_extended frames.
  • Repeated V2X service restarts correlated with inbound GeoNetworking traffic from a specific source identifier.

Detection Strategies

  • Monitor process supervisors such as systemd for repeated restarts of Vanetza or applications linking the library.
  • Capture and inspect inbound GeoNetworking frames for malformed ECC public keys or signature points using a V2X protocol analyzer.
  • Correlate crash timestamps with received Cooperative Awareness Messages (CAM) or Decentralized Environmental Notification Messages (DENM) to identify the triggering source.

Monitoring Recommendations

  • Enable verbose logging in the Vanetza security subsystem to record OpenSSL validation failures before termination.
  • Forward crash telemetry and core dump metadata to a centralized logging or SIEM platform for correlation across V2X fleet nodes.
  • Track per-source-address rates of secured packets that fail signature or certificate validation as an early warning signal.

How to Mitigate CVE-2026-37554

Immediate Actions Required

  • Audit deployed Vanetza builds and identify any nodes running v26.02 or earlier commits lacking the exception handling fix.
  • Apply upstream patches from the Vanetza repository once available, or backport catch (const openssl::Exception&) handlers into the Router::indicate() call chain.
  • Restrict V2X interfaces to trusted radio environments during testing and validation phases until the patch is deployed.

Patch Information

Refer to the GitHub Security Advisory GHSA-44qj-vh8c-5354 for the authoritative fix and affected commits. The remediation requires wrapping the secured packet processing path so that openssl::Exception thrown by check() in openssl_wrapper.cpp is caught and converted into a packet-drop result rather than propagating to std::terminate.

Workarounds

  • Run Vanetza under a process supervisor configured to automatically restart the receiver after termination to limit downtime.
  • Deploy upstream filters or rate limits on inbound secured GeoNetworking packets from unverified senders.
  • Disable secured packet processing in non-production environments where signature verification is not required.
bash
# Example systemd unit hardening to auto-recover the V2X receiver
[Service]
ExecStart=/usr/local/bin/vanetza-receiver
Restart=always
RestartSec=2s
StartLimitIntervalSec=60
StartLimitBurst=10

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpenssl

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

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

  • GitHub Project Repository

  • GitHub Source Code File

  • GitHub OpenSSL Wrapper File

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-28389: OpenSSL CMS DoS Vulnerability

  • CVE-2026-28388: OpenSSL Delta CRL DoS Vulnerability

  • CVE-2026-28386: OpenSSL AES-CFB128 DoS Vulnerability

  • CVE-2026-28390: OpenSSL CMS 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