CVE-2024-27076
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:51
- Zuletzt bearbeitet 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-27074
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:51
- Zuletzt bearbeitet 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...
CVE-2024-27073
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:51
- Zuletzt bearbeitet 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-27059
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:50
- Zuletzt bearbeitet 14.01.2025 14:36:42
In the Linux kernel, the following vulnerability has been resolved: USB: usb-storage: Prevent divide-by-0 error in isd200_ata_command The isd200 sub-driver in usb-storage uses the HEADS and SECTORS values in the ATA ID information to calculate cyli...
CVE-2024-27053
- EPSS 0.13%
- Veröffentlicht 01.05.2024 13:15:50
- Zuletzt bearbeitet 08.04.2025 19:43:15
In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix RCU usage in connect path With lockdep enabled, calls to the connect function from cfg802.11 layer lead to the following warning: =============================...
CVE-2024-27052
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:50
- Zuletzt bearbeitet 08.04.2025 19:43:24
In the Linux kernel, the following vulnerability has been resolved: wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work The workqueue might still be running, when the driver is stopped. To avoid a use-after-free, call cancel_work_sync() in rtl8x...
CVE-2024-27044
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:49
- Zuletzt bearbeitet 23.12.2024 14:12:17
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10_set_output_transfer_func()' The 'stream' pointer is used in dcn10_set_output_transfer_func() before the check if ...
CVE-2024-27038
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:49
- Zuletzt bearbeitet 23.12.2024 14:11:28
In the Linux kernel, the following vulnerability has been resolved: clk: Fix clk_core_get NULL dereference It is possible for clk_core_get to dereference a NULL in the following sequence: clk_core_get() of_clk_get_hw_from_clkspec() __o...
CVE-2024-27030
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:49
- Zuletzt bearbeitet 23.12.2024 19:33:10
In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Use separate handlers for interrupts For PF to AF interrupt vector and VF to AF vector same interrupt handler is registered which is causing race condition. When two ...
CVE-2024-27028
- EPSS 0.18%
- Veröffentlicht 01.05.2024 13:15:49
- Zuletzt bearbeitet 08.04.2025 18:42:15
In the Linux kernel, the following vulnerability has been resolved: spi: spi-mt65xx: Fix NULL pointer access in interrupt handler The TX buffer in spi_transfer can be a NULL pointer, so the interrupt handler may end up writing to the invalid memory...