Fixed                
                
            
            
                
                    Created: Oct 22, 2025   
                                            Updated: Oct 26, 2025                                    
                
                    
                                    
             
         
        
            
            
                                    
                        Resolved Date: Oct 26, 2025                    
                
                
                                    
                        Found In Version: 10.22.33.1                    
                
                                    
                        Fix Version: 10.22.33.5                    
                
                                        
                            Severity: Standard                        
                    
                                        
                            Applicable for: Wind River Linux LTS 22                        
                    
                                    
                        Component/s: Kernel                    
                
                
                             
         
                        
                In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]iio: fix memory leak in iio_device_register_eventset()[EOL][EOL]When iio_device_register_sysfs_group() returns failed,[EOL]iio_device_register_eventset() needs to free attrs array.[EOL][EOL]Otherwise, kmemleak would scan & report memory leak as below:[EOL][EOL]unreferenced object 0xffff88810a1cc3c0 (size 32):[EOL]  comm "100-i2c-vcnl302", pid 728, jiffies 4295052307 (age 156.027s)[EOL]  backtrace:[EOL]    __kmalloc+0x46/0x1b0[EOL]    iio_device_register_eventset at drivers/iio/industrialio-event.c:541[EOL]    __iio_device_register at drivers/iio/industrialio-core.c:1959[EOL]    __devm_iio_device_register at drivers/iio/industrialio-core.c:2040