CVE-2024-53141
Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: add missing range check in bitmap_ip_uadt When tb[IPSET_ATTR_IP_TO] is not present but tb[IPSET_ATTR_CIDR] exists, the values of ip and ip_to are slightly swapped. Therefore, the range check for ip should be done later, but this part is missing and it seems that the vulnerability occurs. So we should add missing range checks and remove unnecessary range checks.
INFO
Published Date :
Dec. 6, 2024, 10:15 a.m.
Last Modified :
Dec. 10, 2024, 7:25 p.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
5.9
Exploitability Score :
1.8
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-53141
.
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-53141
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-53141
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.
-
Initial Analysis by [email protected]
Dec. 10, 2024
Action Type Old Value New Value Added CVSS V3.1 NIST AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H Added CWE NIST NVD-CWE-noinfo Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 2.6.39 up to (excluding) 4.19.325 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.20 up to (excluding) 6.6.64 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.11.11 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.12 up to (excluding) 6.12.2 Changed Reference Type https://git.kernel.org/stable/c/15794835378ed56fb9bacc6a5dd3b9f33520604e No Types Assigned https://git.kernel.org/stable/c/15794835378ed56fb9bacc6a5dd3b9f33520604e Patch Changed Reference Type https://git.kernel.org/stable/c/35f56c554eb1b56b77b3cf197a6b00922d49033d No Types Assigned https://git.kernel.org/stable/c/35f56c554eb1b56b77b3cf197a6b00922d49033d Patch Changed Reference Type https://git.kernel.org/stable/c/3c20b5948f119ae61ee35ad8584d666020c91581 No Types Assigned https://git.kernel.org/stable/c/3c20b5948f119ae61ee35ad8584d666020c91581 Patch Changed Reference Type https://git.kernel.org/stable/c/591efa494a1cf649f50a35def649c43ae984cd03 No Types Assigned https://git.kernel.org/stable/c/591efa494a1cf649f50a35def649c43ae984cd03 Patch Changed Reference Type https://git.kernel.org/stable/c/856023ef032d824309abd5c747241dffa33aae8c No Types Assigned https://git.kernel.org/stable/c/856023ef032d824309abd5c747241dffa33aae8c Patch -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Dec. 09, 2024
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/856023ef032d824309abd5c747241dffa33aae8c -
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Dec. 06, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: add missing range check in bitmap_ip_uadt When tb[IPSET_ATTR_IP_TO] is not present but tb[IPSET_ATTR_CIDR] exists, the values of ip and ip_to are slightly swapped. Therefore, the range check for ip should be done later, but this part is missing and it seems that the vulnerability occurs. So we should add missing range checks and remove unnecessary range checks. Added Reference https://git.kernel.org/stable/c/15794835378ed56fb9bacc6a5dd3b9f33520604e Added Reference https://git.kernel.org/stable/c/35f56c554eb1b56b77b3cf197a6b00922d49033d Added Reference https://git.kernel.org/stable/c/3c20b5948f119ae61ee35ad8584d666020c91581 Added Reference https://git.kernel.org/stable/c/591efa494a1cf649f50a35def649c43ae984cd03
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-53141
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-53141
weaknesses.