{"dataType":"CVE_RECORD","dataVersion":"5.2","cveMetadata":{"cveId":"CVE-2025-71285","assignerOrgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","state":"PUBLISHED","assignerShortName":"Linux","dateReserved":"2026-05-06T11:31:45.509Z","datePublished":"2026-05-06T11:32:18.774Z","dateUpdated":"2026-05-11T21:57:14.720Z"},"containers":{"cna":{"providerMetadata":{"orgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","shortName":"Linux","dateUpdated":"2026-05-11T21:57:14.720Z"},"descriptions":[{"lang":"en","value":"In the Linux kernel, the following vulnerability has been resolved:\n\nnet: qrtr: Drop the MHI auto_queue feature for IPCR DL channels\n\nMHI stack offers the 'auto_queue' feature, which allows the MHI stack to\nauto queue the buffers for the RX path (DL channel). Though this feature\nsimplifies the client driver design, it introduces race between the client\ndrivers and the MHI stack. For instance, with auto_queue, the 'dl_callback'\nfor the DL channel may get called before the client driver is fully probed.\nThis means, by the time the dl_callback gets called, the client driver's\nstructures might not be initialized, leading to NULL ptr dereference.\n\nCurrently, the drivers have to workaround this issue by initializing the\ninternal structures before calling mhi_prepare_for_transfer_autoqueue().\nBut even so, there is a chance that the client driver's internal code path\nmay call the MHI queue APIs before mhi_prepare_for_transfer_autoqueue() is\ncalled, leading to similar NULL ptr dereference. This issue has been\nreported on the Qcom X1E80100 CRD machines affecting boot.\n\nSo to properly fix all these races, drop the MHI 'auto_queue' feature\naltogether and let the client driver (QRTR) manage the RX buffers manually.\nIn the QRTR driver, queue the RX buffers based on the ring length during\nprobe and recycle the buffers in 'dl_callback' once they are consumed. This\nalso warrants removing the setting of 'auto_queue' flag from controller\ndrivers.\n\nCurrently, this 'auto_queue' feature is only enabled for IPCR DL channel.\nSo only the QRTR client driver requires the modification."}],"affected":[{"product":"Linux","vendor":"Linux","defaultStatus":"unaffected","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","programFiles":["drivers/accel/qaic/mhi_controller.c","drivers/bus/mhi/host/pci_generic.c","drivers/net/wireless/ath/ath11k/mhi.c","drivers/net/wireless/ath/ath12k/mhi.c","net/qrtr/mhi.c"],"versions":[{"version":"227fee5fc99eeb74d43bf68832f6d59d30ac07d8","lessThan":"7bdff9b9b0c65ac7105416fe3a40686832515e20","status":"affected","versionType":"git"},{"version":"227fee5fc99eeb74d43bf68832f6d59d30ac07d8","lessThan":"8c464e00e0754e016816b1860fa9592dcad80eb2","status":"affected","versionType":"git"},{"version":"227fee5fc99eeb74d43bf68832f6d59d30ac07d8","lessThan":"51731792a25cb312ca94cdccfa139eb46de1b2ef","status":"affected","versionType":"git"},{"version":"c682fb70a7dfc25b848a4ff3a385b0471b470606","status":"affected","versionType":"git"}]},{"product":"Linux","vendor":"Linux","defaultStatus":"affected","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","programFiles":["drivers/accel/qaic/mhi_controller.c","drivers/bus/mhi/host/pci_generic.c","drivers/net/wireless/ath/ath11k/mhi.c","drivers/net/wireless/ath/ath12k/mhi.c","net/qrtr/mhi.c"],"versions":[{"version":"5.17","status":"affected"},{"version":"0","lessThan":"5.17","status":"unaffected","versionType":"semver"},{"version":"6.18.17","lessThanOrEqual":"6.18.*","status":"unaffected","versionType":"semver"},{"version":"6.19.6","lessThanOrEqual":"6.19.*","status":"unaffected","versionType":"semver"},{"version":"7.0","lessThanOrEqual":"*","status":"unaffected","versionType":"original_commit_for_fix"}]}],"cpeApplicability":[{"nodes":[{"operator":"OR","negate":false,"cpeMatch":[{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"5.17","versionEndExcluding":"6.18.17"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"5.17","versionEndExcluding":"6.19.6"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"5.17","versionEndExcluding":"7.0"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"5.15.63"}]}]}],"references":[{"url":"https://git.kernel.org/stable/c/7bdff9b9b0c65ac7105416fe3a40686832515e20"},{"url":"https://git.kernel.org/stable/c/8c464e00e0754e016816b1860fa9592dcad80eb2"},{"url":"https://git.kernel.org/stable/c/51731792a25cb312ca94cdccfa139eb46de1b2ef"}],"title":"net: qrtr: Drop the MHI auto_queue feature for IPCR DL channels","x_generator":{"engine":"bippy-1.2.0"}}}}