GHSA-h5cx-4fh7-xq44 · Severity: high — AGL agl-service-can-low-level thru 17.1.12 contains a heap buffer over-read in the isotp-c...
AGL agl-service-can-low-level thru 17.1.12 contains a heap buffer over-read in the isotp-c library. In isotp_continue_receive (receive.c:87-89), the payload_length for a Single Frame is extracted from a 4-bit nibble in the CAN frame data, yielding values 0-15. However, a standard CAN frame is only 8 bytes, with payload starting at data[1] (7 bytes available). When payload_length exceeds the available data (e.g., nibble=15 but only 7 payload bytes exist), memcpy(message.payload, &data[1], payload_length) reads up to 8 bytes past the end of the data buffer.
Conclusion & alert: CVE-2026-37532 is rated Low Risk (33.5/100): CVSS High severity, with low exploitation likelihood (EPSS 0.23%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.01% | 0.23% | +0.23% |
| 2 | 2026-05-02 | — | 0.01% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.1 | 3.1 | HIGH |
|
2.8 | 4.2 | [email protected] |
GHSA-h5cx-4fh7-xq44 · Severity: high — AGL agl-service-can-low-level thru 17.1.12 contains a heap buffer over-read in the isotp-c...
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| linuxfoundation | automotive_grade_linux | <= 17.1.12 | cpe:2.3:o:linuxfoundation:automotive_grade_linux:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://gerrit.automotivelinux.org/gerrit/apps/agl-service-can-low-level | Broken Link |
| https://gist.github.com/sgInnora/8526eedcfd826d05ef1fc45d8f405643 | Third Party Advisory |