PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64100 Linux CVE debrief

A deadlock vulnerability was found in the Linux kernel's drm/msm component. The vulnerability occurs when kswapd0 holding fs_reclaim calls the MSM shrinker, which calls dma_resv_lock, acquiring fs_reclaim and resulting in a deadlock. The issue is resolved by using dma_resv_trylock() instead. This change prevents the deadlock by avoiding the acquisition of fs_reclaim while holding reservation_ww_class_acquire. Linux kernel developers and maintainers should review and apply the patch provided by the Linux kernel maintainers.

Vendor
Linux
Product
Unknown
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-19
Original CVE updated
2026-07-19
Advisory published
2026-07-19
Advisory updated
2026-07-19

Who should care

Linux kernel developers and maintainers, users of Linux kernel versions affected by this vulnerability, and security teams responsible for patching and vulnerability management should review and apply the patch provided by the Linux kernel maintainers. They should also monitor systems for potential exploitation attempts and verify the effectiveness of the fix.

Technical summary

The Linux kernel's drm/msm component has a deadlock vulnerability. When kswapd0 holding fs_reclaim calls the MSM shrinker, it calls dma_resv_lock, which acquires fs_reclaim, resulting in a deadlock. The fix replaces dma_resv_lock with dma_resv_trylock(), dropping the unused wait-wound lock 'ticket'. This change prevents the deadlock by avoiding the acquisition of fs_reclaim while holding reservation_ww_class_acquire. The patch provided by the Linux kernel maintainers should be reviewed and applied to affected systems.

Defensive priority

High priority for Linux kernel developers and maintainers to patch the vulnerability.

Recommended defensive actions

  • Review and apply the patch provided by the Linux kernel maintainers.
  • Update Linux kernel versions to include the fix.
  • Monitor systems for potential exploitation attempts.
  • Verify the effectiveness of the fix.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.
  • Review compensating controls for exposed systems while remediation is scheduled and verified.

Evidence notes

The vulnerability was resolved by using dma_resv_trylock() instead of dma_resv_lock. The fix was applied to the Linux kernel. This change prevents the deadlock by avoiding the acquisition of fs_reclaim while holding reservation_ww_class_acquire. Linux kernel developers and maintainers should verify the patch and apply it to affected systems. Evidence limits suggest that the fix is effective, but further verification is needed to confirm that it does not introduce new issues.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-19T16:17:51.140Z and has not been modified since then.