CVE-2022-48693
- EPSS 0.01%
- Published 03.05.2024 15:15:07
- Last modified 21.11.2024 07:33:47
In the Linux kernel, the following vulnerability has been resolved: soc: brcmstb: pm-arm: Fix refcount leak and __iomem leak bugs In brcmstb_pm_probe(), there are two kinds of leak bugs: (1) we need to add of_node_put() when for_each__matching_nod...
CVE-2024-27070
- EPSS 0.02%
- Published 01.05.2024 13:15:51
- Last modified 10.07.2025 15:15:24
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault syzbot reports a f2fs bug as below: BUG: KASAN: slab-use-after-free in f2fs_filemap_fault+0xd1/0x2c0 fs/f2fs/file.c:4...
CVE-2024-27071
- EPSS 0.02%
- Published 01.05.2024 13:15:51
- Last modified 23.12.2024 14:27:46
In the Linux kernel, the following vulnerability has been resolved: backlight: hx8357: Fix potential NULL pointer dereference The "im" pins are optional. Add missing check in the hx8357_probe().
CVE-2024-27072
- EPSS 0.01%
- Published 01.05.2024 13:15:51
- Last modified 03.11.2025 22:16:48
In the Linux kernel, the following vulnerability has been resolved: media: usbtv: Remove useless locks in usbtv_video_free() Remove locks calls in usbtv_video_free() because are useless and may led to a deadlock as reported here: https://syzkaller....
CVE-2024-27073
- EPSS 0.01%
- Published 01.05.2024 13:15:51
- Last modified 08.04.2025 18:54:36
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-h...
CVE-2024-27074
- EPSS 0.01%
- Published 01.05.2024 13:15:51
- Last modified 23.12.2024 14:31:11
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...
- EPSS 0.06%
- Published 01.05.2024 13:15:51
- Last modified 21.11.2024 09:03:48
In the Linux kernel, the following vulnerability has been resolved: media: dvb-frontends: avoid stack overflow warnings with clang A previous patch worked around a KASAN issue in stv0367, now a similar problem showed up with clang: drivers/media/d...
CVE-2024-27076
- EPSS 0.01%
- Published 01.05.2024 13:15:51
- Last modified 23.12.2024 15:08:03
In the Linux kernel, the following vulnerability has been resolved: media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak Free the memory allocated in v4l2_ctrl_handler_init on release.
CVE-2024-27077
- EPSS 0.01%
- Published 01.05.2024 13:15:51
- Last modified 23.12.2024 14:38:37
In the Linux kernel, the following vulnerability has been resolved: media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity The entity->name (i.e. name) is allocated in v4l2_m2m_register_entity but isn't freed in its following error-handling...
CVE-2024-27078
- EPSS 0.01%
- Published 01.05.2024 13:15:51
- Last modified 23.12.2024 14:34:14
In the Linux kernel, the following vulnerability has been resolved: media: v4l2-tpg: fix some memleaks in tpg_alloc In tpg_alloc, resources should be deallocated in each and every error-handling paths, since they are allocated in for statements. Ot...