CVE-2025-27038
- EPSS 1.81%
- Published 03.06.2025 05:53:06
- Last modified 04.06.2025 17:23:58
- Source product-security@qualcomm.com
- Teams watchlist Login
- Open Login
Memory corruption while rendering graphics using Adreno GPU drivers in Chrome.
03.06.2025: CISA Known Exploited Vulnerabilities (KEV) Catalog
Qualcomm Multiple Chipsets Use-After-Free Vulnerability
VulnerabilityMultiple Qualcomm chipsets contain a use-after-free vulnerability. This vulnerability allows for memory corruption while rendering graphics using Adreno GPU drivers in Chrome.
DescriptionApply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.
Required actionsType | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 1.81% | 0.822 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
product-security@qualcomm.com | 7.5 | 1.6 | 5.9 |
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
|
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.