CyberRota Analysis
AI-GeneratedA vulnerability in the Linux kernel affects the power supply subsystem, where improper handling of multiple values in the device tree property `power-supplies` can lead to an out-of-bounds access in the `supplied_from` array. This could potentially allow an attacker to exploit the memory corruption, leading to system instability or unauthorized access. Linux system administrators and developers working with power management features should prioritize addressing this issue to mitigate potential risks.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: power: supply: core: fix supplied_from allocations If dts property power-supplies has multiple values, then accessing to psy->supplied_from[i-1] in __power_supply_populate_supplied_from will overrun supplied_from array.