CVE-2026-37537
Awaiting Analysis
Awaiting Analysis - Queue
Integer Underflow Leading to Out-of-Bounds Write in Open-SAE-J1939
Publication date: 2026-05-01
Last updated on: 2026-05-07
Assigner: MITRE
Description
Description
collin80/Open-SAE-J1939 thru commit 744024d4306bc387857dfce439558336806acb06 (2023-03-08) contains an integer underflow leading to out-of-bounds write in Transport Protocol Data Transfer handling. At line 23: uint8_t index = data[0] - 1. When data[0] (sequence number from CAN frame) is 0, index underflows to 255. Subsequent write at tp_dt->data[255*7 + i-1] reaches offset 1791, exceeding the MAX_TP_DT buffer (1785 bytes) by 6 bytes.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| collin80 | open-sae-j1939 | * |
| openxc | isotp-c | * |
| miaofng | uds-c | * |
| socketcand | socketcand | * |
| cannelloni | cannelloni | * |
| openamp | openamp | 2025.10.0 |
| open_vehicle_monitoring_system | open_vehicle_monitoring_system | 3.3.005 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-190 | The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number. |