| 제목 | libvips 8.19.0(7fab325d2) Integer Overflow or Wraparound |
|---|
| 설명 | In `libvips/conversion/extract.c`, function `vips_extract_area_build()` uses signed additions (`left + width`, `top + height`) in bounds checks. Large attacker-controlled coordinates can overflow and bypass validation. `vips_extract_area_gen()` propagates these unchecked offsets into region copy preparation, reaching invalid `memcpy` paths via `vips_region_copy`. The issue is reachable through normal `vips extract_area` CLI usage (with `--vips-max-coord` set high) and is reproducible with ASAN as `SEGV`. |
|---|
| 원천 | ⚠️ https://github.com/libvips/libvips/issues/4879 |
|---|
| 사용자 | Niebelungen (UID 95430) |
|---|
| 제출 | 2026. 02. 15. PM 04:03 (4 개월 ago) |
|---|
| 모더레이션 | 2026. 02. 26. PM 05:33 (11 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 348013 [libvips 8.19.0 extract.c vips_extract_area_build extract_area 메모리 손상] |
|---|
| 포인트들 | 20 |
|---|