[SRU][Mantic][PATCH 0/1] CVE-2024-26599

Bethany Jamison bethany.jamison at canonical.com
Mon Mar 4 20:37:17 UTC 2024


[Impact]

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

[Fix]

Mantic: Clean cherry-pick.

[Test Case]

Compile and boot tested.

[Where problems could occur]

Likelihood of regression is low and would only affect those
using PWM interface.

Uwe Kleine-König (1):
  pwm: Fix out-of-bounds access in of_pwm_single_xlate()

 drivers/pwm/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.34.1




More information about the kernel-team mailing list