| タイトル | Hayaki Saito (saitoha)のlibsixelにおける複数の脆弱性 |
|---|---|
| 概要 | libsixelはkmiyaのsixelから派生したSIXELエンコーダおよびデコーダの実装です。バージョン1.8.7-r1までにおいて、sixel_decode_rawおよびsixel_decode関数内で割り当て呼び出し後の誤ったNULLチェックがあり、割り当てに失敗した場合にNULLポインタの逆参照が発生します。このチェックはmallocが返す値をテストするのではなく、常にNULLでない出力パラメータのアドレスをテストしていました。割り当てに失敗した際、関数は処理を継続し、NULLポインタを通じて書き込みを行い、その結果プロセスがクラッシュします。この問題は低メモリ状態のときに公開APIの呼び出し元に対するサービス拒否攻撃を引き起こす可能性があります。この脆弱性はバージョン1.8.7-r2で修正されました。 |
| 想定される影響 | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアの一部が停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| 対策 | 正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年5月14日0:00 |
| 登録日 | 2026年5月18日11:24 |
| 最終更新日 | 2026年5月18日11:24 |
| CVSS3.0 : 低 | |
| スコア | 2.5 |
|---|---|
| ベクター | CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L |
| Hayaki Saito (saitoha) |
| libsixel 1.0.0 以上 1.8.7-r2 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年05月18日] 掲載 |
2026年5月18日11:24 |
| 概要 | libsixel is a SIXEL encoder/decoder implementation derived from kmiya's sixel. From to 1.8.7-r1, a wrong NULL check after an allocation call in sixel_decode_raw and sixel_decode causes a NULL pointer dereference whenever the allocation fails. The check tests the address of the output parameter (always non-NULL) instead of the value the malloc returned. On allocation failure, the function continues and writes through a NULL pointer, crashing the process. This is a denial of service against any caller of these public APIs that hits a low-memory condition. This vulnerability is fixed in 1.8.7-r2. |
|---|---|
| 公表日 | 2026年5月15日5:17 |
| 登録日 | 2026年5月17日4:09 |
| 最終更新日 | 2026年5月16日2:54 |
| 構成1 | 以上 | 以下 | より上 | 未満 | |
| cpe:2.3:a:saitoha:libsixel:*:*:*:*:*:*:*:* | 1.0.0 | 1.8.7-r2 | |||