AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-74292

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel, specifically within the ASoC Tegra subsystem, where an out-of-bounds read can occur due to insufficient validation of an enum value before accessing an array. This flaw could potentially lead to information disclosure or system instability. Linux users, particularly those utilizing Tegra hardware, should prioritize applying the relevant patches to mitigate any risks associated with this vulnerability.

CVE
CVE-2026-74292
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD 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.