In the Linux kernel, the following vulnerability has been resolved:
iio: adc: ad4130: zero-initialize clock init data
The clk_init_data struct does not have all its members
initialized, causing issues when trying to expose the internal
clock on the CLK pin.
Fix this by zero-initializing the clk_init_data struct.
                
            References
                    Configurations
                    Configuration 1 (hide)
| 
 | 
History
                    27 Feb 2025, 21:59
| Type | Values Removed | Values Added | 
|---|---|---|
| First Time | Linux Linux linux Kernel | |
| CVSS | v2 : v3 : | v2 : unknown v3 : 5.5 | 
| CWE | CWE-908 | |
| CPE | cpe:2.3:o:linux:linux_kernel:6.8:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc3:*:*:*:*:*:* | |
| References | () https://git.kernel.org/stable/c/02876e2df02f8b17a593d77a0a7879a8109b27e1 - Patch | |
| References | () https://git.kernel.org/stable/c/0e0dab37750926d4fb0144edb1c1ea0612fea273 - Patch | |
| References | () https://git.kernel.org/stable/c/a22b0a2be69a36511cb5b37d948b651ddf7debf3 - Patch | 
21 Nov 2024, 09:02
| Type | Values Removed | Values Added | 
|---|---|---|
| Summary | 
 | |
| References | () https://git.kernel.org/stable/c/02876e2df02f8b17a593d77a0a7879a8109b27e1 - | |
| References | () https://git.kernel.org/stable/c/0e0dab37750926d4fb0144edb1c1ea0612fea273 - | |
| References | () https://git.kernel.org/stable/c/a22b0a2be69a36511cb5b37d948b651ddf7debf3 - | 
03 Apr 2024, 15:15
| Type | Values Removed | Values Added | 
|---|---|---|
| New CVE | 
Information
                Published : 2024-04-03 15:15
Updated : 2025-02-27 21:59
NVD link : CVE-2024-26711
Mitre link : CVE-2024-26711
CVE.ORG link : CVE-2024-26711
JSON object : View
Products Affected
                linux
- linux_kernel
CWE
                
                    
                        
                        CWE-908
                        
            Use of Uninitialized Resource
