| Title | FreeBSDにおけるヒープベースのバッファオーバーフローの脆弱性 |
|---|---|
| Summary | fusefsファイルシステムが拡張属性を実装している場合、カーネルは特定のファイルの拡張属性リストを取得するためにユーザースペースのデーモンにFUSE_LISTXATTRメッセージを送信します。FUSEプロトコルでは、デーモンがNUL終端文字列でパックされたリストを返す必要があります。しかし、fusefsカーネルモジュールは、このデーモンから提供されたバッファ全体がNUL終端されていることを事前に検証せずにstrlen()を呼び出します。悪意のあるデーモンがNUL終端されていないリストを送信した場合、fusefsカーネルモジュールはヒープ上に割り当てられたバッファの終端を越えて読み取りを行い、さらに2番目のバッファの終端を越えて書き込みを行う可能性があります。これにより、悪意のあるデーモンは最大253バイトのカーネルヒープメモリを漏洩させるか、最大250バイトの攻撃者制御下のデータを未割り当てのカーネルヒープ領域に注入できます。 |
| Possible impacts | 当該ソフトウェアが扱う情報の一部が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | 正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date | May 21, 2026, midnight |
| Registration Date | May 25, 2026, 10:19 a.m. |
| Last Update | May 25, 2026, 10:19 a.m. |
| CVSS3.0 : 警告 | |
| Score | 5.5 |
|---|---|
| Vector | 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 | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月25日] 掲載 |
May 25, 2026, 10:19 a.m. |
| Summary | 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. |
|---|---|
| Publication Date | May 21, 2026, 7:16 p.m. |
| Registration Date | May 22, 2026, 4:07 a.m. |
| Last Update | May 22, 2026, 12:16 a.m. |