CVE-2024-50007 | In the Linux kernel, the following vulnerability has been resolved: ALSA: asihpi: Fix potential OOB array access ASIHPI driver stores some values in the static array upon a response from the driver, and its index depends on the firmware. We shouldn't trust it blindly. This patch adds a sanity check of the array index to fit in the array size.
In the Linux kernel, the following vulnerability has been resolved:
ALSA: asihpi: Fix potential OOB array access
ASIHPI driver stores some values in the static array upon a response
from the driver, and its index depends on the firmware. We shouldn't
trust it blindly.
This patch adds a sanity check of the array index to fit in the array
size.
- 🔗 git.kernel.org/stable/c/a6bdb691cf7b66dcd929de1a253c5c42…
- 🔗 git.kernel.org/stable/c/ce2953e44829ec54bcbb57e9d890fc8a…
- 🔗 git.kernel.org/stable/c/219587bca2678e31700ef09ecec178ba…
- 🔗 git.kernel.org/stable/c/36ee4021bcc37b834996e79740d095d6…
- 🔗 git.kernel.org/stable/c/e658227d9d4f4e122d81690fdbc0d438…
- 🔗 git.kernel.org/stable/c/7a55740996701f7b2bc46dc988b60ef2…
- 🔗 git.kernel.org/stable/c/ad7248a5e92587b9266c62db8bcc4e58…
- 🔗 git.kernel.org/stable/c/876d04bf5a8ac1d6af5afd258cd37ab8…
Zero-Day & Vulnerability Intelligence Hub
Echtzeit-Tracking mit EPSS Exploit-Wahrscheinlichkeiten, Angriffsvektor-Decodern und KI-Patch-Anleitungen.
📊 Historien-Charts — Criticals-Trend · Vendors · EPSS-Verteilung
| Tier | 2026-08-29 | 2026-09-12 |
|---|---|---|
| ≥90 % | 4 | 0 |
| ≥50 % | 4 | 0 |
| ≥10 % | 3 | 0 |
| <10 % | 304 | 300 |
CVE-2024-50007 | In the Linux kernel, the following vulnerability has been resolved: ALSA: asihpi: Fix potential OOB array access ASIHPI driver stores some values in the static array upon a response from the driver, and its index depends on the firmware. We shouldn't trust it blindly. This patch adds a sanity check of the array index to fit in the array size.
In the Linux kernel, the following vulnerability has been resolved: ALSA: asihpi: Fix potential OOB array access ASIHPI driver stores some values in the static array upon a response from the driver, and its index depends on the firmware.