CVE-2022-22836
Description
Authenticated directory traversal in CoreFTP Server before build 727 allows an attacker to create arbitrary files via a crafted HTTP PUT request.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Authenticated directory traversal in CoreFTP Server before build 727 allows an attacker to create arbitrary files via a crafted HTTP PUT request.
Vulnerability
CoreFTP Server versions before build 727 are vulnerable to a directory traversal vulnerability exploitable via an authenticated HTTP PUT request. By injecting ../ sequences in the request path, an attacker can write files outside the intended directory, despite being limited by authentication. The vulnerability was fixed in build 727, but the first public fix announcement appears to be for build 778 [1].
Exploitation
An attacker must first have valid credentials to authenticate with the CoreFTP Server. Once authenticated, the attacker sends a crafted HTTP PUT request containing ../ sequences in the resource path, bypassing the intended directory restriction and allowing data to be written to arbitrary locations on the server filesystem.
Impact
Successful exploitation allows an authenticated attacker to create files anywhere on the server's filesystem. This could lead to arbitrary code execution if the attacker writes executable files (e.g., a script or binary) to a location that will be executed, or to data corruption and privilege escalation. The vulnerability does not require any user interaction beyond the initial authentication step.
Mitigation
The vulnerability is fixed in CoreFTP Server version 727 and later. Users are strongly urged to upgrade to build 727 (minimum). The latest available build is 778 [1]. No workarounds are documented in the available references.
AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- CoreFTP/CoreFTP Serverdescription
- Range: <727
Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
2- www.coreftp.com/forums/viewtopic.phpmitrex_refsource_MISC
- yoursecuritybores.me/coreftp-vulnerabilities/mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.