<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>ProFTPD Before 1.3.9c - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/proftpd-before-1.3.9c/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Mon, 20 Jul 2026 15:19:56 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/proftpd-before-1.3.9c/feed.xml" rel="self" type="application/rss+xml"/><item><title>ProFTPD mod_sftp Heap Buffer Overflow Leads to Arbitrary Code Execution</title><link>https://feed.craftedsignal.io/briefs/2026-07-profotpd-mod-sftp-rce/</link><pubDate>Mon, 20 Jul 2026 15:19:56 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-profotpd-mod-sftp-rce/</guid><description>A heap-based buffer overflow vulnerability exists in the mod_sftp module of ProFTPD versions prior to 1.3.9c and 1.3.10rc3, allowing authenticated low-privilege attackers to achieve arbitrary code execution by sending specially crafted SFTP packet fragments exceeding 16 KB, corrupting memory and redirecting function calls.</description><content:encoded><![CDATA[<p>ProFTPD, an open-source FTP server, is affected by a critical heap-based buffer overflow vulnerability, CVE-2026-63090, residing within its <code>mod_sftp</code> module. This flaw impacts versions prior to 1.3.9c and 1.3.10rc3. Authenticated low-privilege attackers can exploit this vulnerability by dispatching specially crafted SFTP packet fragments that exceed the 16 KB reassembly buffer in the <code>fxp.c</code> component. Successful exploitation leads to memory corruption, allowing the attacker to manipulate critical pointers, specifically overwriting the <code>root_fs</code> BSS global pointer. This manipulation redirects the <code>pr_fsio_stat()</code> function to the <code>system()</code> function, enabling arbitrary code execution through a crafted RENAME request. The vulnerability poses a significant risk to the integrity and confidentiality of systems running vulnerable ProFTPD installations.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An authenticated low-privilege attacker establishes an SFTP connection to a vulnerable ProFTPD server.</li>
<li>The attacker crafts and sends SFTP packet fragments that intentionally exceed the 16 KB reassembly buffer size in the <code>mod_sftp</code> module's <code>fxp.c</code> component.</li>
<li>The oversized fragments trigger an incorrectly conditioned reallocation within the server's memory management.</li>
<li>This leads to a heap-based buffer overflow, corrupting pool freelist metadata in memory.</li>
<li>The attacker then manipulates the corrupted memory to overwrite the <code>root_fs</code> BSS global pointer, redirecting it to reference a fake filesystem structure.</li>
<li>This pointer redirection causes subsequent calls to the <code>pr_fsio_stat()</code> function to instead execute the <code>system()</code> function.</li>
<li>The attacker sends a crafted RENAME request, which now serves as a vehicle to pass arbitrary commands to the <code>system()</code> function.</li>
<li>Arbitrary code execution is achieved on the underlying server with the privileges of the ProFTPD process.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-63090 grants an authenticated low-privilege attacker arbitrary code execution capabilities on the affected server. This allows the attacker to execute any commands with the privileges of the ProFTPD process, potentially leading to full system compromise, data exfiltration, service disruption, or further lateral movement within the network. While no specific victim counts or targeted sectors are mentioned, any organization utilizing vulnerable ProFTPD installations is at risk of severe security breaches, impacting data confidentiality, integrity, and availability.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2026-63090 on all ProFTPD installations by upgrading to versions 1.3.9c, 1.3.10rc3, or later immediately.</li>
<li>Enable comprehensive logging for ProFTPD servers, specifically focusing on SFTP command logs and system call attempts, to identify unusual activity that could indicate exploitation of CVE-2026-63090.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>heap-overflow</category><category>rce</category><category>sftp</category></item></channel></rss>