Fixed                
                
            
            
                
                    Created: Oct 22, 2025   
                                            Updated: Oct 26, 2025                                    
                
                    
                                    
             
         
        
            
            
                                    
                        Resolved Date: Oct 26, 2025                    
                
                
                                    
                        Found In Version: 10.23.30.1                    
                
                                    
                        Fix Version: 10.23.30.2                    
                
                                        
                            Severity: Standard                        
                    
                                        
                            Applicable for: Wind River Linux LTS 23                        
                    
                                    
                        Component/s: Kernel                    
                
                
                             
         
                        
                In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1[EOL][EOL]The type of size is unsigned int, if size is 0x40000000, there will[EOL]be an integer overflow, size will be zero after size *= sizeof(uint32_t),[EOL]will cause uninitialized memory to be referenced later.