Executive Summary

Informations
Name CVE-2024-27392 First vendor Publication 2024-05-01
Vendor Cve Last vendor Modification 2024-12-26

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:

nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()

When nvme_identify_ns() fails, it frees the pointer to the struct nvme_id_ns before it returns. However, ns_update_nuse() calls kfree() for the pointer even when nvme_identify_ns() fails. This results in KASAN double-free, which was observed with blktests nvme/045 with proposed patches [1] on the kernel v6.8-rc7. Fix the double-free by skipping kfree() when nvme_identify_ns() fails.

Original Source

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

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-415 Double Free

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3658

Sources (Detail)

https://git.kernel.org/stable/c/534f9dc7fe495b3f9cc84363898ac50c5a25fccb
https://git.kernel.org/stable/c/8d0d2447394b13fb22a069f0330f9c49b7fff9d3
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
Date Informations
2025-05-27 02:37:33
  • Multiple Updates
2025-03-29 03:35:56
  • Multiple Updates
2025-03-28 13:41:55
  • Multiple Updates
2025-03-28 03:14:56
  • Multiple Updates
2025-03-19 03:10:27
  • Multiple Updates
2025-03-18 03:23:08
  • Multiple Updates
2025-03-14 03:10:42
  • Multiple Updates
2025-03-06 14:06:57
  • Multiple Updates
2025-02-22 03:20:32
  • Multiple Updates
2025-01-08 03:02:22
  • Multiple Updates
2025-01-07 03:01:56
  • Multiple Updates
2024-12-27 00:21:00
  • Multiple Updates
2024-11-25 09:25:51
  • Multiple Updates
2024-05-02 00:27:25
  • Multiple Updates
2024-05-01 17:27:27
  • First insertion