CVE-2023-53748
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-12-08

Last updated on: 2025-12-08

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queue_setup variable *nplanes is provided by user via system call argument. The possible value of q_data->fmt->num_planes is 1-3, while the value of *nplanes can be 1-8. The array access by index i can cause array out-of-bounds. Fix this bug by checking *nplanes against the array size.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-08
Last Modified
2025-12-08
Generated
2026-05-07
AI Q&A
2025-12-08
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
mediatek vcodec *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a potential array out-of-bounds issue in the MediaTek video codec driver in the Linux kernel. It occurs because a variable representing the number of planes (*nplanes) is provided by the user and can have a value between 1 and 8, while the expected number of planes in the format is between 1 and 3. This mismatch can cause the code to access an array beyond its valid range, leading to undefined behavior or crashes. The issue was fixed by adding a check to ensure *nplanes does not exceed the array size.


How can this vulnerability impact me? :

This vulnerability can lead to out-of-bounds memory access in the Linux kernel's MediaTek video codec driver, which may cause system instability, crashes, or potentially allow an attacker to execute arbitrary code or escalate privileges if exploited. The impact depends on whether the vulnerable driver is used and if an attacker can supply crafted input to trigger the issue.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart