製品・ソフトウェアに関する情報
LinuxカーネルのNFCサブシステムにおけるデバイスデータ送信処理の不備により情報漏えいが発生する脆弱性
Title LinuxカーネルのNFCサブシステムにおけるデバイスデータ送信処理の不備により情報漏えいが発生する脆弱性
Summary

LinuxカーネルのNFCサブシステムでは、tty->disc_dataがエラーパスではなく成功パスでのみ設定されるように修正されました。これにより、NCIデバイスのオープン前やIOCTLの成功前に不適切なデバイスデータが送信されることを防ぎ、クリーンアップ処理が簡素化されます。tty->disc_dataは成功時のみ設定され、エラー時にはNULLのままになるため、問題は発生しません。

Possible impacts 当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
Solution

正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

Publication Date July 25, 2025, midnight
Registration Date Dec. 25, 2025, 4:58 p.m.
Last Update Dec. 25, 2025, 4:58 p.m.
CVSS3.0 : 重要
Score 7.8
Vector CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected System
Debian
Debian GNU/Linux 11.0
Linux
Linux Kernel 4.2 から 5.4.295 未満
Linux Kernel 5.11 から 5.15.186 未満
Linux Kernel 5.16 から 6.1.142 未満
Linux Kernel 5.5 から 5.10.239 未満
Linux Kernel 6.13 から 6.15.4 未満
Linux Kernel 6.16
Linux Kernel 6.2 から 6.6.95 未満
Linux Kernel 6.7 から 6.12.35 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2025年12月25日]
  掲載
Dec. 25, 2025, 4:58 p.m.

NVD Vulnerability Information
CVE-2025-38416
Summary

In the Linux kernel, the following vulnerability has been resolved:

NFC: nci: uart: Set tty->disc_data only in success path

Setting tty->disc_data before opening the NCI device means we need to
clean it up on error paths. This also opens some short window if device
starts sending data, even before NCIUARTSETDRIVER IOCTL succeeded
(broken hardware?). Close the window by exposing tty->disc_data only on
the success path, when opening of the NCI device and try_module_get()
succeeds.

The code differs in error path in one aspect: tty->disc_data won't be
ever assigned thus NULL-ified. This however should not be relevant
difference, because of "tty->disc_data=NULL" in nci_uart_tty_open().

Publication Date July 25, 2025, 11:15 p.m.
Registration Date July 26, 2025, 4 a.m.
Last Update July 25, 2025, 11:15 p.m.
Related information, measures and tools
Common Vulnerabilities List