EN

Tracker / CVE-2025-38516

CVE-2025-38516

Media 5.5

In the Linux kernel, the following vulnerability has been resolved: pinctrl: qcom: msm: mark certain pins as invalid for interrupts On some platforms, the UFS-reset pin has no interrupt logic in TLMM but is nevertheless registered as a GPIO in the kernel. This enables the user-space to trigger a BUG() in the pinctrl-msm driver by running, for example: `gpiomon -c 0 113` on RB2. The exact culprit is requesting pins whose intr_detection_width setting is not 1 or 2 for interrupts. This hits a BUG() in msm_gpio_irq_set_type(). Potentially crashing the kernel due to an invalid request from user-space is not optimal, so let's go through the pins and mark those that would fail the check as invalid for the irq chip as we should not even register them as available irqs. This function can be extended if we determine that there are more corner-cases like this.

Prodotti e versioni affette

debian debian_linux
linux linux_kernel
linux linux_kernel · 3.14 → 5.4.296
linux linux_kernel · 5.11 → 5.15.189
linux linux_kernel · 5.16 → 6.1.146
linux linux_kernel · 5.5 → 5.10.240
linux linux_kernel · 6.13 → 6.15.7
linux linux_kernel · 6.2 → 6.6.99
linux linux_kernel · 6.7 → 6.12.39

Analisi

Questa pagina non è ancora indicizzabile.Finché non contiene un’analisi originale — cosa espone davvero, come verificare in due minuti se un sistema è stato toccato, cosa fare se lo è stato — la pagina resta noindex. È il database a deciderlo, non il modello di pagina.

Riferimenti