Executive Summary



This Alert is flagged as TOP 25 Common Weakness Enumeration from CWE/SANS. For more information, you can read this.
Informations
Name CVE-2024-39480 First vendor Publication 2024-07-05
Vendor Cve Last vendor Modification 2024-11-21

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Overall CVSS Score 7.8
Base Score 7.8 Environmental Score 7.8
impact SubScore 5.9 Temporal Score 7.8
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact High
Integrity Impact High Availability Impact High
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

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

kdb: Fix buffer overflow during tab-complete

Currently, when the user attempts symbol completion with the Tab key, kdb will use strncpy() to insert the completed symbol into the command buffer. Unfortunately it passes the size of the source buffer rather than the destination to strncpy() with predictably horrible results. Most obviously if the command buffer is already full but cp, the cursor position, is in the middle of the buffer, then we will write past the end of the supplied buffer.

Fix this by replacing the dubious strncpy() calls with memmove()/memcpy() calls plus explicit boundary checks to make sure we have enough space before we start moving characters around.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-39480

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') (CWE/SANS Top 25)

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3668

Sources (Detail)

https://git.kernel.org/stable/c/107e825cc448b7834b31e8b1b3cf0f57426d46d5
https://git.kernel.org/stable/c/33d9c814652b971461d1e30bead6792851c209e7
https://git.kernel.org/stable/c/cfdc2fa4db57503bc6d3817240547c8ddc55fa96
https://git.kernel.org/stable/c/ddd2972d8e2dee3b33e8121669d55def59f0be8a
https://git.kernel.org/stable/c/e9730744bf3af04cda23799029342aa3cddbc454
https://git.kernel.org/stable/c/f636a40834d22e5e3fc748f060211879c056cd33
https://git.kernel.org/stable/c/f694da720dcf795dc3eb97bf76d220213f76aaa7
https://git.kernel.org/stable/c/fb824a99e148ff272a53d71d84122728b5f00992
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Date Informations
2025-06-26 02:32:31
  • Multiple Updates
2025-06-25 12:31:50
  • Multiple Updates
2025-06-24 02:37:10
  • Multiple Updates
2025-05-27 02:41:37
  • Multiple Updates
2025-03-29 03:37:54
  • Multiple Updates
2025-03-28 13:43:14
  • Multiple Updates
2025-03-28 03:16:31
  • Multiple Updates
2025-03-19 03:11:56
  • Multiple Updates
2025-03-18 03:24:48
  • Multiple Updates
2025-03-14 03:12:10
  • Multiple Updates
2025-03-06 14:08:34
  • Multiple Updates
2025-02-22 03:22:04
  • Multiple Updates
2025-01-08 03:03:25
  • Multiple Updates
2025-01-07 03:02:59
  • Multiple Updates
2024-12-25 03:01:36
  • Multiple Updates
2024-12-12 03:04:34
  • Multiple Updates
2024-11-25 09:24:16
  • Multiple Updates
2024-11-22 21:23:18
  • Multiple Updates
2024-11-21 21:22:55
  • Multiple Updates
2024-11-20 02:58:13
  • Multiple Updates
2024-11-14 02:58:31
  • Multiple Updates
2024-11-09 02:58:32
  • Multiple Updates
2024-10-26 02:55:56
  • Multiple Updates
2024-10-25 02:57:51
  • Multiple Updates
2024-10-23 02:57:03
  • Multiple Updates
2024-10-03 02:52:24
  • Multiple Updates
2024-10-02 02:50:48
  • Multiple Updates
2024-09-15 02:48:37
  • Multiple Updates
2024-09-12 02:48:10
  • Multiple Updates
2024-09-07 02:47:11
  • Multiple Updates
2024-09-06 02:46:22
  • Multiple Updates
2024-09-04 02:49:36
  • Multiple Updates
2024-08-22 00:28:01
  • Multiple Updates
2024-08-21 13:27:45
  • Multiple Updates
2024-08-02 13:56:35
  • Multiple Updates
2024-08-02 01:35:48
  • Multiple Updates
2024-07-09 00:27:31
  • Multiple Updates
2024-07-05 17:27:24
  • Multiple Updates
2024-07-05 13:27:27
  • First insertion