CVE-2023-53182
BaseFortify
Publication date: 2025-09-15
Last updated on: 2025-12-02
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | to 4.14.316 (exc) |
| linux | linux_kernel | From 4.15 (inc) to 4.19.284 (exc) |
| linux | linux_kernel | From 4.20 (inc) to 5.4.244 (exc) |
| linux | linux_kernel | From 5.5 (inc) to 5.10.181 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.113 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.30 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.3.4 (exc) |
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 ACPICA component involves undefined behavior caused by applying a zero offset to a null pointer. The issue was identified through a UBSAN stack trace and fixed by adding a check to avoid incrementing a pointer by zero, preventing the undefined behavior while maintaining the original functionality.
How can this vulnerability impact me? :
The vulnerability could cause undefined behavior in the kernel's ACPI subsystem, potentially leading to system instability or crashes when the affected code path is executed. However, the exact impact is not detailed in the provided information.