CVE-2024-38390
Last modified
CVE-2024-38390 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails Calling a6xx_destroy() before adreno_gpu_init() leads to a null pointer dereference on: msm_gpu_cleanup() : platform_set_drvdata(gpu->pdev, NULL); as gpu->pdev is only assigned in: a6xx_gpu_init() |_ adreno_gpu_init |_ msm_gpu_init() Instead of relying on handwavy null checks down the cleanup chain, explicitly de-allocate the LLC data and free a6xx_gpu instead. Patchwork: https://patchwork.freedesktop.org/patch/588919/. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails Calling a6xx_destroy() before adreno_gpu_init() leads to a null pointer dereference on: msm_gpu_cleanup() : platform_set_drvdata(gpu->pdev, NULL); as gpu->pdev is only assigned in: a6xx_gpu_init() |_ adreno_gpu_init |_ msm_gpu_init() Instead of relying on handwavy null checks down the cleanup chain, explicitly de-allocate the LLC data and free a6xx_gpu instead. Patchwork: https://patchwork.freedesktop.org/patch/588919/
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.1, < 6.1.93 |
| Linux | Linux Kernel | >= 6.2, < 6.6.33 |
| Linux | Linux Kernel | >= 6.7, < 6.9.4 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-38390?
How severe is CVE-2024-38390?
How do I fix CVE-2024-38390?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-38385In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-38386in OpenHarmony v4.1.0 and prior versions allow a local attac…7.8
- CVE-2024-38387Uncontrolled search path in the Intel(R) Graphics Driver ins…6.7
- CVE-2024-38388In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-38389There is an Out-of-bounds read vulnerability in TELLUS (v4.0…7.8
- CVE-2024-3839Out of bounds read in Fonts in Google Chrome prior to 124.0.…6.5
- CVE-2024-38391Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-38392Pexip Infinity Connect before 1.13.0 lacks sufficient authen…9.1
- CVE-2024-38394Mismatches in interpreting USB authorization policy between …4.3
- CVE-2024-38395In iTerm2 before 3.5.2, the "Terminal may report window titl…9.8
- CVE-2024-38396An issue was discovered in iTerm2 3.5.x before 3.5.2. Unfilt…9.8
- CVE-2024-38397Transient DOS while parsing probe response and assoc respons…7.5
Are you affected by CVE-2024-38390?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
