| タイトル | libvips 8.19.0(7fab325d2) Integer Overflow or Wraparound |
|---|
| 説明 | In `libvips/conversion/extract.c`, function `vips_extract_band_build()` validates range using signed addition (`extract->band + extract->n > bands`). Large attacker-controlled values can overflow signed `int` and bypass this check. `vips_extract_band_buffer()` then computes `p = in[0] + extract->band * es` and dereferences the invalid pointer in the copy loop, causing out-of-bounds read and crash. The issue is reachable from normal `vips extract_band` CLI usage (with `--vips-max-coord` set high) and is reproducible with ASAN (`SEGV` at `extract.c:378`). |
|---|
| ソース | ⚠️ https://github.com/libvips/libvips/issues/4880 |
|---|
| ユーザー | Niebelungen (UID 95430) |
|---|
| 送信 | 2026年02月15日 16:02 (4 月 ago) |
|---|
| モデレーション | 2026年02月26日 17:33 (11 days later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 348012 [libvips 8.19.0 extract.c vips_extract_band_build extract_band 情報漏えい] |
|---|
| ポイント | 20 |
|---|