PatchSiren cyber security CVE debrief
CVE-2026-90141 Linux CVE debrief
A high-severity vulnerability has been resolved in the Linux kernel, affecting the ipvs (IP Virtual Server) component. The vulnerability, tracked as CVE-2026-90141, is caused by an integer overflow in the FTP helper port and address parsing. This could allow an attacker to manipulate the data connection configuration, potentially leading to security issues.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-17
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-09-17
- Advisory updated
- 2026-09-18
Who should care
Defenders and administrators responsible for Linux kernel-based systems, particularly those utilizing ipvs, should assess their exposure and prioritize patching or mitigation efforts.
Why it matters
CVE-2026-90141 is a high-severity vulnerability in the Linux kernel's ipvs component, caused by an integer overflow in FTP helper port and address parsing. Defenders should prioritize patching and verifying ipvs configurations to prevent potential security risks.
- Verify patch availability and apply updates to prevent potential security risks.
- Assess ipvs configurations for secure data connection settings.
- Monitor for suspicious FTP activity that could be related to this vulnerability.
Technical summary
The Linux kernel's ipvs component is vulnerable to an integer overflow in the FTP helper port and address parsing. This issue arises from the accumulation of decimal digits into __u16 (hport) and unsigned char (p[]) without proper overflow checks in the ip_vs_ftp_get_addrport() function. An attacker could exploit this by crafting a malicious FTP PASV/EPSV response, potentially causing the helper to configure the data connection with a truncated port or address.
Defensive priority
Defenders should prioritize verifying and applying patches for Linux kernel versions affected by this vulnerability, particularly in environments where ipvs is used.
Recommended defensive actions
- Verify Linux kernel versions in use and check for official patches or updates addressing CVE-2026-90141.
- Apply patches or updates as soon as available, particularly in environments utilizing ipvs.
- Review and update configurations for ipvs to ensure secure data connection settings.
- Perform an inventory of assets that may be impacted by this vulnerability.
- Monitor for suspicious FTP activity that could be related to this vulnerability.
- Implement compensating controls for exposed systems while remediation is scheduled and verified.
- Track exceptions and retest remediated assets to ensure the vulnerability is properly addressed.
Evidence notes
The vulnerability was introduced due to the accumulation of decimal digits into a __u16 (hport) and an unsigned char (p[]) without checking for overflow in the ip_vs_ftp_get_addrport() function. A crafted FTP PASV/EPSV response could trigger this overflow, causing the helper to configure the data connection with a truncated port or address.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-90141 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-90141
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-90141 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-90141
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/00bcc6d679262ea42688fba1d7819ea6e56f12ef
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/4aed450adaee3a021db27be94c61fe025b0d05ff
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/50cb9b7263a2ed01f7d2f97818a800c2ee05f661
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b1908bff0faaa94d55be72da65879cad632e8236
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/d02de9a7a7e2484da0cf37e50614840623b98a62
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/deaa88fa010ba0dfc554d09e006ddd1ce9945c82
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/e625a9477d12baaff4025c5f9989184a907ea8fc
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/fc1493c905d7e0bc8830c1d83915cb7831daf1a1
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.