7.5
CVE-2026-37530
- EPSS 0.4%
- Veröffentlicht 01.05.2026 00:00:00
- Zuletzt bearbeitet 20.05.2026 15:25:15
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
AGL agl-service-can-low-level thru 17.1.12 contains a stack buffer overflow in the uds-c library. The send_diagnostic_request function in uds.c allocates a 6-byte stack buffer (MAX_DIAGNOSTIC_PAYLOAD_SIZE=6) but copies up to 7 bytes (MAX_UDS_REQUEST_PAYLOAD_LENGTH=7) via memcpy at an offset of 1+pid_length (2-3 bytes), resulting in 1-4 bytes of controlled stack overflow. The payload_length field (uint8_t) has no bounds check against the destination buffer. On 32-bit ARM automotive ECUs without stack canaries, this can lead to return address overwrite and RCE.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Linuxfoundation ≫ Automotive Grade Linux Version <= 17.1.12
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.4% | 0.317 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
CWE-121 Stack-based Buffer Overflow
A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
https://gist.github.com/sgInnora/8526eedcfd826d05ef1fc45d8f405643
https://gerrit.automotivelinux.org/gerrit/apps/agl-service-can-low-level