Cyber Resilience

CVE-2016-20033

HighPublic PoC

Published: 16 March 2026

Published
16 March 2026
Modified
19 March 2026
KEV Added
Patch
CVSS Score v4 8.5 CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0021 10.9th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2016-20033 is a high-severity Authorization Bypass Through User-Controlled Key (CWE-639) vulnerability in Wowza Streaming Engine. Its CVSS base score is 8.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 10.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 CM-6 (Configuration Settings) and SC-34 (Non-modifiable Executable Programs).

Deeper analysis

CVE-2016-20033 is a local privilege escalation vulnerability affecting Wowza Streaming Engine 4.5.0. The issue arises from improper file permissions that grant full access to the Everyone group, enabling authenticated users to replace executable files in the manager and engine service directories. Specifically, attackers can overwrite the nssm_x64.exe binary with malicious executables, which is classified under CWE-639 (Authorization Bypass Through User-Controlled Key) and scored 7.8 on CVSS 3.1 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H).

An authenticated local user with low privileges can exploit this vulnerability by replacing the nssm_x64.exe file in the affected service directories. When the manager or engine services restart, the malicious executable runs with LocalSystem privileges, allowing the attacker to achieve full control over the system, including high impacts on confidentiality, integrity, and availability.

Advisories and references, including those from Zero Science Labs (http://www.zeroscience.mk/en/vulnerabilities/ZSL-2016-5339.php), Exploit-DB (https://www.exploit-db.com/exploits/40132), and VulnCheck (https://www.vulncheck.com/advisories/wowza-streaming-engine-local-privilege-escalation-via-nssm-x64-exe), detail the vulnerability and provide proof-of-concept exploits, emphasizing the need to address improper file permissions to prevent escalation.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Wowza Streaming Engine 4.5.0 contains a local privilege escalation vulnerability that allows authenticated users to escalate privileges by replacing executable files due to improper file permissions granting full access to the Everyone group. Attackers can replace the nssm_x64.exe binary in…

more

the manager and engine service directories with malicious executables to execute code with LocalSystem privileges when services restart.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1574.010 Services File Permissions Weakness Stealth
Adversaries may execute their own malicious payloads by hijacking the binaries used by services.
Why these techniques?

Direct weak service binary permissions (Everyone full control on nssm_x64.exe) allow replacement of executable run by SYSTEM services, enabling local privilege escalation via T1574.010 and T1068.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2016-20034Same product: Wowza Streaming Engine
CVE-2026-0020Shared CWE-639
CVE-2026-41906Shared CWE-639
CVE-2026-38807Shared CWE-639
CVE-2026-8629Shared CWE-639
CVE-2025-13768Shared CWE-639
CVE-2026-5617Shared CWE-639
CVE-2026-34602Shared CWE-639
CVE-2026-29002Shared CWE-639
CVE-2026-2697Shared CWE-639

Affected Assets

wowza
streaming engine
4.5.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces non-modifiability of executable programs such as nssm_x64.exe in service directories, directly preventing replacement due to improper file permissions.

prevent

Mandates secure configuration settings including restrictive file permissions to block low-privileged authenticated users from overwriting service binaries.

detect

Monitors integrity of critical software like service executables to identify unauthorized replacements by authenticated users.

References