CVE-2026-37537
HIGH EPSS 12.4%
Published May 1, 20261mo ago · Modified Jun 17, 20261w ago
8.1 CVSS 3.1
Published May 1, 2026 1mo ago
Last Modified Jun 17, 2026 1w ago
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 Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H Attack Vector Adjacent
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality None
Integrity High
Availability High
Threat Intelligence
EPSS Exploit Probability
12.4% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
Weaknesses 1
CWE-190 Integer Overflow or Wraparound Numeric Error
References 3
- gist.github.com https://gist.github.com/sgInnora/f4ac66faeefe07a653ceeb3f58cdc381
- github.com https://github.com/DanielMartensson/Open-SAE-J1939
- github.com https://github.com/collin80/Open-SAE-J1939
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.