In the Linux kernel, the following vulnerability has been...
        
  High severity
        
          Unreviewed
      
        Published
          Oct 23, 2025 
          to the GitHub Advisory Database
          •
          Updated Oct 23, 2025 
      
  
Description
        Published by the National Vulnerability Database
      Feb 26, 2025 
    
  
        Published to the GitHub Advisory Database
      Oct 23, 2025 
    
  
        Last updated
      Oct 23, 2025 
    
  
In the Linux kernel, the following vulnerability has been resolved:
drm/panfrost: Fix shrinker list corruption by madvise IOCTL
Calling madvise IOCTL twice on BO causes memory shrinker list corruption
and crashes kernel because BO is already on the list and it's added to
the list again, while BO should be removed from the list before it's
re-added. Fix it.
References