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

CVE-2026-37537: Open-SAE-J1939 Buffer Overflow Vulnerability

CVE-2026-37537 is a buffer overflow vulnerability in Open-SAE-J1939 caused by integer underflow in Transport Protocol Data Transfer handling. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-37537 Overview

CVE-2026-37537 is an integer underflow vulnerability [CWE-190] in the collin80/Open-SAE-J1939 library, an open-source implementation of the SAE J1939 protocol used in commercial vehicle Controller Area Network (CAN) communications. The flaw resides in the Transport Protocol Data Transfer (TP.DT) handling logic. An attacker on an adjacent CAN network can send a crafted frame with a sequence number of zero, triggering an underflow that produces an out-of-bounds write beyond the MAX_TP_DT buffer. The vulnerability affects code through commit 744024d4306bc387857dfce439558336806acb06 dated 2023-03-08.

Critical Impact

An adjacent attacker can corrupt memory beyond the transport protocol buffer, leading to integrity loss and denial of service on embedded controllers using the affected library.

Affected Products

  • collin80/Open-SAE-J1939 through commit 744024d4306bc387857dfce439558336806acb06 (2023-03-08)
  • Embedded systems and Electronic Control Units (ECUs) integrating the affected J1939 transport stack
  • Forks and downstream projects derived from the vulnerable commit

Discovery Timeline

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

Technical Details for CVE-2026-37537

Vulnerability Analysis

The SAE J1939 Transport Protocol enables multi-packet message transfer over CAN by splitting payloads into sequenced segments. Each Data Transfer (TP.DT) frame begins with a one-byte sequence number followed by up to seven data bytes. The receiver uses this sequence number to compute the destination offset within a reassembly buffer.

In the affected code, line 23 computes the destination index as uint8_t index = data[0] - 1. When the attacker-controlled data[0] value is zero, the unsigned subtraction wraps around, producing index = 255. The library then writes seven bytes to tp_dt->data[255*7 + i-1], reaching offset 1791 in a buffer sized at MAX_TP_DT (1785 bytes). The result is a six-byte out-of-bounds write into adjacent memory.

Root Cause

The root cause is a missing input validation check on the J1939 sequence number before arithmetic conversion. The protocol specification reserves sequence number zero, yet the library accepts it and performs unsigned arithmetic without bounds enforcement. Combined with the truncation behavior of uint8_t, this produces a deterministic underflow path from a single malformed CAN frame.

Attack Vector

Exploitation requires CAN bus access adjacent to the target ECU. The attacker injects a TP.DT frame with data[0] = 0x00 and seven controlled payload bytes. No authentication or user interaction is required because J1939 traffic is unauthenticated by design. The six bytes written past the buffer can corrupt adjacent global state, function pointers, or stack-resident structures depending on the embedded compiler layout, enabling integrity compromise and reliable denial of service.

Further implementation context is available in the GitHub Open SAE J1939 Repository and the GitHub Gist Code Snippet.

Detection Methods for CVE-2026-37537

Indicators of Compromise

  • TP.DT (PGN 0xEB00) CAN frames containing a sequence number byte of 0x00, which is invalid per the J1939-21 specification.
  • Unexpected ECU resets, watchdog reboots, or diagnostic trouble codes coinciding with multi-packet J1939 traffic.
  • Anomalous writes to memory regions adjacent to the J1939 reassembly buffer detected during firmware runtime tracing.

Detection Strategies

  • Deploy CAN bus intrusion detection systems that parse J1939 transport protocol fields and flag sequence number violations.
  • Add assertion logic in firmware builds to log or halt when data[0] == 0 is observed in TP.DT handlers.
  • Perform static analysis of forks of Open-SAE-J1939 to confirm whether the vulnerable arithmetic at line 23 of the TP.DT handler has been patched.

Monitoring Recommendations

  • Capture and baseline J1939 traffic on production vehicle networks to establish normal sequence number distributions.
  • Forward CAN gateway logs to a centralized analytics platform and alert on TP.DT frames with reserved or out-of-range sequence values.
  • Monitor ECU telemetry for memory corruption symptoms such as fault codes, unexpected resets, and abnormal control loop behavior.

How to Mitigate CVE-2026-37537

Immediate Actions Required

  • Audit all firmware images and projects that incorporate collin80/Open-SAE-J1939 and identify whether they ship code at or before commit 744024d4306bc387857dfce439558336806acb06.
  • Apply input validation to reject TP.DT frames where the sequence number is zero or exceeds the negotiated packet count.
  • Restrict physical and logical access to CAN buses where vulnerable ECUs operate, including diagnostic ports and telematics gateways.

Patch Information

No official upstream patch is referenced in the NVD entry for collin80/Open-SAE-J1939. Maintainers and integrators should add a guard that rejects sequence number zero and validates that the computed write offset stays within MAX_TP_DT. The actively maintained fork at the GitHub Open SAE J1939 Project should be reviewed as an alternative implementation source.

Workarounds

  • Insert a bounds check before computing the index: validate that data[0] >= 1 and (data[0]-1)*7 + 7 <= MAX_TP_DT prior to writing.
  • Replace the uint8_t index type with a wider integer and explicitly clamp values before arithmetic.
  • Deploy a CAN firewall or gateway filter that drops malformed J1939 TP.DT frames before they reach vulnerable ECUs.
bash
# Configuration example: filter malformed J1939 TP.DT frames using Linux SocketCAN
# Drop TP.DT frames (PGN 0xEB00) where the first data byte (sequence number) is 0x00
cansniffer -c can0 | grep -E 'EB[0-9A-F]{2} .* 00 '

# Example cangw rule to block frames matching the vulnerable pattern
cangw -A -s can0 -d can1 -e -f EB0000:FFFF00 -m SET:IL:00

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechCollin80 Open Sae J1939

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.02%

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

  • GitHub Open SAE J1939 Project

  • GitHub Open SAE J1939 Repository
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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