3 matches found
EUVD-2026-81734
In the Linux kernel, the following vulnerability has been resolved: ipvs: fix integer overflow in ftp helper port/address parsing ipvsftpgetaddrport accumulates decimal digits into a u16 hport and into unsigned char p without checking for overflow. A crafted FTP PASV/EPSV response with an over-lo...
CVE-2026-90141
CVE-2026-90141 affects the Linux kernel 's IPVS (IP Virtual Server) FTP helper. The function ip_vs_ftp_get_addrport() accumulates decimal digits into a __u16 and an unsigned char without overflow checks. A crafted FTP PASV/EPSV response containing an over-long port or address octet causes the val...
CVE-2025-68206
In the Linux kernel, the following vulnerability has been resolved: netfilter: nftct: add seqadj extension for natted connections Sequence adjustment may be required for FTP traffic with PASV/EPSV modes. due to need to re-write packet payload IP, port on the ftp control connection. This can requi...