VYPR
Unrated severityNVD Advisory· Published Jan 8, 2022· Updated Aug 3, 2024

CVE-2022-22836

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

Patches

0

No 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

News mentions

0

No linked articles in our index yet.