cve/2020/CVE-2020-22722.md

19 lines
1.2 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2020-22722](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22722)
![](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
Rapid Software LLC Rapid SCADA 5.8.0 is affected by a local privilege escalation vulnerability in the ScadaAgentSvc.exe executable file. An attacker can obtain admin privileges by placing a malicious .exe file in the application and renaming it ScadaAgentSvc.exe, which would result in executing the binary as NT AUTHORITY\SYSTEM in a Windows operating system. For example, an attacker can plant a reverse shell from a low privileged user account and by restarting the computer, the malicious service will be started as NT AUTHORITY\SYSTEM by giving the attacker full system access to the remote PC.
### POC
#### Reference
- https://syhack.wordpress.com/2020/04/21/rapid-scada-local-privilege-escalation-vulnerability/
2024-06-09 00:33:16 +00:00
- https://syhack.wordpress.com/2020/04/21/rapid-scada-local-privilege-escalation-vulnerability/
2024-05-25 21:48:12 +02:00
#### Github
No PoCs found on GitHub currently.