Lucene search
+L

rConfig < 3.9.3 Multiple RCE Vulnerabilities - Version Check

🗓️ 05 Nov 2019 00:00:00Reported by Copyright (C) 2019 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 40 Views

rConfig < 3.9.3 Multiple RCE Vulnerabilities (Version Check) - Prone to multiple remote code execution (RCE) vulnerabilities, including an authenticated RCE vulnerability in lib/crud/search.crud.php (CVE-2019-16663) and a RCE vulnerability in www/install/lib/ajaxHandlers/ajaxServerSettingsChk.php (CVE-2019-16662)

Related
Refs
Code
ReporterTitlePublishedViews
Family
zdt
zdt
rConfig 3.9.2 - Remote Code Execution Exploit
29 Oct 201900:00
zdt
zdt
zdt
rConfig - install Command Execution Exploit
9 Nov 201900:00
zdt
attackerkb
ATTACKERKB
CVE-2019-16662
28 Oct 201900:00
attackerkb
circl
Circl
CVE-2019-16662
3 Nov 201912:10
circl
circl
Circl
CVE-2019-16663
3 Nov 201912:10
circl
checkpoint_advisories
Check Point Advisories
rConfig Remote Code Execution (CVE-2019-16662; CVE-2019-16663)
5 Nov 201900:00
checkpoint_advisories
cve
CVE
CVE-2019-16662
28 Oct 201911:52
cve
cve
CVE
CVE-2019-16663
28 Oct 201911:53
cve
cvelist
Cvelist
CVE-2019-16662
28 Oct 201911:52
cvelist
cvelist
Cvelist
CVE-2019-16663
28 Oct 201911:53
cvelist
Rows per page
# SPDX-FileCopyrightText: 2019 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:rconfig:rconfig";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.143091");
  script_version("2025-03-18T05:38:50+0000");
  script_tag(name:"last_modification", value:"2025-03-18 05:38:50 +0000 (Tue, 18 Mar 2025)");
  script_tag(name:"creation_date", value:"2019-11-05 06:12:25 +0000 (Tue, 05 Nov 2019)");
  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:"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:"2019-10-29 19:15:00 +0000 (Tue, 29 Oct 2019)");

  script_cve_id("CVE-2019-16662", "CVE-2019-16663");

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

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

  script_name("rConfig < 3.9.3 Multiple RCE Vulnerabilities - Version Check");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2019 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_rconfig_detect.nasl");
  script_mandatory_keys("rconfig/detected");

  script_tag(name:"summary", value:"rConfig is prone to multiple remote code execution (RCE)
  vulnerabilities.");

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

  script_tag(name:"insight", value:"The following flaws exist:

  - CVE-2019-16663: An authenticated remote code execution vulnerability in lib/crud/search.crud.php

  - CVE-2019-16662: A RCE vulnerability in www/install/lib/ajaxHandlers/ajaxServerSettingsChk.php");

  script_tag(name:"affected", value:"rConfig version 3.9.2 and prior.");

  script_tag(name:"solution", value:"Update rConfig to version 3.9.3 or later.

  Also make sure that the unused www/install/lib/ajaxHandlers/ajaxServerSettingsChk.php file was
  removed from an existing installation.");

  script_xref(name:"URL", value:"https://shells.systems/rconfig-v3-9-2-authenticated-and-unauthenticated-rce-cve-2019-16663-and-cve-2019-16662/");
  script_xref(name:"URL", value:"https://www.rconfig.com/downloads/v3-release-notes");
  script_xref(name:"URL", value:"http://help.rconfig.com/gettingstarted/postinstall");

  exit(0);
}

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

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

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

version = infos["version"];
location = infos["location"];

if (version_is_less(version: version, test_version: "3.9.3")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "3.9.3", install_path: location);
  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