CVE-2025-68233
Unknown Unknown - Not Provided

Use-After-Free Vulnerability in Linux drm/tegra PID Handling

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

Publication date: 2025-12-16

Last updated on: 2025-12-16

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Add call to put_pid() Add a call to put_pid() corresponding to get_task_pid(). host1x_memory_context_alloc() does not take ownership of the PID so we need to free it here to avoid leaking. [[email protected]: reword commit message]

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-16
Last Modified
2025-12-16
Generated
2026-07-06
AI Q&A
2025-12-16
EPSS Evaluated
2026-07-05
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 vulnerability is related to the Linux kernel's drm/tegra component where a call to put_pid() was missing after get_task_pid(). The function host1x_memory_context_alloc() does not take ownership of the PID, so without the put_pid() call, the PID was not freed properly, leading to a resource leak.

Impact Analysis

The impact of this vulnerability is a potential resource leak in the Linux kernel due to not freeing a PID properly. This could lead to increased memory usage or resource exhaustion over time, potentially affecting system stability or performance.

Chat Assistant

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

EPSS Chart