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-06-16
AI Q&A
2025-10-04
EPSS Evaluated
2026-06-15
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 Quick Actions
Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2022-50501. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart