CVE-2024-36917
Linux Kernel Block Device Overflow Vulnerability
Description
In the Linux kernel, the following vulnerability has been resolved: block: fix overflow in blk_ioctl_discard() There is no check for overflow of 'start + len' in blk_ioctl_discard(). Hung task occurs if submit an discard ioctl with the following param: start = 0x80000000000ff000, len = 0x8000000000fff000; Add the overflow validation now.
INFO
Published Date :
May 30, 2024, 4:15 p.m.
Last Modified :
Dec. 27, 2024, 1:15 p.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
Exploitability Score :
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-36917
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-36917
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-36917
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Dec. 27, 2024
Action Type Old Value New Value Removed Reference https://git.kernel.org/stable/c/0842ddd83939eb4db940b9af7d39e79722bc41aa Removed Reference https://git.kernel.org/stable/c/6c9915fa9410cbb9bd75ee283c03120046c56d3d -
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 21, 2024
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/22d24a544b0d49bbcbd61c8c0eaf77d3c9297155 Added Reference https://git.kernel.org/stable/c/507d526a98c355e6f3fb2c47aacad44a69784bee Added Reference https://git.kernel.org/stable/c/8a26198186e97ee5fc4b42fde82629cff8c75cd6 Added Reference https://git.kernel.org/stable/c/e1d38cde2b7b0fbd1c48082e7a98c37d750af59b -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Oct. 10, 2024
Action Type Old Value New Value Added Reference kernel.org https://git.kernel.org/stable/c/0842ddd83939eb4db940b9af7d39e79722bc41aa [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/6c9915fa9410cbb9bd75ee283c03120046c56d3d [No types assigned] -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
May. 30, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: block: fix overflow in blk_ioctl_discard() There is no check for overflow of 'start + len' in blk_ioctl_discard(). Hung task occurs if submit an discard ioctl with the following param: start = 0x80000000000ff000, len = 0x8000000000fff000; Add the overflow validation now. Added Reference kernel.org https://git.kernel.org/stable/c/8a26198186e97ee5fc4b42fde82629cff8c75cd6 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/e1d38cde2b7b0fbd1c48082e7a98c37d750af59b [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/507d526a98c355e6f3fb2c47aacad44a69784bee [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/22d24a544b0d49bbcbd61c8c0eaf77d3c9297155 [No types assigned]
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-36917
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-36917
weaknesses.