CVE-2024-38611
Last modified
CVE-2024-38611 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: media: i2c: et8ek8: Don't strip remove function when driver is builtin Using __exit for the remove function results in the remove callback being discarded with CONFIG_VIDEO_ET8EK8=y. When such a device gets unbound (e.g. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: media: i2c: et8ek8: Don't strip remove function when driver is builtin Using __exit for the remove function results in the remove callback being discarded with CONFIG_VIDEO_ET8EK8=y. When such a device gets unbound (e.g. using sysfs or hotplug), the driver is just removed without the cleanup being performed. This results in resource leaks. Fix it by compiling in the remove callback unconditionally. This also fixes a W=1 modpost warning: WARNING: modpost: drivers/media/i2c/et8ek8/et8ek8: section mismatch in reference: et8ek8_i2c_driver+0x10 (section: .data) -> et8ek8_remove (section: .exit.text)
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 |
|---|---|---|
| Linux | Linux Kernel | >= 4.11, < 5.10.236 |
| Linux | Linux Kernel | >= 5.11, < 5.15.180 |
| Linux | Linux Kernel | >= 5.16, < 6.1.133 |
| Linux | Linux Kernel | >= 6.2, < 6.6.33 |
| Linux | Linux Kernel | >= 6.7, < 6.8.12 |
| Linux | Linux Kernel | >= 6.9, < 6.9.3 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-38611?
How severe is CVE-2024-38611?
How do I fix CVE-2024-38611?
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-38606In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-38607In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-38608In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-38609In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-3861If an AlignedBuffer were assigned to itself, the subsequent …4
- CVE-2024-38610In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-38612In the Linux kernel, the following vulnerability has been re…7
- CVE-2024-38613In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-38614In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-38615In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-38616In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2024-38617In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-38611?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
