Lucene search
+L

e107 < 2.1.9 Multiple Vulnerabilities

🗓️ 14 Sep 2018 00:00:00Reported by Copyright (C) 2018 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 55 Views

e107 < 2.1.9 Multiple Vulnerabilitie

Related
Refs
Code
ReporterTitlePublishedViews
Family
cnvd
CNVD
e107 SQL Injection Vulnerability (CNVD-2018-18891)
14 Sep 201800:00
cnvd
cnvd
CNVD
e107 File Upload Vulnerability
21 Sep 201800:00
cnvd
cve
CVE
CVE-2018-16388
12 Sep 201816:00
cve
cve
CVE
CVE-2018-16389
12 Sep 201816:00
cve
cvelist
Cvelist
CVE-2018-16388
12 Sep 201816:00
cvelist
cvelist
Cvelist
CVE-2018-16389
12 Sep 201816:00
cvelist
euvd
EUVD
EUVD-2018-8232
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2018-8233
7 Oct 202500:30
euvd
nvd
NVD
CVE-2018-16388
12 Sep 201816:29
nvd
nvd
NVD
CVE-2018-16389
12 Sep 201816:29
nvd
Rows per page
# 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

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

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.141480");
  script_version("2023-07-20T05:05:17+0000");
  script_tag(name:"last_modification", value:"2023-07-20 05:05:17 +0000 (Thu, 20 Jul 2023)");
  script_tag(name:"creation_date", value:"2018-09-14 16:39:34 +0700 (Fri, 14 Sep 2018)");
  script_tag(name:"cvss_base", value:"6.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:P/I:P/A:P");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2018-11-02 18:38:00 +0000 (Fri, 02 Nov 2018)");

  script_cve_id("CVE-2018-16388", "CVE-2018-16389");

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

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

  script_name("e107 < 2.1.9 Multiple Vulnerabilities");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2018 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("e107_detect.nasl");
  script_mandatory_keys("e107/installed");

  script_tag(name:"summary", value:"e107 is prone to multiple vulnerabilities.");

  script_tag(name:"insight", value:"e107 is prone to multiple vulnerabilities:

  - Arbitrary PHP code execution (CVE-2018-16388)

  - SQL Injection (CVE-2018-16389)");

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

  script_tag(name:"affected", value:"e107 prior to version 2.1.9");

  script_tag(name:"solution", value:"Update to version 2.1.9 or later.");

  script_xref(name:"URL", value:"https://github.com/e107inc/e107/issues/3352");
  script_xref(name:"URL", value:"https://gist.github.com/ommadawn46/5cb22e7c66cc32a5c7734a8064b4d3f5");
  script_xref(name:"URL", value:"https://gist.github.com/ommadawn46/51e08e13e6980dcbcffb4322c29b93d0");

  exit(0);
}

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

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

if (!version = get_app_version(cpe: CPE, port: port))
  exit(0);

if (version_is_less(version: version, test_version: "2.1.9")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "2.1.9");
  security_message(port: port, data: report);
  exit(0);
}

exit(0);

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