7.8
CVE-2024-38577
- EPSS 0.25%
- Veröffentlicht 19.06.2024 14:15:17
- Zuletzt bearbeitet 03.11.2025 22:17:02
- Quelle 416baaa9-dc9f-4396-8d5f-8c081f
- CVE-Watchlists
- Unerledigt
rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflow
In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflow There is a possibility of buffer overflow in show_rcu_tasks_trace_gp_kthread() if counters, passed to sprintf() are huge. Counter numbers, needed for this are unrealistically high, but buffer overflow is still possible. Use snprintf() with buffer size instead of sprintf(). Found by Linux Verification Center (linuxtesting.org) with SVACE.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version >= 5.8 < 5.10.226
Linux ≫ Linux Kernel Version >= 5.11 < 5.15.167
Linux ≫ Linux Kernel Version >= 5.16 < 6.1.93
Linux ≫ Linux Kernel Version >= 6.2 < 6.6.33
Linux ≫ Linux Kernel Version >= 6.7 < 6.8.12
Linux ≫ Linux Kernel Version >= 6.9 < 6.9.3
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.25% | 0.165 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
CWE-120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer.
https://git.kernel.org/stable/c/08186d0c5fb64a1cc4b43e009314ee6b173ed222
https://git.kernel.org/stable/c/17c43211d45f13d1badea3942b76bf16bcc49281
https://git.kernel.org/stable/c/1a240e138071b25944ded0f5b3e357aa99fabcb7
https://git.kernel.org/stable/c/32d988f48ed287e676a29a15ac30701c35849aec
https://git.kernel.org/stable/c/6593d857ce5b5b802fb73d8091ac9c84b92c1697
https://git.kernel.org/stable/c/af7b560c88fb420099e29890aa682b8a3efc8784
https://git.kernel.org/stable/c/cc5645fddb0ce28492b15520306d092730dffa48
https://lists.debian.org/debian-lts-announce/2024/10/msg00003.html