Lucene search
+L

SolarWinds Log and Event Manager Command Injection Vulnerability

🗓️ 13 Nov 2015 00:00:00Reported by Copyright (C) 2015 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 27 Views

SolarWinds Log and Event Manager Command Injection Vulnerability. Vulnerability allows execution of arbitrary commands and code - fix by upgrading to version 6.2.0 or late

Related
Refs
Code
# SPDX-FileCopyrightText: 2015 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:solarwinds:log_and_event_manager";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.105450");
  script_cve_id("CVE-2015-7839", "CVE-2015-7840");
  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("2023-07-25T05:05:58+0000");

  script_name("SolarWinds Log and Event Manager Command Injection Vulnerability");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/77016");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/77118");

  script_tag(name:"impact", value:"An attacker can exploit this issue to execute arbitrary commands. Failed exploit attempts will result in a denial-of-service condition.");
  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
  script_tag(name:"insight", value:"The ping feature is subject to command injection. Specifically, by entering crafted text in response to the prompts, it is possible to open a bash shell allowing the execution
of arbitrary commands and code.

The second flaw exists within requests to /services/messagebroker/nonsecurestreamingamf utilizing the traceroute functionality. A command injection vulnerability exists which allows an attacker to execute arbitrary commands");
  script_tag(name:"solution", value:"Upgrade to SolarWinds Log and Event Manager version 6.2.0 or later.");
  script_tag(name:"summary", value:"SolarWinds Log and Event Manager is prone to a command-injection vulnerability.");
  script_tag(name:"affected", value:"SolarWinds Log and Event Manager < 6.2.0");

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

  script_tag(name:"last_modification", value:"2023-07-25 05:05:58 +0000 (Tue, 25 Jul 2023)");
  script_tag(name:"creation_date", value:"2015-11-13 11:00:23 +0100 (Fri, 13 Nov 2015)");
  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_copyright("Copyright (C) 2015 Greenbone AG");
  script_dependencies("gb_solarwinds_log_event_manager_version.nasl");
  script_mandatory_keys("solarwinds_lem/version");

  exit(0);
}

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

if( ! version = get_app_version( cpe:CPE ) ) exit( 0 );

if( version_is_less( version:version, test_version:"6.2.0" ) )
{
  report = 'Installed version: ' + version + '\n' +
           'Fixed version:     6.2.0';

  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

25 Jul 2023 00:00Current
4Medium risk
Vulners AI Score4
CVSS 27.5
EPSS0.06854
27