CVE-2023-53514
Last modified
CVE-2023-53514 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix memory leak of device names The device names allocated by dev_set_name() need be freed before module unloading, but they can not be freed because the kobject's refcount which was set in device_initialize() has not be decreased to 0. As comment of device_add() says, if it fails, use only put_device() drop the refcount, then the name will be freed in kobejct_cleanup(). device_del() and put_device() can be replaced with device_unregister(), so call it to unregister the added successfully devices, and just call put_device() to the not added device. Add a release() function to device to avoid null release() function WARNING in device_release(), it's empty, because the context devices are freed together in host1x_memory_context_list_free().. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix memory leak of device names The device names allocated by dev_set_name() need be freed before module unloading, but they can not be freed because the kobject's refcount which was set in device_initialize() has not be decreased to 0. As comment of device_add() says, if it fails, use only put_device() drop the refcount, then the name will be freed in kobejct_cleanup(). device_del() and put_device() can be replaced with device_unregister(), so call it to unregister the added successfully devices, and just call put_device() to the not added device. Add a release() function to device to avoid null release() function WARNING in device_release(), it's empty, because the context devices are freed together in host1x_memory_context_list_free().
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 | >= 6.0, < 6.1.28 |
| Linux | Linux Kernel | >= 6.2, < 6.2.15 |
| Linux | Linux Kernel | >= 6.3, < 6.3.2 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2023-53514?
How severe is CVE-2023-53514?
How do I fix CVE-2023-53514?
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 2023
- CVE-2023-53509In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5351Cross-site Scripting (XSS) - Stored in GitHub repository sal…5.4
- CVE-2023-53510In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53511In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53512In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53513In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53515In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53516In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53517In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53518In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53519In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5352The Awesome Support WordPress plugin before 6.1.5 does not c…4.3
Are you affected by CVE-2023-53514?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
