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. 14, 2024, 9:15 p.m.

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67

Remotely Exploitable :

No

Impact Score :

5.9

Exploitability Score :

1.8
Public PoC/Exploit Available at Github

CVE-2024-53141 has a 1 public PoC/Exploit available at Github. Go to the Public Exploits tab to see the list.

Affected Products

The following products are affected by CVE-2024-53141 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel

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).

A collection of links related to Linux kernel security and exploitation

linux-kernel kernel-exploitation exploit privilege-escalation security

Updated: 5 days, 23 hours ago
5881 stars 937 fork 937 watcher
Born at : Nov. 13, 2016, 10:21 p.m. This repo has been linked 280 different CVEs too.

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.

  • Cyber Security News
Linux Kernel Vulnerability Let Attackers Escalate Privilege – PoC Released

A newly discovered vulnerability, CVE-2024-53141, in the Linux kernel’s IP sets framework has exposed a critical security flaw that allows local attackers to escalate privileges and potentially gain r ... Read more

Published Date: Apr 18, 2025 (1 day, 1 hour ago)
  • Daily CyberSecurity
Critical CVE-2025-32433 PoC Released: Erlang/OTP SSH Vulnerability Enables RCE

An anonymous security researcher has published proof-of-concept code for CVE-2025-32433, a critical vulnerability in the Erlang/OTP SSH application. The flaw enables unauthenticated remote code execut ... Read more

Published Date: Apr 18, 2025 (1 day, 11 hours ago)
  • Daily CyberSecurity
CVE-2024-53141: Linux Kernel Flaw Enables Privilege Escalation, PoC Releases

Security researcher published the technical details and a proof-of-concept exploit for a vulnerability in Linux kernel—CVE-2024-53141, having a CVSS score of 7.8 for a serious out-of-bounds (OOB) acce ... Read more

Published Date: Apr 18, 2025 (1 day, 12 hours ago)

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.

  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Dec. 14, 2024

    Action Type Old Value New Value
    Added Reference https://git.kernel.org/stable/c/2e151b8ca31607d14fddc4ad0f14da0893e1a7c7
    Added Reference https://git.kernel.org/stable/c/78b0f2028f1043227a8eb0c41944027fc6a04596
    Added Reference https://git.kernel.org/stable/c/7ffef5e5d5eeecd9687204a5ec2d863752aafb7e
    Added Reference https://git.kernel.org/stable/c/e67471437ae9083fa73fa67eee1573fec1b7c8cf
  • 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
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.
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.

CVSS31 - Vulnerability Scoring System
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability