Vulnerability Description
miaofng/uds-c commit e506334e270d77b20c0bc259ac6c7d8c9b702b7a (2016-10-05) contains a stack buffer overflow in send_diagnostic_request. A 6-byte stack buffer (MAX_DIAGNOSTIC_PAYLOAD_SIZE=6) receives memcpy at offset 1+pid_length with payload_length bytes. MAX_UDS_REQUEST_PAYLOAD_LENGTH=7, so 1+2+7=10 exceeds buffer by 4 bytes. No bounds check on payload_length before memcpy.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://gist.github.com/sgInnora/f4ac66faeefe07a653ceeb3f58cdc381
- https://github.com/miaofng/uds-c
- https://github.com/openxc/uds-c
FAQ
What is CVE-2026-37536?
CVE-2026-37536 is a vulnerability with a CVSS score of 8.8 (HIGH). miaofng/uds-c commit e506334e270d77b20c0bc259ac6c7d8c9b702b7a (2016-10-05) contains a stack buffer overflow in send_diagnostic_request. A 6-byte stack buffer (MAX_DIAGNOSTIC_PAYLOAD_SIZE=6) receives m...
How severe is CVE-2026-37536?
CVE-2026-37536 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-37536?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.