| タイトル | FreeBSDにおけるヒープベースのバッファオーバーフローの脆弱性 |
|---|---|
| 概要 | fusefsファイルシステムが拡張属性を実装している場合、カーネルは特定のファイルの拡張属性リストを取得するためにユーザースペースのデーモンにFUSE_LISTXATTRメッセージを送信します。FUSEプロトコルでは、デーモンがNUL終端文字列でパックされたリストを返す必要があります。しかし、fusefsカーネルモジュールは、このデーモンから提供されたバッファ全体がNUL終端されていることを事前に検証せずにstrlen()を呼び出します。悪意のあるデーモンがNUL終端されていないリストを送信した場合、fusefsカーネルモジュールはヒープ上に割り当てられたバッファの終端を越えて読み取りを行い、さらに2番目のバッファの終端を越えて書き込みを行う可能性があります。これにより、悪意のあるデーモンは最大253バイトのカーネルヒープメモリを漏洩させるか、最大250バイトの攻撃者制御下のデータを未割り当てのカーネルヒープ領域に注入できます。 |
| 想定される影響 | 当該ソフトウェアが扱う情報の一部が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| 対策 | 正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年5月21日0:00 |
| 登録日 | 2026年5月25日10:19 |
| 最終更新日 | 2026年5月25日10:19 |
| CVSS3.0 : 警告 | |
| スコア | 5.5 |
|---|---|
| ベクター | CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:H |
| FreeBSD |
| FreeBSD 14.3 |
| FreeBSD 14.4 |
| FreeBSD 15.0 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年05月25日] 掲載 |
2026年5月25日10:19 |
| 概要 | When a fusefs file system implements extended attributes, the kernel may send a FUSE_LISTXATTR message to the userspace daemon to retrieve the list of extended attributes for a given file. The FUSE protocol requires the daemon to return a packed list of NUL-terminated strings. The fusefs kernel module calls strlen() on this daemon-supplied buffer without first verifying that the entire list is NUL-terminated. If a malicious daemon sends a non-NUL-terminated list, the fusefs kernel module may read beyond the end of one heap-allocated buffer and potentially write beyond the end of a second buffer. A malicious daemon could disclose up to 253 bytes of kernel heap memory, or it could inject up to 250 attacker-controlled bytes into unallocated kernel heap space. |
|---|---|
| 公表日 | 2026年5月21日19:16 |
| 登録日 | 2026年5月22日4:07 |
| 最終更新日 | 2026年5月22日0:16 |