| タイトル | libvips 8.19.0(7fab325d2) Improper Validation of Array Index |
|---|
| 説明 | In `libvips/foreign/csvload.c`, function `vips_foreign_load_csv_build()`, bytes from CLI options (`--whitespace` / `--separator`) are used as array indexes (`csv->whitemap[(int)*p]`, `csv->sepmap[(int)*p]`). On platforms with signed `char`, non-ASCII UTF-8 bytes become negative indexes, writing before 256-byte maps and corrupting adjacent memory. The bug is reachable from `vips csvload` and reproducible with ASAN as `heap-buffer-overflow`. |
|---|
| ソース | ⚠️ https://github.com/libvips/libvips/issues/4874 |
|---|
| ユーザー | Niebelungen (UID 95430) |
|---|
| 送信 | 2026年02月15日 10:49 (4 月 ago) |
|---|
| モデレーション | 2026年02月24日 20:54 (9 days later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 347653 [libvips 迄 8.18.0 csvload.c vips_foreign_load_csv_build メモリ破損] |
|---|
| ポイント | 20 |
|---|