CVE-2025-21914
Published: Apr 1, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: slimbus: messaging: Free transaction ID in delayed interrupt scenario In case of interrupt delay for any reason, slim_do_transfer() returns timeout error but the transaction ID (TID) is not freed. This results into invalid memory access inside qcom_slim_ngd_rx_msgq_cb() due to invalid TID. Fix the issue by freeing the TID in slim_do_transfer() before returning timeout error to avoid invalid memory access. Call trace: __memcpy_fromio+0x20/0x190 qcom_slim_ngd_rx_msgq_cb+0x130/0x290 [slim_qcom_ngd_ctrl] vchan_complete+0x2a0/0x4a0 tasklet_action_common+0x274/0x700 tasklet_action+0x28/0x3c _stext+0x188/0x620 run_ksoftirqd+0x34/0x74 smpboot_thread_fn+0x1d8/0x464 kthread+0x178/0x238 ret_from_fork+0x10/0x20 Code: aa0003e8 91000429 f100044a 3940002b (3800150b) ---[ end trace 0fe00bec2b975c99 ]--- Kernel panic - not syncing: Oops: Fatal exception in interrupt.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected afbdcc7c384b0d446da08b1e0901dc176b41b9e0 - < cec8c0ac173fe5321f03fdb1a09a9cb69bc9a9feaffected afbdcc7c384b0d446da08b1e0901dc176b41b9e0 - < a32e5198a9134772eb03f7b72a7849094c55bda9affected afbdcc7c384b0d446da08b1e0901dc176b41b9e0 - < 09d34c4cbc38485c7514069f25348e439555b282affected afbdcc7c384b0d446da08b1e0901dc176b41b9e0 - < 18ae4cee05c310c299ba75d7477dcf34be67aa16affected afbdcc7c384b0d446da08b1e0901dc176b41b9e0 - < faac8e894014e8167471a8e4a5eb35a8fefbb82a+3 more versions |
Linux | Linux | affected 4.16unaffected 0 - < 4.16unaffected 5.4.291 - <= 5.4.*unaffected 5.10.235 - <= 5.10.*unaffected 5.15.179 - <= 5.15.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now