SB2023080137 - Multiple vulnerabilities in PaddlePaddle
Published: August 1, 2023
Breakdown by Severity
- Low
- Medium
- High
- Critical
Description
This security bulletin contains information about 5 secuirty vulnerabilities.
1) OS Command Injection (CVE-ID: CVE-2023-38673)
The vulnerability allows a remote attacker to execute arbitrary shell commands on the target system.
The vulnerability exists due to improper input validation in the fs.py. A remote unauthenticated attacker can pass specially crafted data to the application and execute arbitrary OS commands on the target system.
Successful exploitation of this vulnerability may result in complete compromise of vulnerable system.
2) Use-after-free (CVE-ID: CVE-2023-38669)
The vulnerability allows a remote attacker to compromise vulnerable system.
The vulnerability exists due to a use-after-free error in paddle.diagonal. A remote attacker can perform a denial of service (DoS) attack.
3) NULL pointer dereference (CVE-ID: CVE-2023-38670)
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to a NULL pointer dereference error in paddle.flip. A remote attacker can pass specially crafted data to the application and perform a denial of service (DoS) attack.
4) Heap-based buffer overflow (CVE-ID: CVE-2023-38671)
The vulnerability allows a remote attacker to execute arbitrary code on the target system.
The vulnerability exists due to a boundary error in paddle.trace. A remote attacker can pass specially crafted data to the application, trigger a heap-based buffer overflow and execute arbitrary code on the target system.
Successful exploitation of this vulnerability may result in complete compromise of vulnerable system.
5) Input validation error (CVE-ID: CVE-2023-38672)
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to insufficient validation of user-supplied input within the FPE in paddle.trace. A remote attacker can pass specially crafted input to the application and perform a denial of service (DoS) attack.
Remediation
Install update from vendor's website.
References
- https://github.com/PaddlePaddle/Paddle/blob/develop/security/advisory/pdsa-2023-005.md
- https://github.com/PaddlePaddle/Paddle/blob/develop/security/advisory/pdsa-2023-001.md
- https://github.com/PaddlePaddle/Paddle/blob/develop/security/advisory/pdsa-2023-002.md
- https://github.com/PaddlePaddle/Paddle/blob/develop/security/advisory/pdsa-2023-003.md
- https://github.com/PaddlePaddle/Paddle/blob/develop/security/advisory/pdsa-2023-004.md