| タイトル | libvips 8.19.0(7fab325d2) NULL Pointer Dereference (CWE-476) |
|---|
| 説明 | In `libvips/foreign/matrixload.c`, function `vips_foreign_load_matrix_header()`, the return value of `vips_sbuf_get_line_copy()` is not checked for `NULL` before passing it to `parse_matrix_header()`. `parse_matrix_header()` then calls `strchr(line, ...)`, causing a NULL dereference on empty `.mat` input. The issue is reachable from `vips matrixload` and reproducible with ASAN as `SEGV` (denial of service). |
|---|
| ソース | ⚠️ https://github.com/libvips/libvips/issues/4875 |
|---|
| ユーザー | Niebelungen (UID 95430) |
|---|
| 送信 | 2026年02月15日 10:48 (4 月 ago) |
|---|
| モデレーション | 2026年02月24日 20:54 (9 days later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 347652 [libvips 迄 8.18.0 matrixload.c vips_foreign_load_matrix_header サービス拒否] |
|---|
| ポイント | 20 |
|---|