CVE 8.1 HIGH

CVE-2026-37537_CVE-2026-37537

8.1 / 10
HIGH
CVSS:3.1/AC:L/AV:A/A:H/C:N/I:H/PR:N/S:U/UI:N

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.

Basic Information

ID CVE-2026-37537
Source mitre
Published May 1, 2026 at 00:00
Modified May 1, 2026 at 16:49

Affected Product

Vendor n/a
Product n/a
Version n/a
Affected Versions n/a n/a n/a

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.