Filtered by vendor Qualcomm Subscriptions
Total 2289 CVE
CVE Vendors Products Updated CVSS v3.1
CVE-2025-27069 1 Qualcomm 1 Snapdragon 2025-08-06 7.8 High
Memory corruption while processing DDI command calls.
CVE-2025-27062 1 Qualcomm 1 Snapdragon 2025-08-06 7.8 High
Memory corruption while handling client exceptions, allowing unauthorized channel access.
CVE-2025-27067 1 Qualcomm 1 Snapdragon 2025-08-06 7.8 High
Memory corruption while processing DDI call with invalid buffer.
CVE-2025-27066 1 Qualcomm 1 Snapdragon 2025-08-06 7.5 High
Transient DOS while processing an ANQP message.
CVE-2025-21464 1 Qualcomm 1 Snapdragon 2025-08-06 6.5 Medium
Information disclosure while reading data from an image using specified offset and size parameters.
CVE-2025-27073 1 Qualcomm 1 Snapdragon 2025-08-06 7.5 High
Transient DOS while creating NDP instance.
CVE-2025-27072 1 Qualcomm 1 Snapdragon 2025-08-06 5.5 Medium
Information disclosure while processing a packet at EAVB BE side with invalid header length.
CVE-2025-21457 2 Google, Qualcomm 2 Android, Snapdragon 2025-08-06 6.1 Medium
Information disclosure while opening a fastrpc session when domain is not sanitized.
CVE-2025-47324 1 Qualcomm 1 Snapdragon 2025-08-06 7.5 High
Information disclosure while accessing and modifying the PIB file of a remote device via powerline.
CVE-2025-21452 1 Qualcomm 1 Snapdragon 2025-08-06 7.5 High
Transient DOS while processing a random-access response (RAR) with an invalid PDU length on LTE network.
CVE-2025-27076 1 Qualcomm 1 Snapdragon 2025-08-06 7.8 High
Memory corruption while processing simultaneous requests via escape path.
CVE-2013-2596 4 Linux, Motorola, Qualcomm and 1 more 10 Linux Kernel, Android, Atrix Hd and 7 more 2025-07-30 7.8 High
Integer overflow in the fb_mmap function in drivers/video/fbmem.c in the Linux kernel before 3.8.9, as used in a certain Motorola build of Android 4.1.2 and other products, allows local users to create a read-write memory mapping for the entirety of kernel memory, and consequently gain privileges, via crafted /dev/graphics/fb0 mmap2 system calls, as demonstrated by the Motochopper pwn program.
CVE-2021-1905 1 Qualcomm 792 Apq8009, Apq8009 Firmware, Apq8009w and 789 more 2025-07-30 8.4 High
Possible use after free due to improper handling of memory mapping of multiple processes simultaneously. in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables
CVE-2021-1906 1 Qualcomm 800 Apq8009, Apq8009 Firmware, Apq8009w and 797 more 2025-07-30 6.2 Medium
Improper handling of address deregistration on failure can lead to new GPU address allocation failure. in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables
CVE-2020-11261 1 Qualcomm 798 Apq8009, Apq8009 Firmware, Apq8009w and 795 more 2025-07-30 7.8 High
Memory corruption due to improper check to return error when user application requests memory allocation of a huge size in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables
CVE-2022-22071 1 Qualcomm 180 Apq8053, Apq8053 Firmware, Ar8031 and 177 more 2025-07-30 8.4 High
Possible use after free when process shell memory is freed using IOCTL munmap call and process initialization is in progress in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music
CVE-2025-21480 1 Qualcomm 152 Aqt1000, Aqt1000 Firmware, Fastconnect 6200 and 149 more 2025-07-30 8.6 High
Memory corruption due to unauthorized command execution in GPU micronode while executing specific sequence of commands.
CVE-2025-27038 1 Qualcomm 88 Ar8031, Ar8031 Firmware, Csra6620 and 85 more 2025-07-30 7.5 High
Memory corruption while rendering graphics using Adreno GPU drivers in Chrome.
CVE-2025-21479 1 Qualcomm 144 Aqt1000, Aqt1000 Firmware, Fastconnect 6200 and 141 more 2025-07-30 8.6 High
Memory corruption due to unauthorized command execution in GPU micronode while executing specific sequence of commands.
CVE-2025-38293 2 Linux, Qualcomm 2 Linux Kernel, Qca6698aq 2025-07-28 7.0 High
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix node corruption in ar->arvifs list In current WLAN recovery code flow, ath11k_core_halt() only reinitializes the "arvifs" list head. This will cause the list node immediately following the list head to become an invalid list node. Because the prev of that node still points to the list head "arvifs", but the next of the list head "arvifs" no longer points to that list node. When a WLAN recovery occurs during the execution of a vif removal, and it happens before the spin_lock_bh(&ar->data_lock) in ath11k_mac_op_remove_interface(), list_del() will detect the previously mentioned situation, thereby triggering a kernel panic. The fix is to remove and reinitialize all vif list nodes from the list head "arvifs" during WLAN halt. The reinitialization is to make the list nodes valid, ensuring that the list_del() in ath11k_mac_op_remove_interface() can execute normally. Call trace: __list_del_entry_valid_or_report+0xb8/0xd0 ath11k_mac_op_remove_interface+0xb0/0x27c [ath11k] drv_remove_interface+0x48/0x194 [mac80211] ieee80211_do_stop+0x6e0/0x844 [mac80211] ieee80211_stop+0x44/0x17c [mac80211] __dev_close_many+0xac/0x150 __dev_change_flags+0x194/0x234 dev_change_flags+0x24/0x6c devinet_ioctl+0x3a0/0x670 inet_ioctl+0x200/0x248 sock_do_ioctl+0x60/0x118 sock_ioctl+0x274/0x35c __arm64_sys_ioctl+0xac/0xf0 invoke_syscall+0x48/0x114 ... Tested-on: QCA6698AQ hw2.1 PCI WLAN.HSP.1.1-04591-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1