Threats Tagged 'cve-2025-40172'
View all threats tagged with 'cve-2025-40172'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'cve-2025-40172'
Click on any threat for detailed analysis and mitigation recommendations
A vulnerability in the Linux kernel's accel/qaic component was resolved by treating a zero-length DMA transfer request as an error in the find_and_map_user_pages() function. Previously, if a DMA transfer request had a length of zero or a rare continuation condition occurred, the function could return success without properly setting up necessary structures, leading to a general protection fault when subsequent code accessed uninitialized data. The fix returns an EINVAL error for zero-sized requests or invalid continuation signals, preventing this fault. Join the discussion | GCVE Database | 11/12/2025, 12:30:28 UTC Added: 07/30/2026, 15:50:45 UTC |
In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Treat remaining == 0 as error in find_and_map_user_pages() Currently, if find_and_map_user_pages() takes a DMA xfer request from the user with a length field set to 0, or in a rare case, the host receives QAIC_TRANS_DMA_XFER_CONT from the device where resources->xferred_dma_size is equal to the requested transaction size, the function will return 0 before allocating an sgt or setting the fields of the dma_xfer struct. In that case, encode_addr_size_pairs() will try to access the sgt which will lead to a general protection fault. Return an EINVAL in case the user provides a zero-sized ALP, or the device requests continuation after all of the bytes have been transferred. Join the discussion | GCVE Database | 11/12/2025, 11:15:00 UTC Added: 07/18/2026, 11:37:23 UTC |
Showing 1 to 2 of 2 results