cve/2021/CVE-2021-37364.md

20 lines
1.2 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2021-37364](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37364)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
2025-09-29 21:09:30 +02:00
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
2024-05-25 21:48:12 +02:00
### Description
OpenClinic GA 5.194.18 is affected by Insecure Permissions. By default the Authenticated Users group has the modify permission to openclinic folders/files. A low privilege account is able to rename mysqld.exe or tomcat8.exe files located in bin folders and replace with a malicious file that would connect back to an attacking computer giving system level privileges (nt authority\system) due to the service running as Local System. While a low privilege user is unable to restart the service through the application, a restart of the computer triggers the execution of the malicious file. The application also have unquoted service path issues.
### POC
#### Reference
2025-09-29 21:09:30 +02:00
- https://sourceforge.net/projects/open-clinic/
- https://sourceforge.net/projects/open-clinic/files/latest/download
2024-05-25 21:48:12 +02:00
- https://www.exploit-db.com/exploits/50448
#### Github
No PoCs found on GitHub currently.