AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-74271

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

A 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.

CVE
CVE-2026-74271
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

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.