Latest CVE Feed
-
5.5
MEDIUMCVE-2024-49941
In the Linux kernel, the following vulnerability has been resolved: gpiolib: Fix potential NULL pointer dereference in gpiod_get_label() In `gpiod_get_label()`, it is possible that `srcu_dereference_check()` may return a NULL pointer, leading to a scena... Read more
Affected Products : linux_kernel- Published: Oct. 21, 2024
- Modified: Oct. 25, 2024
-
5.5
MEDIUMCVE-2024-49935
In the Linux kernel, the following vulnerability has been resolved: ACPI: PAD: fix crash in exit_round_robin() The kernel occasionally crashes in cpumask_clear_cpu(), which is called within exit_round_robin(), because when executing clear_bit(nr, addr) ... Read more
Affected Products : linux_kernel- Published: Oct. 21, 2024
- Modified: Jul. 17, 2025
-
5.5
MEDIUMCVE-2024-49926
In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks_need_gpcb() For kernels built with CONFIG_FORCE_NR_CPUS=y, the nr_cpu_ids is defined as NR_CPUS instead of the numb... Read more
Affected Products : linux_kernel- Published: Oct. 21, 2024
- Modified: Jan. 24, 2025
-
5.5
MEDIUMCVE-2024-46856
In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83822: Fix NULL pointer dereference on DP83825 devices The probe() function is only used for DP83822 and DP83826 PHY, leaving the private data pointer uninitialized for the ... Read more
Affected Products : linux_kernel- Published: Sep. 27, 2024
- Modified: Oct. 01, 2024
-
5.5
MEDIUMCVE-2024-46855
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_socket: fix sk refcount leaks We must put 'sk' reference before returning.... Read more
Affected Products : linux_kernel- Published: Sep. 27, 2024
- Modified: Jun. 27, 2025
-
5.5
MEDIUMCVE-2020-1497
An information disclosure vulnerability exists when Microsoft Excel improperly discloses the contents of its memory. An attacker who exploited the vulnerability could use the information to compromise the user’s computer or data. To exploit the vulnerabil... Read more
- Published: Aug. 17, 2020
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2024-46861
In the Linux kernel, the following vulnerability has been resolved: usbnet: ipheth: do not stop RX on failing RX callback RX callbacks can fail for multiple reasons: * Payload too short * Payload formatted incorrecly (e.g. bad NCM framing) * Lack of me... Read more
Affected Products : linux_kernel- Published: Sep. 27, 2024
- Modified: Oct. 03, 2024
-
5.5
MEDIUMCVE-2024-46847
In the Linux kernel, the following vulnerability has been resolved: mm: vmalloc: ensure vmap_block is initialised before adding to queue Commit 8c61291fd850 ("mm: fix incorrect vbq reference in purge_fragmented_block") extended the 'vmap_block' structur... Read more
Affected Products : linux_kernel- Published: Sep. 27, 2024
- Modified: Oct. 02, 2024
-
5.5
MEDIUMCVE-2024-46840
In the Linux kernel, the following vulnerability has been resolved: btrfs: clean up our handling of refs == 0 in snapshot delete In reada we BUG_ON(refs == 0), which could be unkind since we aren't holding a lock on the extent leaf and thus could get a ... Read more
Affected Products : linux_kernel- Published: Sep. 27, 2024
- Modified: Oct. 08, 2024
-
5.5
MEDIUMCVE-2024-46838
In the Linux kernel, the following vulnerability has been resolved: userfaultfd: don't BUG_ON() if khugepaged yanks our page table Since khugepaged was changed to allow retracting page tables in file mappings without holding the mmap lock, these BUG_ON(... Read more
Affected Products : linux_kernel- Published: Sep. 27, 2024
- Modified: Oct. 09, 2024
-
5.5
MEDIUMCVE-2024-46842
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Handle mailbox timeouts in lpfc_get_sfp_info The MBX_TIMEOUT return code is not handled in lpfc_get_sfp_info and the routine unconditionally frees submitted mailbox commands... Read more
Affected Products : linux_kernel- Published: Sep. 27, 2024
- Modified: Oct. 08, 2024
-
5.5
MEDIUMCVE-2024-46829
In the Linux kernel, the following vulnerability has been resolved: rtmutex: Drop rt_mutex::wait_lock before scheduling rt_mutex_handle_deadlock() is called with rt_mutex::wait_lock held. In the good case it returns with the lock held and in the deadlo... Read more
Affected Products : linux_kernel- Published: Sep. 27, 2024
- Modified: Oct. 02, 2024
-
5.5
MEDIUMCVE-2024-46834
In the Linux kernel, the following vulnerability has been resolved: ethtool: fail closed if we can't get max channel used in indirection tables Commit 0d1b7d6c9274 ("bnxt: fix crashes when reducing ring count with active RSS contexts") proves that allow... Read more
Affected Products : linux_kernel- Published: Sep. 27, 2024
- Modified: Oct. 09, 2024
-
5.5
MEDIUMCVE-2024-46822
In the Linux kernel, the following vulnerability has been resolved: arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry In a review discussion of the changes to support vCPU hotplug where a check was added on the GICC being enabled if wa... Read more
Affected Products : linux_kernel- Published: Sep. 27, 2024
- Modified: Oct. 02, 2024
-
5.5
MEDIUMCVE-2024-46826
In the Linux kernel, the following vulnerability has been resolved: ELF: fix kernel.randomize_va_space double read ELF loader uses "randomize_va_space" twice. It is sysctl and can change at any moment, so 2 loads could see 2 different values in theory w... Read more
Affected Products : linux_kernel- Published: Sep. 27, 2024
- Modified: Nov. 20, 2024
-
5.5
MEDIUMCVE-2020-14314
A memory out-of-bounds read flaw was found in the Linux kernel before 5.9-rc2 with the ext3/ext4 file system, in the way it accesses a directory with broken indexing. This flaw allows a local user to crash the system if the directory exists. The highest t... Read more
- Published: Sep. 15, 2020
- Modified: Nov. 21, 2024
-
5.5
MEDIUMCVE-2024-46824
In the Linux kernel, the following vulnerability has been resolved: iommufd: Require drivers to supply the cache_invalidate_user ops If drivers don't do this then iommufd will oops invalidation ioctls with something like: Unable to handle kernel NULL... Read more
Affected Products : linux_kernel- Published: Sep. 27, 2024
- Modified: Oct. 02, 2024
-
5.5
MEDIUMCVE-2024-46825
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: use IWL_FW_CHECK for link ID check The lookup function iwl_mvm_rcu_fw_link_id_to_link_conf() is normally called with input from the firmware, so it should use IWL_FW... Read more
Affected Products : linux_kernel- Published: Sep. 27, 2024
- Modified: Nov. 20, 2024
-
5.5
MEDIUMCVE-2024-46817
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Stop amdgpu_dm initialize when stream nums greater than 6 [Why] Coverity reports OVERRUN warning. Should abort amdgpu_dm initialize. [How] Return failure to amdgpu_dm_... Read more
Affected Products : linux_kernel- Published: Sep. 27, 2024
- Modified: Nov. 20, 2024
-
5.5
MEDIUMCVE-2020-1367
An information disclosure vulnerability exists when the Windows kernel improperly handles objects in memory, aka 'Windows Kernel Information Disclosure Vulnerability'. This CVE ID is unique from CVE-2020-1389, CVE-2020-1419, CVE-2020-1426.... Read more
Affected Products : windows_10 windows_server_2016 windows_server_2019 windows_server windows windows_11_23h2- Published: Jul. 14, 2020
- Modified: Nov. 21, 2024