GHSA-hrw3-v9rv-877runknown
In the Linux kernel, the following vulnerability has been resolved: media: i2c: alvium: fix...
🔗 CVE IDs covered (1)
📋 Description
In the Linux kernel, the following vulnerability has been resolved:
media: i2c: alvium: fix critical pointer access in alvium_ctrl_init
The current implementation of alvium_ctrl_init creates several controls in function alvium_ctrl_init and uses the returned pointer without check. That can cause write access over NULL-pointer for several controls. The reworked code checks the pointers before adding flags.
🔗 References (6)
- https://nvd.nist.gov/vuln/detail/CVE-2026-68225
- https://git.kernel.org/stable/c/4bacfda44d36f165f6cb57bea408912886400ffa
- https://git.kernel.org/stable/c/4f6f28ff24709710c08557c127b3e4c3fb1b4159
- https://git.kernel.org/stable/c/7337c88205ed0ffc654f40266be0d3c3eb15fb29
- https://git.kernel.org/stable/c/eb2f934646aefb06314cecd1deb020794829b207
- https://github.com/advisories/GHSA-hrw3-v9rv-877r