CVE-2025-68233
Unknown Unknown - Not Provided
Use-After-Free Vulnerability in Linux drm/tegra PID Handling

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-05-07
AI Q&A
2025-12-16
EPSS Evaluated
2026-05-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 Powered Q&A
Can you explain this vulnerability to me?

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.


How can this vulnerability impact me? :

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.


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