CVE-2021-46971
- EPSS 0.02%
- 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-46972
- EPSS 0.02%
- Veröffentlicht 27.02.2024 19:04:07
- Zuletzt bearbeitet 08.01.2025 17:30:28
In the Linux kernel, the following vulnerability has been resolved: ovl: fix leaked dentry Since commit 6815f479ca90 ("ovl: use only uppermetacopy state in ovl_lookup()"), overlayfs doesn't put temporary dentry when there is a metacopy error, which...
CVE-2021-46973
- EPSS 0.02%
- Veröffentlicht 27.02.2024 19:04:07
- Zuletzt bearbeitet 14.03.2025 18:44:20
In the Linux kernel, the following vulnerability has been resolved: net: qrtr: Avoid potential use after free in MHI send It is possible that the MHI ul_callback will be invoked immediately following the queueing of the skb for transmission, leadin...
CVE-2021-46974
- EPSS 0.01%
- 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-46942
- EPSS 0.02%
- 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: io_uring: fix shared sqpoll cancellation hangs [ 736.982891] INFO: task iou-sqp-4294:4295 blocked for more than 122 seconds. [ 736.982897] Call Trace: [ 736.982901] schedule+0x...
CVE-2021-46943
- EPSS 0.04%
- 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.02%
- 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.
CVE-2021-46945
- EPSS 0.02%
- 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: ext4: always panic when errors=panic is specified Before commit 014c9caa29d3 ("ext4: make ext4_abort() use __ext4_error()"), the following series of commands would trigger a panic:...
CVE-2021-46947
- EPSS 0.04%
- 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: sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queues efx->xdp_tx_queue_count is initially initialized to num_possible_cpus() and is later used to allocate...
CVE-2021-46948
- EPSS 0.02%
- 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: sfc: farch: fix TX queue lookup in TX event handling We're starting from a TXQ label, not a TXQ type, so efx_channel_get_tx_queue() is inappropriate (and could return NULL, leadi...