CVE-2022-50669 in Linux Kernel
要約 (英語)
In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible name leak in ocxl_file_register_afu() If device_register() returns error in ocxl_file_register_afu(), the name allocated by dev_set_name() need be freed. As comment of device_register() says, it should use put_device() to give up the reference in the error path. So fix this by calling put_device(), then the name can be freed in kobject_cleanup(), and info is freed in info_release().
責任者
Linux
予約する
2025年12月09日
公開
2025年12月09日
エントリ
VulDB provides additional information and datapoints for this CVE:
| 識別子 | 脆弱性 | CWE | 悪用可 | 対策 | CVE |
|---|---|---|---|---|---|
| 334900 | Linux Kernel ocxl_file_register_afu サービス拒否 | 770 | 未定義 | 公式な修正 | CVE-2022-50669 |