Lucene search
+L

Moxa MGate Authentication Bypass Vulnerability

🗓️ 25 Jul 2016 00:00:00Reported by Copyright (C) 2016 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 27 Views

Moxa MGate Authentication Bypass Vulnerability in multiple products. Check for version prior to specified fix

Related
Refs
Code
ReporterTitlePublishedViews
Family
cnvd
CNVD
Authentication Bypass Vulnerability in Multiple Moxa Products
18 Jul 201600:00
cnvd
cve
CVE
CVE-2016-5804
15 Jul 201616:00
cve
cvelist
Cvelist
CVE-2016-5804
15 Jul 201616:00
cvelist
euvd
EUVD
EUVD-2016-6739
7 Oct 202500:30
euvd
ics
ICS
Moxa MGate Authentication Bypass Vulnerability
17 Apr 201606:00
ics
nvd
NVD
CVE-2016-5804
15 Jul 201616:59
nvd
osv
OSV
CVE-2016-5804
15 Jul 201616:59
osv
prion
Prion
Authentication flaw
15 Jul 201616:59
prion
nessus
Tenable Nessus
Moxa MGate Authentication Bypass (CVE-2016-5804)
2 Aug 202300:00
nessus
# SPDX-FileCopyrightText: 2016 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.105823");
  script_cve_id("CVE-2016-5804");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_version("2023-07-20T05:05:17+0000");

  script_name("Moxa MGate Authentication Bypass Vulnerability");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/91777");
  script_xref(name:"URL", value:"https://ics-cert.us-cert.gov/advisories/ICSA-16-196-02");

  script_tag(name:"impact", value:"An attacker can exploit this issue to bypass the authentication
  mechanism and perform unauthorized actions. This may lead to further attacks.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"solution", value:"Updates are available. Please see the references or vendor advisoryfor more information.");

  script_tag(name:"summary", value:"Moxa Multiple Products are prone to an authentication-bypass vulnerability.");

  script_tag(name:"affected", value:"The following products are affected:

  MGate MB3180, versions prior to v1.8,

  MGate MB3280, versions prior to v2.7,

  MGate MB3480, versions prior to v2.6,

  MGate MB3170, versions prior to v2.5,

  MGate MB3270, versions prior to v2.7");

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

  script_tag(name:"last_modification", value:"2023-07-20 05:05:17 +0000 (Thu, 20 Jul 2023)");
  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:"2021-07-16 15:08:00 +0000 (Fri, 16 Jul 2021)");
  script_tag(name:"creation_date", value:"2016-07-25 14:23:53 +0200 (Mon, 25 Jul 2016)");
  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_dependencies("gb_moxa_mgate_consolidation.nasl");
  script_mandatory_keys("moxa/mgate/detected");

  exit(0);
}

include("host_details.inc");
include("version_func.inc");

cpe_list = make_list("cpe:/o:moxa:mb3280_firmware",
                     "cpe:/o:moxa:mb3270_firmware",
                     "cpe:/o:moxa:mb3180_firmware",
                     "cpe:/o:moxa:mb3170_firmware",
                     "cpe:/o:moxa:mb3480_firmware");

if( ! infos = get_app_port_from_list( cpe_list:cpe_list ) )
  exit( 0 );

cpe = infos["cpe"];

if( ! version = get_app_version( cpe:cpe, nofork:TRUE ) )
  exit( 0 );

if( cpe == "cpe:/o:moxa:mb3280_firmware" || cpe == "cpe:/o:moxa:mb3270_firmware" ) fix = '2.7';
if( cpe == "cpe:/o:moxa:mb3180_firmware" ) fix = '1.8';
if( cpe == "cpe:/o:moxa:mb3170_firmware" ) fix = '2.5';
if( cpe == "cpe:/o:moxa:mb3480_firmware" ) fix = '2.6';

if( ! fix )
  exit( 99 );

if( version_is_less( version:version, test_version:fix ) )
{
  report = report_fixed_ver( installed_version:version, fixed_version:fix );
  security_message( port:0, 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

20 Jul 2023 00:00Current
9.7High risk
Vulners AI Score9.7
CVSS 25
CVSS 3.19.8
EPSS0.01116
27