CVE-2021-47180
- EPSS 0.01%
- Veröffentlicht 25.03.2024 10:15:09
- Zuletzt bearbeitet 07.01.2025 17:17:24
In the Linux kernel, the following vulnerability has been resolved: NFC: nci: fix memory leak in nci_allocate_device nfcmrvl_disconnect fails to free the hci_dev field in struct nci_dev. Fix this by freeing hci_dev in nci_free_device. BUG: memory ...
CVE-2021-47159
- EPSS 0.02%
- Veröffentlicht 25.03.2024 10:15:08
- Zuletzt bearbeitet 13.03.2025 21:24:10
In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix a crash if ->get_sset_count() fails If ds->ops->get_sset_count() fails then it "count" is a negative error code such as -EOPNOTSUPP. Because "i" is an unsigned int, ...
CVE-2021-47160
- EPSS 0.02%
- Veröffentlicht 25.03.2024 10:15:08
- Zuletzt bearbeitet 13.03.2025 21:24:02
In the Linux kernel, the following vulnerability has been resolved: net: dsa: mt7530: fix VLAN traffic leaks PCR_MATRIX field was set to all 1's when VLAN filtering is enabled, but was not reset when it is disabled, which may cause traffic leaks: ...
CVE-2021-47161
- EPSS 0.01%
- Veröffentlicht 25.03.2024 10:15:08
- Zuletzt bearbeitet 19.03.2025 16:28:58
In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-dspi: Fix a resource leak in an error handling path 'dspi_request_dma()' should be undone by a 'dspi_release_dma()' call in the error handling path of the probe functi...
CVE-2021-47162
- EPSS 0.01%
- Veröffentlicht 25.03.2024 10:15:08
- Zuletzt bearbeitet 13.03.2025 21:23:24
In the Linux kernel, the following vulnerability has been resolved: tipc: skb_linearize the head skb when reassembling msgs It's not a good idea to append the frag skb to a skb's frag_list if the frag_list already has skbs from elsewhere, such as t...
CVE-2021-47163
- EPSS 0.01%
- Veröffentlicht 25.03.2024 10:15:08
- Zuletzt bearbeitet 13.03.2025 21:23:34
In the Linux kernel, the following vulnerability has been resolved: tipc: wait and exit until all work queues are done On some host, a crash could be triggered simply by repeating these commands several times: # modprobe tipc # tipc bearer ena...
CVE-2021-47164
- EPSS 0.02%
- Veröffentlicht 25.03.2024 10:15:08
- Zuletzt bearbeitet 21.11.2024 06:35:31
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix null deref accessing lag dev It could be the lag dev is null so stop processing the event. In bond_enslave() the active/backup slave being set before setting the upp...
CVE-2021-47165
- EPSS 0.01%
- Veröffentlicht 25.03.2024 10:15:08
- Zuletzt bearbeitet 03.03.2025 17:33:19
In the Linux kernel, the following vulnerability has been resolved: drm/meson: fix shutdown crash when component not probed When main component is not probed, by example when the dw-hdmi module is not loaded yet or in probe defer, the following cra...
CVE-2021-47166
- EPSS 0.01%
- Veröffentlicht 25.03.2024 10:15:08
- Zuletzt bearbeitet 17.03.2025 15:03:38
In the Linux kernel, the following vulnerability has been resolved: NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce() The value of mirror->pg_bytes_written should only be updated after a successful attempt to flush out the req...
CVE-2021-47167
- EPSS 0.02%
- Veröffentlicht 25.03.2024 10:15:08
- Zuletzt bearbeitet 17.03.2025 15:03:30
In the Linux kernel, the following vulnerability has been resolved: NFS: Fix an Oopsable condition in __nfs_pageio_add_request() Ensure that nfs_pageio_error_cleanup() resets the mirror array contents, so that the structure reflects the fact that i...