Executive Summary

Informations
Name CVE-2024-46744 First vendor Publication 2024-09-18
Vendor Cve Last vendor Modification 2024-09-30

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:

Squashfs: sanity check symbolic link size

Syzkiller reports a "KMSAN: uninit-value in pick_link" bug.

This is caused by an uninitialised page, which is ultimately caused by a corrupted symbolic link size read from disk.

The reason why the corrupted symlink size causes an uninitialised page is due to the following sequence of events:

1. squashfs_read_inode() is called to read the symbolic
link from disk. This assigns the corrupted value
3875536935 to inode->i_size.

2. Later squashfs_symlink_read_folio() is called, which assigns
this corrupted value to the length variable, which being a
signed int, overflows producing a negative number.

3. The following loop that fills in the page contents checks that
the copied bytes is less than length, which being negative means
the loop is skipped, producing an uninitialised page.

This patch adds a sanity check which checks that the symbolic link size is not larger than expected.

--

V2: fix spelling mistake.

Original Source

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

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-59 Improper Link Resolution Before File Access ('Link Following')

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3650

Sources (Detail)

https://git.kernel.org/stable/c/087f25b2d36adae19951114ffcbb7106ed405ebb
https://git.kernel.org/stable/c/1b9451ba6f21478a75288ea3e3fca4be35e2a438
https://git.kernel.org/stable/c/5c8906de98d0d7ad42ff3edf2cb6cd7e0ea658c4
https://git.kernel.org/stable/c/810ee43d9cd245d138a2733d87a24858a23f577d
https://git.kernel.org/stable/c/c3af7e460a526007e4bed1ce3623274a1a6afe5e
https://git.kernel.org/stable/c/ef4e249971eb77ec33d74c5c3de1e2576faf6c90
https://git.kernel.org/stable/c/f82cb7f24032ed023fc67d26ea9bf322d8431a90
https://git.kernel.org/stable/c/fac5e82ab1334fc8ed6ff7183702df634bd1d93d
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
Date Informations
2025-01-08 03:05:18
  • Multiple Updates
2025-01-07 03:04:50
  • Multiple Updates
2024-12-25 03:03:28
  • Multiple Updates
2024-12-12 03:06:25
  • Multiple Updates
2024-11-23 03:03:24
  • Multiple Updates
2024-11-22 03:01:34
  • Multiple Updates
2024-11-20 02:59:54
  • Multiple Updates
2024-11-14 03:00:13
  • Multiple Updates
2024-11-09 03:00:13
  • Multiple Updates
2024-10-26 02:57:35
  • Multiple Updates
2024-10-25 02:59:28
  • Multiple Updates
2024-10-23 02:58:39
  • Multiple Updates
2024-10-02 17:27:40
  • Multiple Updates
2024-10-02 00:27:51
  • Multiple Updates
2024-09-30 17:27:36
  • Multiple Updates
2024-09-20 17:27:28
  • Multiple Updates
2024-09-18 13:27:29
  • First insertion