Acknowledged                
                
            
            
                
                    Created: Oct 29, 2025   
                                            Updated: Oct 30, 2025                                    
                
                    
                                    
             
         
        
            
            
                
                
                                    
                        Found In Version: 10.22.33.1                    
                
                
                                        
                            Severity: Standard                        
                    
                                        
                            Applicable for: Wind River Linux LTS 22                        
                    
                                    
                        Component/s: Kernel                    
                
                
                             
         
                        
                In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]net: dlink: handle copy_thresh allocation failure[EOL][EOL]The driver did not handle failure of `netdev_alloc_skb_ip_align()`.[EOL]If the allocation failed, dereferencing `skb->protocol` could lead to[EOL]a NULL pointer dereference.[EOL][EOL]This patch tries to allocate `skb`. If the allocation fails, it falls[EOL]back to the normal path.[EOL][EOL]Tested-on: D-Link DGE-550T Rev-A3