CVE-2021-46993
- EPSS 0.24%
- Veröffentlicht 28.02.2024 09:15:37
- Zuletzt bearbeitet 24.12.2024 14:40:13
In the Linux kernel, the following vulnerability has been resolved: sched: Fix out-of-bound access in uclamp Util-clamp places tasks in different buckets based on their clamp values for performance reasons. However, the size of buckets is currently...
CVE-2020-36780
- EPSS 0.23%
- Veröffentlicht 28.02.2024 09:15:36
- Zuletzt bearbeitet 19.03.2025 10:38:49
In the Linux kernel, the following vulnerability has been resolved: i2c: sprd: fix reference leak when pm_runtime_get_sync fails The PM reference count is not expected to be incremented on return in sprd_i2c_master_xfer() and sprd_i2c_remove(). Ho...
CVE-2020-36782
- EPSS 0.23%
- 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.23%
- 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-2021-46963
- EPSS 0.24%
- 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-46966
- EPSS 0.23%
- 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,...
CVE-2021-46971
- EPSS 0.23%
- Veröffentlicht 27.02.2024 19:04:07
- Zuletzt bearbeitet 08.01.2025 17:26:07
In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix unconditional security_locked_down() call Currently, the lockdown state is queried unconditionally, even though its result is used only if the PERF_SAMPLE_REGS_INTR ...
CVE-2021-46974
- EPSS 0.24%
- Veröffentlicht 27.02.2024 19:04:07
- Zuletzt bearbeitet 09.01.2025 15:00:55
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix masking negation logic upon negative dst register The negation logic for the case where the off_reg is sitting in the dst register is not correct given then we cannot just...
CVE-2021-46943
- EPSS 0.23%
- Veröffentlicht 27.02.2024 19:04:06
- Zuletzt bearbeitet 21.11.2024 06:34:59
In the Linux kernel, the following vulnerability has been resolved: media: staging/intel-ipu3: Fix set_fmt error handling If there in an error during a set_fmt, do not overwrite the previous sizes with the invalid config. Without this patch, v4l2-...
CVE-2021-46944
- EPSS 0.23%
- Veröffentlicht 27.02.2024 19:04:06
- Zuletzt bearbeitet 21.11.2024 06:34:59
In the Linux kernel, the following vulnerability has been resolved: media: staging/intel-ipu3: Fix memory leak in imu_fmt We are losing the reference to an allocated memory if try. Change the order of the check to avoid that.