CVE-2020-36781
- EPSS 0.03%
 - Veröffentlicht 28.02.2024 09:15:36
 - Zuletzt bearbeitet 06.12.2024 16:19:35
 
In the Linux kernel, the following vulnerability has been resolved: i2c: imx: fix reference leak when pm_runtime_get_sync fails In i2c_imx_xfer() and i2c_imx_remove(), the pm reference count is not expected to be incremented on return. However, pm...
CVE-2020-36782
- EPSS 0.02%
 - Veröffentlicht 28.02.2024 09:15:36
 - Zuletzt bearbeitet 06.12.2024 18:02:53
 
In the Linux kernel, the following vulnerability has been resolved: i2c: imx-lpi2c: fix reference leak when pm_runtime_get_sync fails The PM reference count is not expected to be incremented on return in lpi2c_imx_master_enable. However, pm_runtim...
CVE-2020-36783
- EPSS 0.02%
 - Veröffentlicht 28.02.2024 09:15:36
 - Zuletzt bearbeitet 06.12.2024 17:37:43
 
In the Linux kernel, the following vulnerability has been resolved: i2c: img-scb: fix reference leak when pm_runtime_get_sync fails The PM reference count is not expected to be incremented on return in functions img_i2c_xfer and img_i2c_init. Howe...
CVE-2020-36784
- EPSS 0.02%
 - Veröffentlicht 28.02.2024 09:15:36
 - Zuletzt bearbeitet 06.12.2024 17:37:59
 
In the Linux kernel, the following vulnerability has been resolved: i2c: cadence: fix reference leak when pm_runtime_get_sync fails The PM reference count is not expected to be incremented on return in functions cdns_i2c_master_xfer and cdns_reg_sl...
CVE-2020-36785
- EPSS 0.04%
 - Veröffentlicht 28.02.2024 09:15:36
 - Zuletzt bearbeitet 06.12.2024 15:59:06
 
In the Linux kernel, the following vulnerability has been resolved: media: atomisp: Fix use after free in atomisp_alloc_css_stat_bufs() The "s3a_buf" is freed along with all the other items on the "asd->s3a_stats" list. It leads to a double free a...
CVE-2020-36786
- EPSS 0.04%
 - Veröffentlicht 28.02.2024 09:15:36
 - Zuletzt bearbeitet 06.12.2024 15:59:30
 
In the Linux kernel, the following vulnerability has been resolved: media: [next] staging: media: atomisp: fix memory leak of object flash In the case where the call to lm3554_platform_data_func returns an error there is a memory leak on the error ...
CVE-2021-46963
- EPSS 0.01%
 - Veröffentlicht 27.02.2024 19:04:07
 - Zuletzt bearbeitet 11.12.2024 16:12:08
 
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix crash in qla2xxx_mqueuecommand() RIP: 0010:kmem_cache_free+0xfa/0x1b0 Call Trace: qla2xxx_mqueuecommand+0x2b5/0x2c0 [qla2xxx] scsi_queue_rq...
CVE-2021-46964
- EPSS 0.02%
 - Veröffentlicht 27.02.2024 19:04:07
 - Zuletzt bearbeitet 08.01.2025 16:23:53
 
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Reserve extra IRQ vectors Commit a6dcfe08487e ("scsi: qla2xxx: Limit interrupt vectors to number of CPUs") lowers the number of allocated MSI-X vectors to the number...
CVE-2021-46965
- EPSS 0.04%
 - Veröffentlicht 27.02.2024 19:04:07
 - Zuletzt bearbeitet 08.01.2025 17:16:07
 
In the Linux kernel, the following vulnerability has been resolved: mtd: physmap: physmap-bt1-rom: Fix unintentional stack access Cast &data to (char *) in order to avoid unintentionally accessing the stack. Notice that data is of type u32, so any...
CVE-2021-46966
- EPSS 0.02%
 - Veröffentlicht 27.02.2024 19:04:07
 - Zuletzt bearbeitet 06.12.2024 17:55:15
 
In the Linux kernel, the following vulnerability has been resolved: ACPI: custom_method: fix potential use-after-free issue In cm_write(), buf is always freed when reaching the end of the function. If the requested count is less than table.length,...