CVE-2024-26653
Last modified
CVE-2024-26653 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: usb: misc: ljca: Fix double free in error handling path When auxiliary_device_add() returns error and then calls auxiliary_device_uninit(), callback function ljca_auxdev_release calls kfree(auxdev->dev.platform_data) to free the parameter data of the function ljca_new_client_device. The callers of ljca_new_client_device shouldn't call kfree() again in the error handling path to free the platform data. Fix this by cleaning up the redundant kfree() in all callers and adding kfree() the passed in platform_data on errors which happen before auxiliary_device_init() succeeds .. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: usb: misc: ljca: Fix double free in error handling path When auxiliary_device_add() returns error and then calls auxiliary_device_uninit(), callback function ljca_auxdev_release calls kfree(auxdev->dev.platform_data) to free the parameter data of the function ljca_new_client_device. The callers of ljca_new_client_device shouldn't call kfree() again in the error handling path to free the platform data. Fix this by cleaning up the redundant kfree() in all callers and adding kfree() the passed in platform_data on errors which happen before auxiliary_device_init() succeeds .
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.7, < 6.7.12 | — |
| Linux | Linux Kernel | >= 6.8, < 6.8.3 | — |
| Linux | Linux Kernel | 6.9 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-26653?
How severe is CVE-2024-26653?
How do I fix CVE-2024-26653?
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-26648In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26649In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-2665The Premium Addons for Elementor plugin for WordPress is vul…6.4
- CVE-2024-26650Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-26651In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26652In the Linux kernel, the following vulnerability has been re…4.1
- CVE-2024-26654In the Linux kernel, the following vulnerability has been re…7
- CVE-2024-26655In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26656In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26657In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26658In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26659In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-26653?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
