Files
CVEs-PoC/2016/CVE-2016-15046.md
T
2025-09-29 21:09:30 +02:00

21 lines
1.6 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### [CVE-2016-15046](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-15046)
![](https://img.shields.io/static/v1?label=Product&message=Smart%20Security%20Manager%20(SSM)&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=1.32%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=1.4%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-306%20Missing%20Authentication%20for%20Critical%20Function&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-434%20Unrestricted%20Upload%20of%20File%20with%20Dangerous%20Type&color=brightgreen)
### Description
A client-side remote code execution vulnerability exists in Hanwha Techwin Smart Security Manager (SSM) versions 1.32 and 1.4, due to improper restrictions on the PUT method exposed by the bundled Apache ActiveMQ instance (running on port 8161). An attacker can exploit this flaw through a Cross-Origin Resource Sharing (CORS) bypass combined with JavaScript-triggered file uploads to the web server, ultimately resulting in arbitrary code execution with SYSTEM privileges. This vulnerability bypasses the server-side mitigations introduced in ZDI-15-156 and ZDI-16-481 by shifting the exploitation to the client-side. This product is now referred to as Hanwha Wisenet SSM and it is unknown if current versions are affected.
### POC
#### Reference
- https://srcincite.io/advisories/src-2016-0032/
- https://www.vulncheck.com/advisories/samsung-security-manager-activemq-file-upload-rce
#### Github
No PoCs found on GitHub currently.