Executive Summary

Informations
Name CVE-2024-57881 First vendor Publication 2025-01-11
Vendor Cve Last vendor Modification 2025-01-16

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:

mm/page_alloc: don't call pfn_to_page() on possibly non-existent PFN in split_large_buddy()

In split_large_buddy(), we might call pfn_to_page() on a PFN that might not exist. In corner cases, such as when freeing the highest pageblock in the last memory section, this could result with CONFIG_SPARSEMEM && !CONFIG_SPARSEMEM_EXTREME in __pfn_to_section() returning NULL and and __section_mem_map_addr() dereferencing that NULL pointer.

Let's fix it, and avoid doing a pfn_to_page() call for the first iteration, where we already have the page.

So far this was found by code inspection, but let's just CC stable as the fix is easy.

Original Source

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

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-476 NULL Pointer Dereference

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3705

Sources (Detail)

https://git.kernel.org/stable/c/4234ca9884bcae9e48ed38652d91696ad5cd591d
https://git.kernel.org/stable/c/faeec8e23c10bd30e8aa759a2eb3018dae00f924
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-06-26 02:38:51
  • Multiple Updates
2025-06-25 12:36:53
  • Multiple Updates
2025-06-24 02:43:27
  • Multiple Updates
2025-05-27 02:48:55
  • Multiple Updates
2025-03-29 03:44:46
  • Multiple Updates
2025-03-28 13:48:01
  • Multiple Updates
2025-03-28 03:22:36
  • Multiple Updates
2025-03-25 03:28:32
  • Multiple Updates
2025-03-19 03:17:22
  • Multiple Updates
2025-03-18 03:30:21
  • Multiple Updates
2025-03-14 03:17:28
  • Multiple Updates
2025-03-06 14:14:02
  • Multiple Updates
2025-02-22 03:27:33
  • Multiple Updates
2025-01-16 21:20:32
  • Multiple Updates
2025-01-11 21:20:27
  • First insertion