Files
CVEs-PoC/2021/CVE-2021-27197.md
T
2024-06-18 02:51:15 +02:00

18 lines
892 B
Markdown

### [CVE-2021-27197](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27197)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
DSUtility.dll in Pelco Digital Sentry Server before 7.19.67 has an arbitrary file write vulnerability. The AppendToTextFile method doesn't check if it's being called from the application or from a malicious user. The vulnerability is triggered when a remote attacker crafts an HTML page (e.g., with "OBJECT classid=" and "<SCRIPT language='vbscript'>") to overwrite arbitrary files.
### POC
#### Reference
- https://github.com/vitorespf/Advisories/blob/master/Pelco_Digital_Sentry_Server_AFW.txt
#### Github
No PoCs found on GitHub currently.