CVE-2026-68208
Received Received - Intake

Memory Allocation Failure in Linux Kernel VPE Driver

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

Publication date: 2026-08-10

Last updated on: 2026-08-17

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: media: ti: vpe: Fix the error code of devm_kzalloc() in vip_probe_slice() In vip_probe_slice(), the error check for devm_kzalloc() incorrectly uses PTR_ERR_OR_ZERO() which returns 0 for NULL pointer. Return -ENOMEM for devm_kzalloc() failure.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-17
Generated
2026-08-30
AI Q&A
2026-08-10
EPSS Evaluated
2026-08-29
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux 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 is a Linux kernel vulnerability in the TI VPE (Video Processing Engine) driver. The issue is in the vip_probe_slice() function where the error handling for devm_kzalloc() is incorrect. Instead of properly returning an error code when memory allocation fails, it uses PTR_ERR_OR_ZERO() which incorrectly returns 0 for a NULL pointer, masking the failure.

Detection Guidance

This vulnerability is specific to the Linux kernel's media subsystem, particularly in the TI VPE driver. Detection requires checking kernel logs for errors related to vip_probe_slice() or devm_kzalloc() failures in the TI VPE module. Use commands like dmesg | grep -i vpe or journalctl -k | grep -i vpe to inspect kernel logs for relevant errors.

Impact Analysis

This vulnerability could lead to system instability or crashes if the kernel fails to allocate memory during video processing operations. It may cause unexpected behavior in applications relying on the TI VPE driver, potentially resulting in denial of service or data corruption.

Compliance Impact

This vulnerability is a Linux kernel media driver issue that could lead to resource exhaustion or denial of service due to improper error handling in memory allocation. It does not directly impact compliance with standards like GDPR or HIPAA, as those focus on data protection and privacy rather than kernel-level memory management.

Mitigation Strategies

Apply the latest kernel update provided by your Linux distribution to patch the vulnerability. If an update is not yet available, consider disabling the TI VPE driver module (ti-vpe) temporarily until a patch is applied. Monitor kernel security advisories for updates.

Chat Assistant

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

EPSS Chart