Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

EPSS

Процентиль: 37%
0.00457
Низкий

Дефекты

CWE-918

Связанные уязвимости

ubuntu
3 месяца назад

The ftpcp() function in Lib/ftplib.py was not updated when CVE-2021-4189 was fixed. While makepasv() was patched to replace server-supplied PASV host addresses with the actual peer address (getpeername()[0]), ftpcp() still calls parse227() directly and passes the raw attacker-controllable IP address and port to target.sendport(). This patch is related to CVE-2021-4189.

msrc
2 месяца назад

FTP PASV SSRF, ftpcp() does not use actual peer address, trusts server-supplied PASV host address

debian
3 месяца назад

The ftpcp() function in Lib/ftplib.py was not updated when CVE-2021-4 ...

github
3 месяца назад

The ftpcp() function in Lib/ftplib.py was not updated when CVE-2021-4189 was fixed. While makepasv() was patched to replace server-supplied PASV host addresses with the actual peer address (getpeername()[0]), ftpcp() still calls parse227() directly and passes the raw attacker-controllable IP address and port to target.sendport(). This patch is related to CVE-2021-4189.

suse-cvrf
7 дней назад

Security update for python3

EPSS

Процентиль: 37%
0.00457
Низкий

Дефекты

CWE-918