CVE-2023-54143
Last modified
CVE-2023-54143 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: fix resource leaks in vdec_msg_queue_init() If we encounter any error in the vdec_msg_queue_init() then we need to set "msg_queue->wdma_addr.size = 0;". Normally, this is done inside the vdec_msg_queue_deinit() function. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: fix resource leaks in vdec_msg_queue_init() If we encounter any error in the vdec_msg_queue_init() then we need to set "msg_queue->wdma_addr.size = 0;". Normally, this is done inside the vdec_msg_queue_deinit() function. However, if the first call to allocate &msg_queue->wdma_addr fails, then the vdec_msg_queue_deinit() function is a no-op. For that situation, just set the size to zero explicitly and return. There were two other error paths which did not clean up before returning. Change those error paths to goto mem_alloc_err.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b199fe46f35c57a415acd4d5295b0f4e35048c11, < 858322c409e0aba8f70810d23f35c482744f007c; >= b199fe46f35c57a415acd4d5295b0f4e35048c11, < b7dbc27301f560c3b915235c53383155b3512083; >= b199fe46f35c57a415acd4d5295b0f4e35048c11, < 451dc187cadd47771e5d9434fe220fad7be84057; >= b199fe46f35c57a415acd4d5295b0f4e35048c11, < cf10b0bb503c974ba049d6f888b21178be20a962 |
| Linux | Linux | 5.18 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54143?
How severe is CVE-2023-54143?
How do I fix CVE-2023-54143?
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-54138In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54139In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-5414The Icegram Express plugin for WordPress is vulnerable to Di…7.2
- CVE-2023-54140In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54141In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54142In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54144In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54145In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54146In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54147In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54148In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54149In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2023-54143?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
