Loading HuntDB...

CVE-2024-53141

UNKNOWN
Published 2024-12-06T09:37:02.009Z
Actions:

Expert Analysis

Professional remediation guidance

Get tailored security recommendations from our analyst team for CVE-2024-53141. We'll provide specific mitigation strategies based on your environment and risk profile.

No CVSS data available

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.

Available Exploits

No exploits available for this CVE.

Related News

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 The post CVE-2024-53141: Linux Kernel Flaw Enables Privilege Escalation, PoC Releases appeared first on Daily CyberSecurity.

SecurityOnline.info 2025-04-18 00:52

Affected Products

GitHub Security Advisories

Community-driven vulnerability intelligence from GitHub

⚠ Unreviewed HIGH

GHSA-9567-2gw8-p4p5

Advisory Details

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.

CVSS Scoring

CVSS Score

7.5

CVSS Vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Advisory provided by GitHub Security Advisory Database. Published: December 6, 2024, Modified: December 14, 2024

Social Media Intelligence

Real-time discussions and threat intelligence from social platforms

4 posts
Reddit 5 days, 2 hours ago
SSDisclosure

How a local privilege escalation in the Linux kernel’s netfilter ipset (CVE-2024-53141), caused by a missing range check, can be exploited to bypass KASLR and gain root access

Reddit 1 week, 2 days ago
crstux
Exploit

🔥 Top 10 Trending CVEs (14/08/2025) Here’s a quick breakdown of the 10 most interesting vulnerabilities trending today: **1. [CVE-2025-53773](https://nvd.nist.gov/vuln/detail/CVE-2025-53773)** - 📝 GitHub Copilot and Visual Studio Remote Code Execution Vulnerability - 📅 **Published:** 12/08/2025 - 📈 **CVSS:** 7.8 - 🧭 **Vector:** CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C - 📣 **Mentions:** 10 - ⚠️ **Priority:** …

1
1.0
View Original High Risk
Reddit 1 week, 3 days ago
crstux
Exploit

🔥 Top 10 Trending CVEs (13/08/2025) Here’s a quick breakdown of the 10 most interesting vulnerabilities trending today: **1. [CVE-2024-53141](https://nvd.nist.gov/vuln/detail/CVE-2024-53141)** - 📝 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 …

2
2.0
View Original High Risk
Reddit 1 week, 4 days ago
crstux
Exploit

🔥 Top 10 Trending CVEs (12/08/2025) Here’s a quick breakdown of the 10 most interesting vulnerabilities trending today: **1. [CVE-2025-32724](https://nvd.nist.gov/vuln/detail/CVE-2025-32724)** - 📝 Local Security Authority Subsystem Service (LSASS) Denial of Service Vulnerability - 📅 **Published:** 10/06/2025 - 📈 **CVSS:** 7.5 - 🧭 **Vector:** CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C - 📣 **Mentions:** 4 - ⚠️ …

1
1.0
View Original High Risk

References

Published: 2024-12-06T09:37:02.009Z
Last Modified: 2025-05-04T09:54:04.856Z
Copied to clipboard!