Executive Summary

Informations
Name CVE-2024-46852 First vendor Publication 2024-09-27
Vendor Cve Last vendor Modification 2024-10-17

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:

dma-buf: heaps: Fix off-by-one in CMA heap fault handler

Until VM_DONTEXPAND was added in commit 1c1914d6e8c6 ("dma-buf: heaps: Don't track CMA dma-buf pages under RssFile") it was possible to obtain a mapping larger than the buffer size via mremap and bypass the overflow check in dma_buf_mmap_internal. When using such a mapping to attempt to fault past the end of the buffer, the CMA heap fault handler also checks the fault offset against the buffer size, but gets the boundary wrong by 1. Fix the boundary check so that we don't read off the end of the pages array and insert an arbitrary page in the mapping.

Original Source

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

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-193 Off-by-one Error

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3678

Sources (Detail)

https://git.kernel.org/stable/c/007180fcb6cc4a93211d4cc45fef3f5ccccd56ae
https://git.kernel.org/stable/c/79cce5e81d20fa9ad553be439d665ac3302d3c95
https://git.kernel.org/stable/c/84175dc5b2c932266a50c04e5ce342c30f817a2f
https://git.kernel.org/stable/c/e79050882b857c37634baedbdcf7c2047c24cbff
https://git.kernel.org/stable/c/ea5ff5d351b520524019f7ff7f9ce418de2dad87
https://git.kernel.org/stable/c/eb7fc8b65cea22f9038c52398c8b22849e9620ea
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
Date Informations
2025-03-29 03:40:51
  • Multiple Updates
2025-03-28 13:45:12
  • Multiple Updates
2025-03-28 03:18:54
  • Multiple Updates
2025-03-19 03:14:13
  • Multiple Updates
2025-03-18 03:27:10
  • Multiple Updates
2025-03-14 03:14:26
  • Multiple Updates
2025-03-06 14:10:59
  • Multiple Updates
2025-02-22 03:24:33
  • Multiple Updates
2025-01-08 03:05:33
  • Multiple Updates
2025-01-07 03:05:06
  • Multiple Updates
2024-12-25 03:03:43
  • Multiple Updates
2024-12-12 03:06:40
  • Multiple Updates
2024-11-23 03:03:36
  • Multiple Updates
2024-11-22 03:01:45
  • Multiple Updates
2024-11-20 03:00:04
  • Multiple Updates
2024-11-14 03:00:23
  • Multiple Updates
2024-11-09 03:00:23
  • Multiple Updates
2024-10-26 00:29:01
  • Multiple Updates
2024-10-25 21:29:55
  • Multiple Updates
2024-10-25 00:29:04
  • Multiple Updates
2024-10-24 17:28:10
  • Multiple Updates
2024-10-22 21:28:12
  • Multiple Updates
2024-10-17 21:27:36
  • Multiple Updates
2024-10-02 17:27:29
  • Multiple Updates
2024-09-30 17:27:26
  • Multiple Updates
2024-09-27 17:27:23
  • First insertion