Wowza Streaming Engine Multiple Vulnerabilities
🗓️ 07 Sep 2016 00:00:00Reported by Copyright (C) 2016 Greenbone AGType
openvas🔗 plugins.openvas.org👁 29 Views
| Reporter | Title | Published | Views | Family All 38 |
|---|---|---|---|---|
| CVE-2016-20036 | 15 Mar 202618:34 | – | attackerkb | |
| CVE-2016-20035 | 15 Mar 202618:34 | – | attackerkb | |
| CVE-2016-20034 | 15 Mar 202618:34 | – | attackerkb | |
| CVE-2016-20033 | 15 Mar 202618:34 | – | attackerkb | |
| CVE-2016-20033 | 19 Mar 202622:40 | – | circl | |
| CVE-2016-20034 | 19 Mar 202616:20 | – | circl | |
| Wowza Media Systems Wowza Streaming Engine 跨站脚本漏洞 | 16 Mar 202600:00 | – | cnnvd | |
| Wowza Media Systems Wowza Streaming Engine 跨站请求伪造漏洞 | 16 Mar 202600:00 | – | cnnvd | |
| Wowza Media Systems Wowza Streaming Engine 跨站请求伪造漏洞 | 16 Mar 202600:00 | – | cnnvd | |
| Wowza Media Systems Wowza Streaming Engine 安全漏洞 | 16 Mar 202600:00 | – | cnnvd |
10
| Source | Link |
|---|---|
| exploit-db | www.exploit-db.com/exploits/40134/ |
| zeroscience | www.zeroscience.mk/en/vulnerabilities/ZSL-2016-5339.php |
| exploit-db | www.exploit-db.com/exploits/40135/ |
| zeroscience | www.zeroscience.mk/en/vulnerabilities/ZSL-2016-5343.php |
| zeroscience | www.zeroscience.mk/en/vulnerabilities/ZSL-2016-5341.php |
| exploit-db | www.exploit-db.com/exploits/40133/ |
| exploit-db | www.exploit-db.com/exploits/40132/ |
| zeroscience | www.zeroscience.mk/en/vulnerabilities/ZSL-2016-5340.php |
# 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:wowza:streaming_engine";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.106225");
script_version("2026-03-20T05:55:14+0000");
script_tag(name:"last_modification", value:"2026-03-20 05:55:14 +0000 (Fri, 20 Mar 2026)");
script_tag(name:"creation_date", value:"2016-09-07 11:27:17 +0700 (Wed, 07 Sep 2016)");
script_tag(name:"cvss_base", value:"9.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:C/I:C/A:C");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2026-03-19 14:16:48 +0000 (Thu, 19 Mar 2026)");
script_cve_id("CVE-2016-20033", "CVE-2016-20034", "CVE-2016-20035", "CVE-2016-20036");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Wowza Streaming Engine Multiple Vulnerabilities");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2016 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_wowza_streaming_engine_consolidation.nasl");
script_mandatory_keys("wowza_streaming_engine/detected");
script_tag(name:"summary", value:"Wowza Streaming Engine is prone to multiple vulnerabilities.");
script_tag(name:"insight", value:"The following vulnerabilities exist:
- CVE-2016-20033: Local privilege escalation by replacing executable files
- CVE-2016-20034: The application suffers from a privilege escalation issue. Normal user
(read-only) can elevate his/her privileges by sending a POST request setting the parameter
'accessLevel' to 'admin' gaining admin rights and/or setting the parameter 'advUser' to 'true'
and '_advUser' to 'on' gaining advanced admin rights.
- CVE-2016-20035: The application interface allows users to perform certain actions via HTTP
requests without performing any validity checks to verify the requests. This can be exploited to
perform certain actions with administrative privileges if a logged-in user visits a malicious web
site.
- CVE-2016-20036: Wowza Streaming Engine suffers from multiple reflected cross-site scripting
vulnerabilities when input passed via several parameters to several scripts is not properly
sanitized before being returned to the user. This can be exploited to execute arbitrary HTML and
script code in a user's browser session in context of an affected site.");
script_tag(name:"impact", value:"Attackers may elevate their privileges or execute arbitrary
scripts in the users context.");
script_tag(name:"affected", value:"All Wowza Streaming Engines until at least 4.5.0 build18676.");
script_tag(name:"solution", value:"Update to version 4.6.0 build 19395.");
script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/40132/");
script_xref(name:"URL", value:"https://www.zeroscience.mk/en/vulnerabilities/ZSL-2016-5339.php");
script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/40133/");
script_xref(name:"URL", value:"https://www.zeroscience.mk/en/vulnerabilities/ZSL-2016-5340.php");
script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/40134/");
script_xref(name:"URL", value:"https://www.zeroscience.mk/en/vulnerabilities/ZSL-2016-5341.php");
script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/40135/");
script_xref(name:"URL", value:"https://www.zeroscience.mk/en/vulnerabilities/ZSL-2016-5343.php");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!version = get_app_version(cpe: CPE))
exit(0);
if (version_is_less_equal(version: version, test_version: "4.5.0.18676")) {
report = report_fixed_ver(installed_version: version, fixed_version: "4.6.0 build 19395");
security_message(port: 0, 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
20 Mar 2026 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 3.18 - 8.8
CVSS 48.7
EPSS0.00236
SSVC