CVE-2026-74292
7.1
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 16e1bcc2caf446fa3e1daa040b59fd6f6272a766 < 4e45e4c2015519a39c40eb575c03b77807fb5080 | affected |
| Linux | Linux | 16e1bcc2caf446fa3e1daa040b59fd6f6272a766 < 964f8f9015fb117402d8d2186593397cd93388e9 | affected |
| Linux | Linux | 16e1bcc2caf446fa3e1daa040b59fd6f6272a766 < 2ec7d16fe21c68b0879873a2abf9aac854c96134 | affected |
| Linux | Linux | 16e1bcc2caf446fa3e1daa040b59fd6f6272a766 < 4bcb23635d5059ee71f3fb89719ea14aada6fd59 | affected |
| Linux | Linux | 16e1bcc2caf446fa3e1daa040b59fd6f6272a766 < f67d63628fe158b3a6e6b33a2b8c83ff118699d1 | affected |
| Linux | Linux | 16e1bcc2caf446fa3e1daa040b59fd6f6272a766 < e098c9c6477dfa3cb363282100108484ceba5cc5 | affected |
| Linux | Linux | 16e1bcc2caf446fa3e1daa040b59fd6f6272a766 < 226d93b65f4f99b35fb7a03bdb24acb577364ebc | affected |
| Linux | Linux | 16e1bcc2caf446fa3e1daa040b59fd6f6272a766 < 1d8aabb413b5638670dfd1162169edc0ba276a2e | affected |
| Linux | Linux | 5.9 | affected |
| Linux | Linux | 0 < 5.9 | unaffected |
| Linux | Linux | 5.10.261 <= 5.10.* | unaffected |
| Linux | Linux | 5.15.212 <= 5.15.* | unaffected |
| Linux | Linux | 6.1.178 <= 6.1.* | unaffected |
| Linux | Linux | 6.6.145 <= 6.6.* | unaffected |
| Linux | Linux | 6.12.97 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.40 <= 6.18.* | unaffected |
| Linux | Linux | 7.1.5 <= 7.1.* | unaffected |
| Linux | Linux | 7.2 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/4e45e4c2015519a39c40eb575c03b77807fb5080
- https://git.kernel.org/stable/c/964f8f9015fb117402d8d2186593397cd93388e9
- https://git.kernel.org/stable/c/2ec7d16fe21c68b0879873a2abf9aac854c96134
- https://git.kernel.org/stable/c/4bcb23635d5059ee71f3fb89719ea14aada6fd59
- https://git.kernel.org/stable/c/f67d63628fe158b3a6e6b33a2b8c83ff118699d1
- https://git.kernel.org/stable/c/e098c9c6477dfa3cb363282100108484ceba5cc5
- https://git.kernel.org/stable/c/226d93b65f4f99b35fb7a03bdb24acb577364ebc
- https://git.kernel.org/stable/c/1d8aabb413b5638670dfd1162169edc0ba276a2e
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.