| 제목 | 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. PM 04:02 (4 개월 ago) |
|---|
| 모더레이션 | 2026. 02. 26. PM 05:33 (11 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 348012 [libvips 8.19.0 extract.c vips_extract_band_build extract_band 정보 공개] |
|---|
| 포인트들 | 20 |
|---|