Vulnerability Details : CVE-2023-33288
An issue was discovered in the Linux kernel before 6.2.9. A use-after-free was found in bq24190_remove in drivers/power/supply/bq24190_charger.c. It could allow a local attacker to crash the system due to a race condition.
Vulnerability category: Memory Corruption
Products affected by CVE-2023-33288
- cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2023-33288
0.05%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 13 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2023-33288
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
4.7
|
MEDIUM | CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H |
1.0
|
3.6
|
134c704f-9b21-4f2e-91b3-4a467353bcc0 | 2025-03-18 |
4.7
|
MEDIUM | CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H |
1.0
|
3.6
|
NIST |
CWE ids for CVE-2023-33288
-
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.Assigned by:
- 134c704f-9b21-4f2e-91b3-4a467353bcc0 (Secondary)
- nvd@nist.gov (Primary)
References for CVE-2023-33288
-
https://lore.kernel.org/lkml/20230309174728.233732-1-zyytlz.wz%40163.com/
[PATCH] power: supply: bq24190: Fix use after free bug in bq24190_remove due to race condition - Zheng Wang
-
https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.2.9
Mailing List;Patch;Release Notes
-
https://github.com/torvalds/linux/commit/47c29d69212911f50bdcdd0564b5999a559010d4
power: supply: bq24190: Fix use after free bug in bq24190_remove due … · torvalds/linux@47c29d6 · GitHubPatch
-
https://lore.kernel.org/lkml/20230309174728.233732-1-zyytlz.wz@163.com/
[PATCH] power: supply: bq24190: Fix use after free bug in bq24190_remove due to race condition - Zheng WangMailing List;Patch
-
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=47c29d69212911f50bdcdd0564b5999a559010d4
kernel/git/torvalds/linux.git - Linux kernel source treePatch
-
https://lore.kernel.org/all/CAHk-=whcaHLNpb7Mu_QX7ABwPgyRyfW-V8=v4Mv0S22fpjY4JQ%40mail.gmail.com/
Linux 6.3-rc4 - Linus Torvalds
-
https://lore.kernel.org/all/CAHk-=whcaHLNpb7Mu_QX7ABwPgyRyfW-V8=v4Mv0S22fpjY4JQ@mail.gmail.com/
Linux 6.3-rc4 - Linus TorvaldsMailing List;Patch
Jump to