CVE-2023-54222
Unknown Unknown - Not Provided

Off-by-One Read in Linux Tegra-194 Kernel Component

Vulnerability report for CVE-2023-54222, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-30

Last updated on: 2025-12-30

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id() The "map_sz" is the number of elements in the "m" array so the > comparison needs to be changed to >= to prevent an out of bounds read.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-30
Last Modified
2025-12-30
Generated
2026-07-06
AI Q&A
2025-12-30
EPSS Evaluated
2026-07-04
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-54222. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart