CVE-2023-54222
Off-by-One Read in Linux Tegra-194 Kernel Component
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an off-by-one error in the Linux kernel's tegra-194 component, specifically in the function tegra_hte_map_to_line_id(). The issue arises because the code uses a '>' comparison when it should use '>=' to check the bounds of an array, which can lead to an out-of-bounds read.
How can this vulnerability impact me? :
The vulnerability can cause an out-of-bounds read in the Linux kernel, which may lead to unexpected behavior such as crashes or potential exposure of sensitive memory contents. However, specific impacts are not detailed in the provided information.