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...
CVE-2021-46949
- EPSS 0.04%
- Veröffentlicht 27.02.2024 19:04:06
- Zuletzt bearbeitet 21.11.2024 06:35:00
In the Linux kernel, the following vulnerability has been resolved: sfc: farch: fix TX queue lookup in TX flush done handling We're starting from a TXQ instance number ('qid'), not a TXQ type, so efx_get_tx_queue() is inappropriate (and could retu...
CVE-2021-46950
- EPSS 0.02%
- Veröffentlicht 27.02.2024 19:04:06
- Zuletzt bearbeitet 22.04.2025 16:15:20
In the Linux kernel, the following vulnerability has been resolved: md/raid1: properly indicate failure when ending a failed write request This patch addresses a data corruption bug in raid1 arrays using bitmaps. Without this fix, the bitmap bits f...
CVE-2021-46951
- EPSS 0.02%
- Veröffentlicht 27.02.2024 19:04:06
- Zuletzt bearbeitet 21.11.2024 06:35:00
In the Linux kernel, the following vulnerability has been resolved: tpm: efi: Use local variable for calculating final log size When tpm_read_log_efi is called multiple times, which happens when one loads and unloads a TPM2 driver multiple times, t...
CVE-2021-46952
- EPSS 0.02%
- Veröffentlicht 27.02.2024 19:04:06
- Zuletzt bearbeitet 21.11.2024 06:35:00
In the Linux kernel, the following vulnerability has been resolved: NFS: fs_context: validate UDP retrans to prevent shift out-of-bounds Fix shift out-of-bounds in xprt_calc_majortimeo(). This is caused by a garbage timeout (retrans) mount option b...
CVE-2021-46953
- EPSS 0.01%
- Veröffentlicht 27.02.2024 19:04:06
- Zuletzt bearbeitet 21.11.2024 06:35:01
In the Linux kernel, the following vulnerability has been resolved: ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure When failing the driver probe because of invalid firmware properties, the GTDT driver unmaps the interrupt th...
CVE-2021-46954
- EPSS 0.02%
- Veröffentlicht 27.02.2024 19:04:06
- Zuletzt bearbeitet 21.11.2024 06:35:01
In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_frag: fix stack OOB read while fragmenting IPv4 packets when 'act_mirred' tries to fragment IPv4 packets that had been previously re-assembled using 'act_ct', splats...