CVE-2024-45029
Last modified
CVE-2024-45029 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: Do not mark ACPI devices as irq safe On ACPI machines, the tegra i2c module encounters an issue due to a mutex being called inside a spinlock. This leads to the following bug: BUG: sleeping function called from invalid context at kernel/locking/mutex.c:585 ... Call trace: __might_sleep __mutex_lock_common mutex_lock_nested acpi_subsys_runtime_resume rpm_resume tegra_i2c_xfer The problem arises because during __pm_runtime_resume(), the spinlock &dev->power.lock is acquired before rpm_resume() is called. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: Do not mark ACPI devices as irq safe On ACPI machines, the tegra i2c module encounters an issue due to a mutex being called inside a spinlock. This leads to the following bug: BUG: sleeping function called from invalid context at kernel/locking/mutex.c:585 ... Call trace: __might_sleep __mutex_lock_common mutex_lock_nested acpi_subsys_runtime_resume rpm_resume tegra_i2c_xfer The problem arises because during __pm_runtime_resume(), the spinlock &dev->power.lock is acquired before rpm_resume() is called. Later, rpm_resume() invokes acpi_subsys_runtime_resume(), which relies on mutexes, triggering the error. To address this issue, devices on ACPI are now marked as not IRQ-safe, considering the dependency of acpi_subsys_runtime_resume() on mutexes.
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 | >= 5.17, < 6.1.107 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.48 | — |
| Linux | Linux Kernel | >= 6.7, < 6.10.7 | — |
| Linux | Linux Kernel | 6.11 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-45029?
How severe is CVE-2024-45029?
How do I fix CVE-2024-45029?
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-45023In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-45024In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45025In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45026In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-45027In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45028In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4503A vulnerability classified as critical was found in Ruijie R…7.2
- CVE-2024-45030In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45031When editing objects in the Syncope Console, incomplete HTML…6.1
- CVE-2024-45032A vulnerability has been identified in Industrial Edge Manag…10
- CVE-2024-45033Insufficient Session Expiration vulnerability in Apache Airf…8.1
- CVE-2024-45034Apache Airflow versions before 2.10.1 have a vulnerability t…8.8
Are you affected by CVE-2024-45029?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
