cve/2025/CVE-2025-38401.md
2025-09-29 21:09:30 +02:00

1.0 KiB

CVE-2025-38401

Description

In the Linux kernel, the following vulnerability has been resolved:mtk-sd: Prevent memory corruption from DMA map failureIf msdc_prepare_data() fails to map the DMA region, the request isnot prepared for data receiving, but msdc_start_data() proceedsthe DMA with previous setting.Since this will lead a memory corruption, we have to stop therequest operation soon after the msdc_prepare_data() fails toprepare it.

POC

Reference

No PoCs from references.

Github