CVE-2023-53244
Last modified
CVE-2023-53244 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finish When the driver calls tw68_risc_buffer() to prepare the buffer, the function call dma_alloc_coherent may fail, resulting in a empty buffer buf->cpu. Later when we free the buffer or access the buffer, null ptr deref is triggered. This bug is similar to the following one: https://git.linuxtv.org/media_stage.git/commit/?id=2b064d91440b33fba5b452f2d1b31f13ae911d71. We believe the bug can be also dynamically triggered from user side. Similarly, we fix this by checking the return value of tw68_risc_buffer() and the value of buf->cpu before buffer 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: media: pci: tw68: Fix null-ptr-deref bug in buf prepare and finish When the driver calls tw68_risc_buffer() to prepare the buffer, the function call dma_alloc_coherent may fail, resulting in a empty buffer buf->cpu. Later when we free the buffer or access the buffer, null ptr deref is triggered. This bug is similar to the following one: https://git.linuxtv.org/media_stage.git/commit/?id=2b064d91440b33fba5b452f2d1b31f13ae911d71. We believe the bug can be also dynamically triggered from user side. Similarly, we fix this by checking the return value of tw68_risc_buffer() and the value of buf->cpu before buffer 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 | < 5.15.113 |
| Linux | Linux Kernel | >= 5.16, < 6.1.30 |
| Linux | Linux Kernel | >= 6.2, < 6.3.4 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-53244?
How severe is CVE-2023-53244?
How do I fix CVE-2023-53244?
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-53239In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5324A vulnerability has been found in eeroOS up to 6.16.4-11 and…6.5
- CVE-2023-53240In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53241In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53242In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53243In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53245In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53246In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53247In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53248In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53249In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5325The Woocommerce Vietnam Checkout WordPress plugin before 2.0…6.1
Are you affected by CVE-2023-53244?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
