CVE-2022-50509
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2022-50509, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-10-07

Last updated on: 2026-03-17

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: media: coda: Add check for kmalloc As the kmalloc 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-07
Last Modified
2026-03-17
Generated
2026-07-06
AI Q&A
2025-10-07
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel From 4.10 (inc) to 4.14.303 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-476 The product dereferences a pointer that it expects to be valid but is NULL.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is related to the Linux kernel's media subsystem, specifically the coda component. The issue arises because the function kmalloc, which allocates memory, may return a NULL pointer if the allocation fails. The vulnerability exists because the code did not check if kmalloc returned NULL before using the pointer, which can lead to a NULL pointer dereference and potentially cause a system crash or instability. The fix involved adding a check for the kmalloc return value to prevent this.

Impact Analysis

If exploited or triggered, this vulnerability can cause a NULL pointer dereference in the Linux kernel, leading to a system crash or kernel panic. This can result in denial of service, making the system unstable or unavailable until rebooted or fixed.

Mitigation Strategies

To mitigate this vulnerability, update the Linux kernel to a version where the 'media: coda' component includes the check for kmalloc's return value to avoid NULL pointer dereference. Applying the latest kernel patches or updates that address this issue is recommended.

Chat Assistant

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

EPSS Chart