CVE-2024-26599

Publication date

2024-02-23 14:46:27

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: pwm: Fix out-of-bounds access in of_pwm_single_xlate() With args->args_count == 2 args->args[2] is not defined. Actually the flags are contained in args->args[1].