mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-04 09:48:02 +02:00
19 lines
871 B
Markdown
19 lines
871 B
Markdown
### [CVE-2019-7231](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-7231)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The ABB IDAL FTP server is vulnerable to a buffer overflow when a long string is sent by an authenticated attacker. This overflow is handled, but terminates the process. An authenticated attacker can send a FTP command string of 472 bytes or more to overflow a buffer, causing an exception that terminates the server.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://packetstormsecurity.com/files/153395/ABB-IDAL-FTP-Server-Buffer-Overflow.html
|
|
- http://seclists.org/fulldisclosure/2019/Jun/35
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|