CVE-2026-74292
Received Received - Intake

Buffer Overflow in Linux Kernel ASoC Tegra210 AHUB

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

Publication date: 2026-08-15

Last updated on: 2026-08-15

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: ASoC: tegra: tegra210_ahub: Validate written enum value tegra_ahub_put_value_enum() reads e->values[item[0]] before checking whether item[0] is within the enum item range. The existing check therefore happens too late to prevent an out-of-range read of the values array. Move the check before the array access.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-15
Generated
2026-08-15
AI Q&A
2026-08-15
EPSS Evaluated
N/A
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 is a vulnerability in the Linux kernel's ASoC subsystem, specifically in the tegra210_ahub driver. The issue involves a function that reads an array value before validating if the index is within bounds. This can lead to an out-of-range read, potentially exposing kernel memory or causing system instability.

Detection Guidance

This vulnerability is specific to the Linux kernel's ASoC tegra210_ahub driver and requires kernel-level inspection. Detection involves checking kernel logs for related errors or verifying the driver's source code for the vulnerable function tegra_ahub_put_value_enum(). No direct network commands exist for detection.

Impact Analysis

An attacker with local access could exploit this to read sensitive kernel memory, crash the system, or escalate privileges. Systems using affected Linux kernel versions with the tegra210_ahub driver may be vulnerable to denial-of-service or information disclosure.

Mitigation Strategies

Apply the latest Linux kernel update that includes the fix for this issue. If updating is not immediately possible, restrict access to the vulnerable driver or disable the tegra210_ahub module until patched. Monitor kernel logs for exploitation attempts.

Chat Assistant

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

EPSS Chart