cve/2024/CVE-2024-26599.md
2024-05-25 21:48:12 +02:00

721 B

CVE-2024-26599

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 theflags are contained in args->args[1].

POC

Reference

No PoCs from references.

Github