Executive Summary

Informations
Name CVE-2024-44966 First vendor Publication 2024-09-04
Vendor Cve Last vendor Modification 2024-10-04

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:

binfmt_flat: Fix corruption when not offsetting data start

Commit 04d82a6d0881 ("binfmt_flat: allow not offsetting data start") introduced a RISC-V specific variant of the FLAT format which does not allocate any space for the (obsolete) array of shared library pointers. However, it did not disable the code which initializes the array, resulting in the corruption of sizeof(long) bytes before the DATA segment, generally the end of the TEXT segment.

Introduce MAX_SHARED_LIBS_UPDATE which depends on the state of CONFIG_BINFMT_FLAT_NO_DATA_START_OFFSET to guard the initialization of the shared library pointer region so that it will only be initialized if space is reserved for it.

Original Source

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

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3628

Sources (Detail)

https://git.kernel.org/stable/c/3a684499261d0f7ed5ee72793025c88c2276809c
https://git.kernel.org/stable/c/3eb3cd5992f7a0c37edc8d05b4c38c98758d8671
https://git.kernel.org/stable/c/49df34d2b7da9e57c839555a2f7877291ce45ad1
https://git.kernel.org/stable/c/9350ba06ee61db392c486716ac68ecc20e030f7c
https://git.kernel.org/stable/c/af65d5383854cc3f172a7d0843b628758bf462c8
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
Date Informations
2024-11-23 03:03:01
  • Multiple Updates
2024-11-22 03:01:11
  • Multiple Updates
2024-11-20 02:59:31
  • Multiple Updates
2024-11-14 02:59:50
  • Multiple Updates
2024-11-09 02:59:50
  • Multiple Updates
2024-10-26 02:57:13
  • Multiple Updates
2024-10-25 02:59:05
  • Multiple Updates
2024-10-23 02:58:17
  • Multiple Updates
2024-10-04 21:28:00
  • Multiple Updates
2024-09-05 17:27:25
  • Multiple Updates
2024-09-05 00:27:26
  • First insertion