CVE-2026-90141: ipvs: fix integer overflow in ftp helper port/address parsing

Published Sep 17, 2026
·
Updated

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-long port or address octet wraps the value, so the helper configures the data connection with a truncated port/address.

The netfilter conntrack FTP helper had the same defect, fixed in commit 2b413fc689ba ("netfilter: nfconntrackftp: avoid u16 overflows"). Apply the equivalent fix here: widen the port accumulator to u32 and reject values above 65535, and reject address octets above 255.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:06 PM
Data Sourced
via MITRE·04:06 PM
Description

Frequently Asked Questions

1

What traffic must an attacker control to trigger this issue?

An attacker must be able to provide a crafted FTP PASV or EPSV response that is parsed by the IPVS FTP helper. The response needs an over-long port value or address octet that exceeds the valid numeric range.

2

What is the practical effect of successful exploitation?

The vulnerable parser can wrap oversized decimal values, causing the helper to configure an FTP data connection using a truncated port or address rather than the value represented in the response.

3

How is the issue fixed?

The fix uses a wider port accumulator and rejects port values above 65535. It also rejects FTP address octets above 255.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203