製品・ソフトウェアに関する情報
LinuxのLinux Kernelにおける有効なライフタイム後のリソースの解放の欠如に関する脆弱性
Title LinuxのLinux Kernelにおける有効なライフタイム後のリソースの解放の欠如に関する脆弱性
Summary

Linuxカーネルのtools/powerのturbostatにおいて、fscanfが失敗した場合にファイルポインタがリークする脆弱性があり、この問題はファイルを適切に閉じることで修正されました。

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

リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。

Publication Date June 18, 2025, midnight
Registration Date Jan. 26, 2026, 7:42 p.m.
Last Update Jan. 26, 2026, 7:42 p.m.
CVSS3.0 : 重要
Score 7.1
Vector CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Affected System
Linux
Linux Kernel 5.19 以上 5.19.2 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
No Changed Details Date of change
1 [2026年01月26日]
  掲載
Jan. 26, 2026, 7:42 p.m.

NVD Vulnerability Information
CVE-2022-50189
Summary

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

tools/power turbostat: Fix file pointer leak

Currently if a fscanf fails then an early return leaks an open
file pointer. Fix this by fclosing the file before the return.
Detected using static analysis with cppcheck:

tools/power/x86/turbostat/turbostat.c:2039:3: error: Resource leak: fp [resourceLeak]

Publication Date June 18, 2025, 8:15 p.m.
Registration Date June 19, 2025, 4 a.m.
Last Update June 18, 2025, 8:15 p.m.
Related information, measures and tools
Common Vulnerabilities List