CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel, specifically in the I2C core, where a failure during adapter registration can lead to a NULL-pointer dereference due to an uninitialized completion struct. This could potentially cause system crashes or instability. Linux system administrators and developers managing kernel-level operations should prioritize addressing this issue to ensure system reliability and prevent unexpected failures.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: i2c: core: fix NULL-deref on adapter registration failure If adapter registration ever fails the release callback would trigger a NULL-pointer dereference as the completion struct has not been initialised. Note that before the offending commit this would instead have resulted in a minor memory leak of the adapter name.