CVE-2023-53378
BaseFortify
Publication date: 2025-09-18
Last updated on: 2025-12-12
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 6.0 (inc) to 6.1.23 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.2.10 (exc) |
| linux | linux_kernel | 6.3 |
| linux | linux_kernel | 6.3 |
| linux | linux_kernel | 6.3 |
| linux | linux_kernel | 6.3 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's i915 graphics driver involves improper handling of the Display Plane Translation (DPT) buffer object (BO). The system does not treat the DPT BO as a framebuffer, which allows the memory shrinker to evict the DPT BO while the actual framebuffer BO remains bound. This leads to a kernel crash (oops) during hibernation when the system tries to rewrite page table entries (PTEs) inside the already evicted DPT object.
How can this vulnerability impact me? :
This vulnerability can cause immediate system crashes (kernel oops) during hibernation, potentially leading to data loss or system instability. It may also cause display faults under heavy memory pressure, affecting the reliability and usability of systems using the affected Linux kernel graphics driver.