RaidenFTPD Server <= 2.4.4005 Buffer Overflow Vulnerability
🗓️ 20 Nov 2025 00:00:00Reported by Copyright (C) 2025 Greenbone AGType
openvas🔗 plugins.openvas.org👁 6 Views
| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| Exploit for Classic Buffer Overflow in Raidenftpd | 24 Aug 202320:57 | – | githubexploit | |
| CVE-2023-39063 | 11 Sep 202319:15 | – | attackerkb | |
| CVE-2023-39063 | 25 Aug 202308:48 | – | circl | |
| RaidenFTPD Security Vulnerability | 11 Sep 202300:00 | – | cnnvd | |
| CVE-2023-39063 | 11 Sep 202300:00 | – | cve | |
| CVE-2023-39063 | 11 Sep 202300:00 | – | cvelist | |
| EUVD-2023-42810 | 3 Oct 202520:07 | – | euvd | |
| CVE-2023-39063 | 11 Sep 202319:15 | – | nvd | |
| CVE-2023-39063 | 11 Sep 202319:15 | – | osv | |
| Buffer overflow | 11 Sep 202319:15 | – | prion |
10
| Source | Link |
|---|---|
| exploit-db | www.exploit-db.com/exploits/51611 |
| github | www.github.com/AndreGNogueira/CVE-2023-39063 |
# SPDX-FileCopyrightText: 2025 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
CPE = "cpe:/a:raidenftpd:raidenftpd";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.129017");
script_version("2025-12-12T15:41:28+0000");
script_tag(name:"last_modification", value:"2025-12-12 15:41:28 +0000 (Fri, 12 Dec 2025)");
script_tag(name:"creation_date", value:"2025-11-20 08:00:00 +0000 (Thu, 20 Nov 2025)");
script_tag(name:"cvss_base", value:"6.8");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:S/C:C/I:C/A:C");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2023-09-13 19:16:32 +0000 (Wed, 13 Sep 2023)");
script_cve_id("CVE-2023-39063");
script_tag(name:"qod_type", value:"executable_version");
script_tag(name:"solution_type", value:"VendorFix");
script_name("RaidenFTPD Server <= 2.4.4005 Buffer Overflow Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2025 Greenbone AG");
script_family("General");
script_dependencies("gb_raidenftpd_server_smb_login_detect.nasl");
script_mandatory_keys("RaidenFTPD/smb-login/detected");
script_tag(name:"summary", value:"RaidenFTPD v.2.4 build 4005 allows a local attacker to execute
arbitrary code via the Server name field of the step by step setup wizard.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"This vulnerability allows a local attacker to execute
arbitrary code via the Server name field of the 'step by step' setup wizard.");
script_tag(name:"impact", value:"Successful exploitation may allow a local attacker to execute
arbitrary code.");
script_tag(name:"affected", value:"RaidenFTPD Server version 2.4.4005 and prior.");
script_tag(name:"solution", value:"Update to version 2.4.4050 or later.");
script_xref(name:"URL", value:"https://github.com/AndreGNogueira/CVE-2023-39063");
script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/51611");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!infos = get_app_version_and_location(cpe: CPE, exit_no_version: TRUE))
exit(0);
version = infos["version"];
location = infos["location"];
if (version_is_less_equal(version: version, test_version: "2.4.4005")) {
report = report_fixed_ver(installed_version: version, fixed_version:"2.4.4050", install_path: location);
security_message(port: 0, data: report);
exit(0);
}
exit(99);
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
12 Dec 2025 00:00Current
7.5High risk
Vulners AI Score7.5
CVSS 3.17.8
EPSS0.00433
SSVC