CVE-2022-50501
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-10-04

Last updated on: 2025-10-06

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: media: coda: Add check for dcoda_iram_alloc As the coda_iram_alloc may return NULL pointer, it should be better to check the return value in order to avoid NULL poineter dereference, same as the others.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-04
Last Modified
2025-10-06
Generated
2026-05-07
AI Q&A
2025-10-04
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux kernel *
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 in the Linux kernel's media coda component. It occurs because the function coda_iram_alloc may return a NULL pointer, and the code did not properly check for this NULL return value before using it. This can lead to a NULL pointer dereference, which is a type of error where the system tries to access memory through a NULL pointer, potentially causing a crash or other unintended behavior. The fix involves adding a check for the NULL pointer return value to prevent this issue.


How can this vulnerability impact me? :

If exploited, this vulnerability can cause the Linux kernel to dereference a NULL pointer, which may lead to a system crash or instability. This could result in denial of service or unexpected behavior in systems using the affected media coda component.


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