Executive Summary

Informations
Name CVE-2024-56710 First vendor Publication 2024-12-29
Vendor Cve Last vendor Modification 2025-04-17

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Overall CVSS Score 5.5
Base Score 5.5 Environmental Score 5.5
impact SubScore 3.6 Temporal Score 5.5
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact None
Integrity Impact None 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:

ceph: fix memory leak in ceph_direct_read_write()

The bvecs array which is allocated in iter_get_bvecs_alloc() is leaked and pages remain pinned if ceph_alloc_sparse_ext_map() fails.

There is no need to delay the allocation of sparse_ext map until after the bvecs array is set up, so fix this by moving sparse_ext allocation a bit earlier. Also, make a similar adjustment in __ceph_sync_read() for consistency (a leak of the same kind in __ceph_sync_read() has been addressed differently).

Original Source

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

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-401 Failure to Release Memory Before Removing Last Reference ('Memory Leak')

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3705

Sources (Detail)

https://git.kernel.org/stable/c/44e518abbb498075ae85c7d1d1a503a6bb05ea2d
https://git.kernel.org/stable/c/66e0c4f91461d17d48071695271c824620bed4ef
https://git.kernel.org/stable/c/eb9041837123f31d5897e99bb761f46cb4ce5859
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
Date Informations
2025-06-26 02:38:34
  • Multiple Updates
2025-06-25 12:36:38
  • Multiple Updates
2025-06-24 02:43:11
  • Multiple Updates
2025-05-27 02:48:36
  • Multiple Updates
2025-03-29 03:44:31
  • Multiple Updates
2025-03-28 13:47:46
  • Multiple Updates
2025-03-28 03:22:19
  • Multiple Updates
2025-03-25 03:28:23
  • Multiple Updates
2025-03-19 03:17:08
  • Multiple Updates
2025-03-18 03:30:07
  • Multiple Updates
2025-03-14 03:17:15
  • Multiple Updates
2025-03-06 14:13:47
  • Multiple Updates
2025-02-22 03:27:19
  • Multiple Updates
2025-01-08 00:20:53
  • Multiple Updates
2025-01-07 03:08:08
  • Multiple Updates
2025-01-07 00:20:35
  • Multiple Updates
2025-01-06 21:20:38
  • Multiple Updates
2025-01-02 17:20:29
  • Multiple Updates
2024-12-29 13:20:28
  • First insertion