6.2
CVE-2023-52838
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:21
- Zuletzt bearbeitet 02.04.2025 14:57:25
- Quelle 416baaa9-dc9f-4396-8d5f-8c081f
- Teams Watchlist Login
- Unerledigt Login
In the Linux kernel, the following vulnerability has been resolved: fbdev: imsttfb: fix a resource leak in probe I've re-written the error handling but the bug is that if init_imstt() fails we need to call iounmap(par->cmap_regs).
Verknüpft mit AI von unstrukturierten Daten zu bestehenden CPE der NVD
Diese Information steht angemeldeten Benutzern zur Verfügung. Login
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version >= 4.14.322 < 4.15
Linux ≫ Linux Kernel Version >= 4.19.291 < 4.19.299
Linux ≫ Linux Kernel Version >= 5.4.251 < 5.4.261
Linux ≫ Linux Kernel Version >= 5.10.188 < 5.10.201
Linux ≫ Linux Kernel Version >= 5.15.116 < 5.15.139
Linux ≫ Linux Kernel Version >= 6.1.33 < 6.1.63
Linux ≫ Linux Kernel Version >= 6.3.7 < 6.5.12
Linux ≫ Linux Kernel Version >= 6.6 < 6.6.2
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.02% | 0.021 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
134c704f-9b21-4f2e-91b3-4a467353bcc0 | 6.2 | 2.5 | 3.6 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
CWE-416 Use After Free
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.