Security Advisory

CVE-2024-27073

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-05-01 13:04:37
Last updated 2026-05-11 20:09:51
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: media: ttpci: fix two memleaks in budget_av_attach When saa7146_register_device and saa7146_vv_init fails, budget_av_attach should free the resources it allocates, like the error-handling of ttpci_budget_init does. Besides, there are two fixme comment refers to such deallocations.