Latest CVE Feed
-
5.5
MEDIUMCVE-2021-47181
In the Linux kernel, the following vulnerability has been resolved: usb: musb: tusb6010: check return value after calling platform_get_resource() It will cause null-ptr-deref if platform_get_resource() returns NULL, we need check the return value.... Read more
Affected Products : linux_kernel- Published: Apr. 10, 2024
- Modified: Dec. 20, 2024
-
5.5
MEDIUMCVE-2021-47180
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 leak ... Read more
Affected Products : linux_kernel- Published: Mar. 25, 2024
- Modified: Jan. 07, 2025
-
5.5
MEDIUMCVE-2021-47179
In the Linux kernel, the following vulnerability has been resolved: NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return() Commit de144ff4234f changes _pnfs_return_layout() to call pnfs_mark_matching_lsegs_return() passing NULL as th... Read more
Affected Products : linux_kernel- Published: Mar. 25, 2024
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-47173
In the Linux kernel, the following vulnerability has been resolved: misc/uss720: fix memory leak in uss720_probe uss720_probe forgets to decrease the refcount of usbdev in uss720_probe. Fix this by decreasing the refcount of usbdev by usb_put_dev. BUG:... Read more
Affected Products : linux_kernel- Published: Mar. 25, 2024
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2021-47167
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 it is ... Read more
Affected Products : linux_kernel- Published: Mar. 25, 2024
- Modified: Mar. 17, 2025
-
5.5
MEDIUMCVE-2021-47162
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 this s... Read more
Affected Products : linux_kernel- Published: Mar. 25, 2024
- Modified: Mar. 13, 2025
-
5.5
MEDIUMCVE-2021-47159
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, the n... Read more
Affected Products : linux_kernel- Published: Mar. 25, 2024
- Modified: Mar. 13, 2025
-
5.5
MEDIUMCVE-2021-47150
In the Linux kernel, the following vulnerability has been resolved: net: fec: fix the potential memory leak in fec_enet_init() If the memory allocated for cbd_base is failed, it should free the memory allocated for the queues, otherwise it causes memory... Read more
Affected Products : linux_kernel- Published: Mar. 25, 2024
- Modified: Dec. 12, 2024
-
5.5
MEDIUMCVE-2021-47117
In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed We got follow bug_on when run fsstress with injecting IO fault: [130747.323114] kernel BUG at fs/ext4/extents_sta... Read more
Affected Products : linux_kernel- Published: Mar. 15, 2024
- Modified: Feb. 27, 2025
-
5.5
MEDIUMCVE-2021-47113
In the Linux kernel, the following vulnerability has been resolved: btrfs: abort in rename_exchange if we fail to insert the second ref Error injection stress uncovered a problem where we'd leave a dangling inode ref if we failed during a rename_exchang... Read more
Affected Products : linux_kernel- Published: Mar. 15, 2024
- Modified: Mar. 13, 2025
-
5.5
MEDIUMCVE-2021-47109
In the Linux kernel, the following vulnerability has been resolved: neighbour: allow NUD_NOARP entries to be forced GCed IFF_POINTOPOINT interfaces use NUD_NOARP entries for IPv6. It's possible to fill up the neighbour table with enough entries that it ... Read more
Affected Products : linux_kernel- Published: Mar. 15, 2024
- Modified: Feb. 27, 2025
-
5.5
MEDIUMCVE-2021-47105
In the Linux kernel, the following vulnerability has been resolved: ice: xsk: return xsk buffers back to pool when cleaning the ring Currently we only NULL the xdp_buff pointer in the internal SW ring but we never give it back to the xsk buffer pool. Th... Read more
Affected Products : linux_kernel- Published: Mar. 04, 2024
- Modified: Feb. 14, 2025
-
5.5
MEDIUMCVE-2021-47104
In the Linux kernel, the following vulnerability has been resolved: IB/qib: Fix memory leak in qib_user_sdma_queue_pkts() The wrong goto label was used for the error case and missed cleanup of the pkt allocation. Addresses-Coverity-ID: 1493352 ("Resour... Read more
Affected Products : linux_kernel- Published: Mar. 04, 2024
- Modified: Jan. 07, 2025
-
5.5
MEDIUMCVE-2021-47100
In the Linux kernel, the following vulnerability has been resolved: ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module Hi, When testing install and uninstall of ipmi_si.ko and ipmi_msghandler.ko, the system crashed. The log as follows: [ ... Read more
Affected Products : linux_kernel- Published: Mar. 04, 2024
- Modified: Feb. 03, 2025
-
5.5
MEDIUMCVE-2021-47095
In the Linux kernel, the following vulnerability has been resolved: ipmi: ssif: initialize ssif_info->client early During probe ssif_info->client is dereferenced in error path. However, it is set when some of the error checking has already been done. Th... Read more
Affected Products : linux_kernel- Published: Mar. 04, 2024
- Modified: Jan. 07, 2025
-
5.5
MEDIUMCVE-2021-47093
In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel_pmc_core: fix memleak on registration failure In case device registration fails during module initialisation, the platform device structure needs to be freed using p... Read more
Affected Products : linux_kernel- Published: Mar. 04, 2024
- Modified: Jan. 14, 2025
-
5.5
MEDIUMCVE-2021-47076
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Return CQE error if invalid lkey was supplied RXE is missing update of WQE status in LOCAL_WRITE failures. This caused the following kernel panic if someone sent an atomic op... Read more
Affected Products : linux_kernel- Published: Mar. 01, 2024
- Modified: Aug. 28, 2025
-
5.5
MEDIUMCVE-2021-47073
In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-smbios-wmi: Fix oops on rmmod dell_smbios init_dell_smbios_wmi() only registers the dell_smbios_wmi_driver on systems where the Dell WMI interface is supported. While... Read more
Affected Products : linux_kernel- Published: Mar. 01, 2024
- Modified: Jan. 09, 2025
-
5.5
MEDIUMCVE-2021-47056
In the Linux kernel, the following vulnerability has been resolved: crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_init ADF_STATUS_PF_RUNNING is (only) used and checked by adf_vf2pf_shutdown() before calling adf_iov_putmsg()->mutex_lock... Read more
Affected Products : linux_kernel- Published: Feb. 29, 2024
- Modified: Jan. 09, 2025
-
5.5
MEDIUMCVE-2021-47054
In the Linux kernel, the following vulnerability has been resolved: bus: qcom: Put child node before return Put child node before return to fix potential reference count leak. Generally, the reference count of child is incremented and decremented automa... Read more
Affected Products : linux_kernel- Published: Feb. 29, 2024
- Modified: Dec. 10, 2024