CVE-2024-54683
Last modified
CVE-2024-54683 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: netfilter: IDLETIMER: Fix for possible ABBA deadlock Deletion of the last rule referencing a given idletimer may happen at the same time as a read of its file in sysfs: | ====================================================== | WARNING: possible circular locking dependency detected | 6.12.0-rc7-01692-g5e9a28f41134-dirty #594 Not tainted | ------------------------------------------------------ | iptables/3303 is trying to acquire lock: | ffff8881057e04b8 (kn->active#48){++++}-{0:0}, at: __kernfs_remove+0x20 | | but task is already holding lock: | ffffffffa0249068 (list_mutex){+.+.}-{3:3}, at: idletimer_tg_destroy_v] | | which lock already depends on the new lock. A simple reproducer is: | #!/bin/bash | | while true; do | iptables -A INPUT -i foo -j IDLETIMER --timeout 10 --label "testme" | iptables -D INPUT -i foo -j IDLETIMER --timeout 10 --label "testme" | done & | while true; do | cat /sys/class/xt_idletimer/timers/testme >/dev/null | done Avoid this by freeing list_mutex right after deleting the element from the list, then continuing with the teardown.. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: IDLETIMER: Fix for possible ABBA deadlock Deletion of the last rule referencing a given idletimer may happen at the same time as a read of its file in sysfs: | ====================================================== | WARNING: possible circular locking dependency detected | 6.12.0-rc7-01692-g5e9a28f41134-dirty #594 Not tainted | ------------------------------------------------------ | iptables/3303 is trying to acquire lock: | ffff8881057e04b8 (kn->active#48){++++}-{0:0}, at: __kernfs_remove+0x20 | | but task is already holding lock: | ffffffffa0249068 (list_mutex){+.+.}-{3:3}, at: idletimer_tg_destroy_v] | | which lock already depends on the new lock. A simple reproducer is: | #!/bin/bash | | while true; do | iptables -A INPUT -i foo -j IDLETIMER --timeout 10 --label "testme" | iptables -D INPUT -i foo -j IDLETIMER --timeout 10 --label "testme" | done & | while true; do | cat /sys/class/xt_idletimer/timers/testme >/dev/null | done Avoid this by freeing list_mutex right after deleting the element from the list, then continuing with the teardown.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 2.6.36, < 6.6.67 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.6 | — |
| Linux | Linux Kernel | 6.13 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-54683?
How severe is CVE-2024-54683?
How do I fix CVE-2024-54683?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-54678A vulnerability has been identified in SIMATIC PCS neo V4.1 …8.6
- CVE-2024-54679CyberPanel (aka Cyber Panel) before 6778ad1 does not require…6.5
- CVE-2024-5468The WordPress Header Builder Plugin – Pearl plugin for WordP…6.5
- CVE-2024-54680Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-54681Multiple bash files were present in the application's privat…3.5
- CVE-2024-54682Mattermost versions 10.1.x <= 10.1.2, 10.0.x <= 10.0.2, 9.11…4.9
- CVE-2024-54687Vtiger CRM v.6.1 and before is vulnerable to Cross Site Scri…6.1
- CVE-2024-5469DoS in KAS in GitLab CE/EE affecting all versions from 16.10…4.3
- CVE-2024-5470An issue was discovered in GitLab CE/EE affecting all versio…2.7
- CVE-2024-5471Zohocorp ManageEngine DDI Central versions 4001 and prior we…9.8
- CVE-2024-5472The WP QuickLaTeX WordPress plugin before 3.8.7 does not san…7.1
- CVE-2024-54724PHPYun before 7.0.2 is vulnerable to code execution through …9.8
Are you affected by CVE-2024-54683?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
