NVD Vulnerability Detail
Search Exploit, PoC
CVE-2024-42265
Summary

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

protect the fetch of ->fd[fd] in do_dup2() from mispredictions

both callers have verified that fd is not greater than ->max_fds;
however, misprediction might end up with
tofree = fdt->fd[fd];
being speculatively executed. That's wrong for the same reasons
why it's wrong in close_fd()/file_close_fd_locked(); the same
solution applies - array_index_nospec(fd, fdt->max_fds) could differ
from fd only in case of speculative execution on mispredicted path.

Publication Date Aug. 17, 2024, 6:15 p.m.
Registration Date Aug. 26, 2024, 5:02 p.m.
Last Update Aug. 19, 2024, 9:59 p.m.
Related information, measures and tools
Common Vulnerabilities List

JVN Vulnerability Information
Linux の Linux Kernel における脆弱性
Title Linux の Linux Kernel における脆弱性
Summary

Linux の Linux Kernel には、不特定の脆弱性が存在します。

Possible impacts サービス運用妨害 (DoS) 状態にされる可能性があります。 
Solution

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

Publication Date Aug. 1, 2024, midnight
Registration Date Oct. 17, 2025, 2:35 p.m.
Last Update Oct. 17, 2025, 2:35 p.m.
Affected System
Linux
Linux Kernel 4.19.320 未満
Linux Kernel 4.20 以上 5.4.282 未満
Linux Kernel 5.11 以上 5.15.165 未満
Linux Kernel 5.16 以上 6.1.104 未満
Linux Kernel 5.5 以上 5.10.224 未満
Linux Kernel 6.11
Linux Kernel 6.2 以上 6.6.45 未満
Linux Kernel 6.7 以上 6.10.4 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
Change Log
No Changed Details Date of change
1 [2025年10月17日]
  掲載
Oct. 17, 2025, 2:35 p.m.