CVE-2026-63090

ProFTPD · proftpd

A heap-based buffer overflow vulnerability in ProFTPD allows authenticated users to trigger memory corruption via improper SFTP packet reassembly.

Executive summary

A heap-based buffer overflow in ProFTPD could allow an authenticated attacker to gain unauthorized control or cause service disruption, requiring immediate attention.

Vulnerability

The vulnerability is a heap-based buffer overflow (CWE-122) occurring during the reassembly of SFTP packets. It requires the attacker to be authenticated to the system.

Business impact

Exploitation of this heap overflow can lead to arbitrary code execution or a denial of service condition. With a CVSS score of 8.8, the potential for total loss of confidentiality, integrity, and availability makes this a high-priority risk for any infrastructure relying on ProFTPD for file transfers.

Remediation

Immediate Action: Upgrade to ProFTPD version 1.3.9c or 1.3.10rc3, as these versions contain the necessary security patches.

Proactive Monitoring: Monitor server logs for segmentation faults or unusual process crashes that may indicate an attempt to exploit memory corruption vulnerabilities.

Compensating Controls: Restrict SFTP access to trusted IP ranges and ensure that the service is running within a containerized or sandboxed environment to reduce the impact of a potential compromise.

Exploitation status

Public Exploit Available: Yes, a technical analysis and advisory from VulnCheck exist.

Analyst recommendation

Given the critical nature of heap-based buffer overflows, it is imperative that organizations update their ProFTPD installations immediately. Failure to patch may expose the server to remote code execution risks by authenticated actors.