Lucene search
+L

Orange Livebox Router Information Exposure

🗓️ 27 Dec 2018 00:00:00Reported by Copyright (C) 2018 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 49 Views

Orange Livebox Router Information Exposure. Webserver leaks WiFi security protocol, SSID, and password in plain text. Vulnerability affects firmware versions before 00.96.00.96.613E. Update to firmware version 00.96.00.96.613E or later

Related
Refs
Code
# Copyright (C) 2018 Greenbone Networks GmbH
# 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-or-later
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.114055");
  script_version("2022-12-02T10:11:16+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:"2022-12-02 10:11:16 +0000 (Fri, 02 Dec 2022)");
  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:"2019-10-03 00:03:00 +0000 (Thu, 03 Oct 2019)");
  script_tag(name:"creation_date", value:"2018-12-27 18:03:44 +0100 (Thu, 27 Dec 2018)");
  script_category(ACT_ATTACK);
  script_copyright("Copyright (C) 2018 Greenbone Networks GmbH");
  script_family("Web application abuses");
  script_name("Orange Livebox Router Information Exposure");
  script_dependencies("gb_orange_livebox_router_detect.nasl");
  script_require_ports("Services/www", 8080);
  script_mandatory_keys("orange/livebox/detected");

  script_xref(name:"URL", value:"https://badpackets.net/over-19000-orange-livebox-adsl-modems-are-leaking-their-wifi-credentials/");

  script_cve_id("CVE-2018-20377");

  script_tag(name:"summary", value:"The remote installation of Orange Livebox is prone to
  an information exposure vulnerability. The webserver leaks the WiFi security protocol, SSID, and password in plain text.");

  script_tag(name:"impact", value:"This vulnerability might be exploited to obtain login information, if the leaked password
  matches the one used to log in as an administrator. Furthermore, people exploiting this vulnerability locally could obtain
  authenticated access to the WiFi access point.");

  script_tag(name:"insight", value:"This vulnerability affects all firmware versions before 00.96.00.96.613E.");

  script_tag(name:"vuldetect", value:"Sends a specific HTTP GET request to the host and checks if the information is being leaked.");

  script_tag(name:"solution", value:"Update to firmware version 00.96.00.96.613E or later. Also make sure the WiFi password never
  matches the password of the administrator in case this ever happens again.");

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

  exit(0);
}

include("host_details.inc");
include("misc_func.inc");
include("http_func.inc");

CPE = "cpe:/h:orange:livebox";

if(!port = get_app_port(cpe: CPE))
  exit(0);

if(!get_app_location(cpe: CPE, port: port, nofork: TRUE)) # nb: To have a reference to the Detection-VT
  exit(0);

url = "/get_getnetworkconf.cgi";

req = http_get_req(port: port, url: url);
res = http_send_recv(port: port, data: req);

if(res =~ "<html>\s*<body>\s*Orange-[0-9a-zA-Z_]+<BR>\s*[0-9a-zA-Z_]+<BR>") {
  report = "It was possible to obtain the SSID and the WiFi password.";
  report += '\n' + 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

02 Dec 2022 00:00Current
9.7High risk
Vulners AI Score9.7
CVSS 39.8
CVSS 210
EPSS0.07721
49