PT-2026-84941 · Linux · Linux
CVE-2026-80743
·
Publicado
2026-09-03
·
Atualizado
2026-09-03
Nenhuma
Não há classificações de severidade ou métricas disponíveis. Quando houver, atualizaremos as informações correspondentes na página.
In the Linux kernel, the following vulnerability has been resolved:
ASoC: xilinx: formatter pcm: pass aud drv data to irq handlers
The irq handlers take a struct device pointer and call
dev get drvdata() to obtain the driver data. However, the driver
data is only set at the end of probe, after devm request irq(),
so an interrupt taken in between causes the handlers to pass a
NULL pointer to readl() and crash.
Pass the private data directly as the devm request irq() argument
instead of the device pointer, matching what the handlers expect.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Identificadores relacionados
Produtos afetados
Linux