CVE-2023-53395
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 | to 4.14.326 (exc) |
| linux | linux_kernel | From 4.15 (inc) to 4.19.295 (exc) |
| linux | linux_kernel | From 4.20 (inc) to 5.4.257 (exc) |
| linux | linux_kernel | From 5.5 (inc) to 5.10.197 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.133 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.55 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.5.5 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-129 | The product uses untrusted input when calculating or using an array index, but the product does not validate or incorrectly validates the index to ensure the index references a valid position within the array. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves the Linux kernel's ACPICA component where the ASL Timer instruction did not properly handle the case when no argument is passed, which is allowed by the ACPI specification. This caused an error during interpretation of the ASL Timer instruction. The issue was fixed by adding the AML_NO_OPERAND_RESOLVE flag to the ASL Timer instruction opcode, preventing the error from occurring.
How can this vulnerability impact me? :
The vulnerability could cause errors or crashes in the ACPI interpreter within the Linux kernel when processing ASL Timer instructions without arguments, potentially affecting system stability or power management features.