First published: Sat Nov 26 2022(Updated: )
In PaddlePaddle before 2.4, paddle.audio.functional.get_window is vulnerable to code injection because it calls eval on a user-supplied winstr. This may lead to arbitrary code execution.
Credit: cve@mitre.org cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Paddlepaddle Paddlepaddle | <2.4 | |
<2.4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The vulnerability ID for this issue is CVE-2022-45908.
The severity of CVE-2022-45908 is critical with a CVSS score of 9.8.
The affected software is PaddlePaddle before version 2.4.
The vulnerability CVE-2022-45908 occurs because PaddlePaddle's paddle.audio.functional.get_window function calls eval on a user-supplied winstr, which can lead to code injection and arbitrary code execution.
Yes, the fix for CVE-2022-45908 is available in PaddlePaddle version 2.4 and above.