cve/2019/CVE-2019-7227.md

19 lines
886 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-7227](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-7227)
![](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
In the ABB IDAL FTP server, an authenticated attacker can traverse to arbitrary directories on the hard disk with "CWD ../" and then use the FTP server functionality to download and upload files. An unauthenticated attacker can take advantage of the hardcoded or default credential pair exor/exor to become an authenticated attacker.
### POC
#### Reference
- http://packetstormsecurity.com/files/153396/ABB-IDAL-FTP-Server-Path-Traversal.html
- http://seclists.org/fulldisclosure/2019/Jun/37
#### Github
No PoCs found on GitHub currently.