← Back to CVE List

CVE-2024-27074

Published: 2024-05-01T13:15Z
Last Modified: 2024-12-23T14:31Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: media: go7007: fix a memleak in go7007_load_encoder In go7007_load_encoder, bounce(i.e. go->boot_fw), is allocated without a deallocation thereafter. After the following call chain: saa7134_go7007_init |-> go7007_boot_encoder |-> go7007_load_encoder |-> kfree(go) go is freed and thus bounce is leaked. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt