Lucene search
+L

Apache OpenMeetings < 3.1.2 Multiple Vulnerabilities - Active Check

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

Apache OpenMeetings < 3.1.2 Multiple Vulnerabilities - Active Check. Prone to multiple vulnerabilities including improper sanitization of input and remote code execution

Related
Refs
Code
ReporterTitlePublishedViews
Family
cnvd
CNVD
Apache OpenMeetings Cross-Site Scripting Vulnerability (CNVD-2016-06335)
16 Aug 201600:00
cnvd
cnvd
CNVD
Apache OpenMeetings Remote Code Execution Vulnerability
9 Nov 201600:00
cnvd
cve
CVE
CVE-2016-3089
19 Aug 201621:00
cve
cve
CVE
CVE-2016-8736
12 Oct 201718:00
cve
cvelist
Cvelist
CVE-2016-3089
19 Aug 201621:00
cvelist
cvelist
Cvelist
CVE-2016-8736
12 Oct 201718:00
cvelist
euvd
EUVD
EUVD-2022-2693
3 Oct 202520:07
euvd
euvd
EUVD
EUVD-2022-2771
3 Oct 202520:07
euvd
github
Github Security Blog
Apache OpenMeetings Cross-site Scripting vulnerability
14 May 202202:46
github
github
Github Security Blog
Apache OpenMeetings RCE
14 May 202201:29
github
Rows per page
# 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

CPE = "cpe:/a:apache:openmeetings";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.808658");
  script_version("2025-01-21T05:37:33+0000");
  script_tag(name:"last_modification", value:"2025-01-21 05:37:33 +0000 (Tue, 21 Jan 2025)");
  script_tag(name:"creation_date", value:"2016-08-23 15:09:03 +0530 (Tue, 23 Aug 2016)");
  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.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-03-01 20:46:00 +0000 (Fri, 01 Mar 2019)");

  script_cve_id("CVE-2016-3089", "CVE-2016-8736");

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

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

  script_name("Apache OpenMeetings < 3.1.2 Multiple Vulnerabilities - Active Check");

  script_category(ACT_ATTACK);

  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_apache_openmeetings_http_detect.nasl");
  script_mandatory_keys("apache/openmeetings/http/detected");
  script_require_ports("Services/www", 5443);

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

  script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");

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

  - CVE-2016-3089: Improper sanitization of input to 'swf'query parameter in swf panel

  - CVE-2016-8736: Remote code execution (RCE) via RMI deserialization attack");

  script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to execute:

  - arbitrary script code in a user's browser session within the trust relationship between their
  browser and the server

  - remote commands via RMI attacks against the server");

  script_tag(name:"affected", value:"Apache OpenMeetings prior to version 3.1.2.");

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

  script_xref(name:"URL", value:"http://openmeetings.apache.org/security.html");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/92442");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/94145");
  script_xref(name:"URL", value:"https://www.apache.org/dist/openmeetings/3.1.2/CHANGELOG");

  exit(0);
}

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

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

if (!dir = get_app_location(cpe: CPE, port: port))
  exit(0);

if (dir == "/")
  dir = "";

url = dir + '/swf?swf=%3Cscript%3Ealert%28document.cookie%29%3C/script%3E';

if (http_vuln_check(port: port, url: url, check_header: TRUE,
                    pattern: "<script>alert\(document\.cookie\)</script>",
                    extra_check: make_list(">OpenMeetings<", ">Timezone<"))) {
  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

21 Jan 2025 00:00Current
8High risk
Vulners AI Score8
CVSS 27.5
CVSS 39.8
EPSS0.04769
23