Executive Summary
Informations | |||
---|---|---|---|
Name | CVE-2024-53096 | First vendor Publication | 2024-11-25 |
Vendor | Cve | Last vendor Modification | 2025-01-07 |
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: mm: resolve faulty mmap_region() error path behaviour The mmap_region() function is somewhat terrifying, with spaghetti-like control flow and numerous means by which issues can arise and incomplete state, memory leaks and other unpleasantness can occur. A large amount of the complexity arises from trying to handle errors late in the process of mapping a VMA, which forms the basis of recently observed issues with resource leaks and observable inconsistent state. Taking advantage of previous patches in this series we move a number of checks earlier in the code, simplifying things by moving the core of the logic into a static internal function __mmap_region(). Doing this allows us to perform a number of checks up front before we do any real work, and allows us to unwind the writable unmap check unconditionally as required and to perform a CONFIG_DEBUG_VM_MAPLE_TREE validation unconditionally also. We move a number of things here: 1. We preallocate memory for the iterator before we call the file-backed 2. The enclosing mmap_region() function handles the mapping_map_writable() We now do this unconditionally if this is a file-backed, shared writable We perform a debug assert to ensure a driver does not attempt to do the 3. We also move arch_validate_flags() up into the mmap_region() With all of these measures in place, we no longer need to explicitly close the VMA on error paths, as we place all checks which might fail prior to a call to any driver mmap hook. This eliminates an entire class of errors, makes the code easier to reason about and more robust. |
Original Source
Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-53096 |
CPE : Common Platform Enumeration
Sources (Detail)
Alert History
Date | Informations |
---|---|
2025-03-29 03:43:37 |
|
2025-03-28 13:47:05 |
|
2025-03-28 03:21:23 |
|
2025-03-19 03:16:25 |
|
2025-03-18 03:29:24 |
|
2025-03-14 03:16:35 |
|
2025-03-06 14:13:07 |
|
2025-02-22 03:26:39 |
|
2025-01-08 00:21:02 |
|
2025-01-07 21:20:53 |
|
2025-01-07 03:07:05 |
|
2024-12-24 21:20:38 |
|
2024-12-18 13:20:45 |
|
2024-12-15 00:20:33 |
|
2024-12-02 13:20:33 |
|
2024-11-26 03:12:19 |
|