| Title | Linux FoundationのAutomotive Grade Linuxにおけるバッファオーバーリードの脆弱性 |
|---|---|
| Summary | AGL agl-service-can-low-level バージョン17.1.12までに、isotp-cライブラリにヒープバッファのオーバーリードの脆弱性が存在します。isotp_continue_receive(receive.c:87-89)において、Single Frameのpayload_lengthはCANフレームデータの4ビットのニブルから抽出され、その値は0から15までになります。しかし、標準的なCANフレームは8バイトのみで、ペイロードはdata[1]から始まり7バイトが利用可能です。payload_lengthが利用可能なデータを超える場合(例えば、ニブル値が15で実際には7バイトのペイロードしか存在しない場合)、memcpy(message.payload, &data[1], payload_length)はデータバッファの終端から最大8バイトまで読み越してしまいます。 |
| Possible impacts | 当該ソフトウェアが扱う情報の一部が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | 正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date | May 1, 2026, midnight |
| Registration Date | May 18, 2026, 11:23 a.m. |
| Last Update | May 18, 2026, 11:23 a.m. |
| CVSS3.0 : 重要 | |
| Score | 7.1 |
|---|---|
| Vector | CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H |
| Linux Foundation |
| Automotive Grade Linux 17.1.12 およびそれ以前 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月18日] 掲載 |
May 18, 2026, 11:23 a.m. |
| Summary | 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. |
|---|---|
| Publication Date | May 2, 2026, 2:16 a.m. |
| Registration Date | May 2, 2026, 4:07 a.m. |
| Last Update | May 8, 2026, 12:15 a.m. |