← Vulnerability feed

Vulnerability record · CVE-2009-2265 · published 5 July 2009

CVE-2009-2265: FCKeditor connector directory traversal enables arbitrary file creation

Fckeditor · Fckeditor

FCKeditor before 2.6.4.1 contains multiple directory traversal flaws in its connector modules, reachable through the file browser and editor/filemanager/connectors/ directory. Attackers can use traversal sequences to write executable files into arbitrary directories, which was exploited in the wild in July 2009 for remote code execution.

7.5 CVSS 2.0 High EPSS 84% · top 0.3% CWE-22 · Path traversal
7.5CVSS 2.0 base score
84%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
28References
16 Jun 2026Last modified by NVD

Description

Multiple directory traversal vulnerabilities in FCKeditor before 2.6.4.1 allow remote attackers to create executable files in arbitrary directories via directory traversal sequences in the input to unspecified connector modules, as exploited in the wild for remote code execution in July 2009, related to the file browser and the editor/filemanager/connectors/ directory.

AV:N/AC:L/Au:N/C:P/I:P/A:P

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 18 September 2026. Confidence: high.

critical priorityUnauthenticated network exploitation leads to remote code execution, was exploited in the wild, and has very high EPSS despite not being in KEV.

What it is

FCKeditor before 2.6.4.1 contains multiple directory traversal flaws in its connector modules, reachable through the file browser and editor/filemanager/connectors/ directory. Attackers can use traversal sequences to write executable files into arbitrary directories, which was exploited in the wild in July 2009 for remote code execution.

Impact

An attacker can place executable files anywhere the web server can write, leading to remote code execution under the web server's privileges. This gives full control over the affected application and potentially the host.

Attack surface

The flaw is network-reachable through the FCKeditor connector endpoints (file browser and editor/filemanager/connectors/). The CVSS vector AV:N/AC:L/Au:N indicates no authentication and no user interaction are required.

Exploitation

The description states it was exploited in the wild for remote code execution in July 2009. It is not listed in CISA KEV, but EPSS is very high at 0.83744 (99.675th percentile), and a reference is tagged Patch.

What to do

  • Upgrade FCKeditor to 2.6.4.1 or later, or apply the vendor patch referenced in the OCert advisory.
  • If FCKeditor cannot be updated, disable or remove the file browser and connector modules, or restrict access to editor/filemanager/connectors/.
  • Configure the web server to deny execution of scripts in upload and file storage directories.
  • Run the web server with least privilege and ensure its account cannot write to web-executable directories.
  • Audit for and remove any unexpected executable files written by the connector.

Detection

  • Monitor web logs for traversal sequences such as ../ in requests to FCKeditor connector paths.
  • Alert on file creation events in web-accessible directories, especially new executable files.
  • Review connector endpoint access for unexpected upload or file creation requests.
  • Check for known FCKeditor connector paths being accessed from untrusted sources.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

LinkTags
http://isc.sans.org/diary.html?storyid=6724
http://mail.zope.org/pipermail/zope-dev/2009-July/037195.html
http://packetstormsecurity.com/files/163271/Adobe-ColdFusion-8-Remote-Command-Execution.html
http://secunia.com/advisories/35833
http://secunia.com/advisories/35909
http://sourceforge.net/project/shownotes.php?release_id=695430
http://www.debian.org/security/2009/dsa-1836
http://www.ocert.org/advisories/ocert-2009-007.html Patch
http://www.securityfocus.com/archive/1/504721/100/0/threaded
http://www.securitytracker.com/id?1022513
http://www.vupen.com/english/advisories/2009/1813
http://www.vupen.com/english/advisories/2009/1825
https://www.redhat.com/archives/fedora-package-announce/2009-July/msg00710.html
https://www.redhat.com/archives/fedora-package-announce/2009-July/msg00750.html
http://isc.sans.org/diary.html?storyid=6724
http://mail.zope.org/pipermail/zope-dev/2009-July/037195.html
http://packetstormsecurity.com/files/163271/Adobe-ColdFusion-8-Remote-Command-Execution.html
http://secunia.com/advisories/35833
http://secunia.com/advisories/35909
http://sourceforge.net/project/shownotes.php?release_id=695430
http://www.debian.org/security/2009/dsa-1836
http://www.ocert.org/advisories/ocert-2009-007.html Patch
http://www.securityfocus.com/archive/1/504721/100/0/threaded
http://www.securitytracker.com/id?1022513
http://www.vupen.com/english/advisories/2009/1813
http://www.vupen.com/english/advisories/2009/1825
https://www.redhat.com/archives/fedora-package-announce/2009-July/msg00710.html
https://www.redhat.com/archives/fedora-package-announce/2009-July/msg00750.html

Track CVE-2009-2265 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

7.5CVE-2008-6178Fckeditor code injection vulnerabilityUnrestricted file upload vulnerability in editor/filemanager/browser/default/connectors/php/connector.php in FCKeditor 2.2, as used in Falt4 CMS, Nuk…EPSS 7.8%6.4CVE-2006-0921Fckeditor vulnerabilityMultiple directory traversal vulnerabilities in connector.php in FCKeditor 2.0 FC, as used in products such as RunCMS, allow remote attackers to list…EPSS 1.7%5.0CVE-2006-2529Fckeditor vulnerabilityeditor/filemanager/upload/php/upload.php in FCKeditor before 2.3 Beta, when the upload feature is enabled, does not verify the Type parameter, which …EPSS 2.4%5.0CVE-2006-0658Fckeditor vulnerabilityIncomplete blacklist vulnerability in connector.php in FCKeditor 2.0 and 2.2, as used in products such as RunCMS, allows remote attackers to upload a…EPSS 6.9%5.0CVE-2005-0613Fckeditor vulnerabilityUnknown vulnerability in FCKeditor 2.0 RC2, when used with PHP-Nuke, allows remote attackers to upload arbitrary files.EPSS 4.6%4.3CVE-2009-2324Fckeditor cross-site scripting vulnerabilityMultiple cross-site scripting (XSS) vulnerabilities in FCKeditor before 2.6.4.1 allow remote attackers to inject arbitrary web script or HTML via com…EPSS 1.7%4.3CVE-2006-6978Fckeditor cross-site scripting vulnerabilityCross-site scripting (XSS) vulnerability in the "Basic Toolbar Selection" in FCKEditor allows remote attackers to execute arbitrary JavaScript via th…EPSS 1.1%9.8CVE-2026-93616Checkpoint multi-domain security management path traversal vulnerabilityA directory traversal and file upload vulnerability allows an unauthenticated attacker to upload and execute arbitrary scripts on Check Point Managem…KEVEPSS 20%

Source: NIST National Vulnerability Database (record CVE-2009-2265), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.