CVE-2026-67191: Xlight FTP Server < 3.9.5 Pre-Auth Heap Buffer Overflow via SSH Parser
Xlight FTP Server before 3.9.5 contains a pre-authentication heap buffer overflow vulnerability that allows remote unauthenticated attackers to write past the end of a heap buffer by sending a malformed SSH client identification string. A logic error in the recv loop's termination condition uses an incorrect OR operator where an AND operator is required, enabling exploitation on any SSH or SFTP connection before authentication occurs.
Security readout for executives and security teams
Plain-English summary
An internet-reachable Xlight FTP Server running a version earlier than 3.9.5 could be compromised before login. A specially malformed SSH identification message can corrupt server memory, potentially allowing data theft, alteration, service disruption, or code execution. The supplied evidence does not establish active exploitation.
Executive priority
Prioritize immediate remediation of externally reachable systems, followed by internally exposed instances. The pre-authentication attack surface and potential confidentiality, integrity, and availability impact justify emergency handling. Avoid claiming a confirmed breach solely from this CVE; investigate suspicious crashes or connection patterns separately.
Technical view
A logic error in the SSH receive loop uses OR instead of AND in its termination condition. An unauthenticated remote client can send a malformed SSH identification string that writes beyond a heap buffer before authentication. CVE-2026-67191 is classified as CWE-122 with CVSS 3.1 score 9.8.
Likely exposure
Exposure is highest where Xlight FTP Server earlier than 3.9.5 accepts SSH or SFTP connections from untrusted networks. Authentication controls do not prevent exploitation because the vulnerable parsing occurs beforehand. The supplied sources do not provide deployment prevalence or observed target data.
Exploitation context
The vulnerability is remotely reachable, requires no privileges or user interaction, and has low stated attack complexity. However, it is not listed as KEV in the supplied bundle, and no cited evidence confirms exploitation in the wild. Treat exploitability as credible but active exploitation as unverified.
Researcher notes
The supplied record identifies a pre-authentication heap overwrite in SSH client-identification parsing and attributes it to an incorrect loop condition. It does not provide crash signatures, affected platform details, exploitation telemetry, or proof of reliable code execution. Validate exposure through version and service configuration without sending malformed traffic to production systems.
Mitigation direction
Upgrade Xlight FTP Server to version 3.9.5 or later.
Confirm the installed release and remediation guidance against the vendor changelog.
Restrict SSH and SFTP access to trusted networks until upgrading.
Disable SSH or SFTP service temporarily if operationally feasible and unnecessary.
Monitor vendor and trusted vulnerability sources for updated guidance.
Validation and detection
Inventory systems running Xlight FTP Server and record their exact versions.
Identify whether SSH or SFTP is enabled and reachable from untrusted networks.
Verify every affected installation reports version 3.9.5 or later after remediation.
Review logs for unusual pre-authentication SSH connections, crashes, or service restarts.
Confirm network restrictions prevent unauthorized access to remaining vulnerable instances.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-122: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
1ADP providers
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-122 · source CWE mapping
Heap-based Buffer Overflow
Heap-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.