WebSocket.swift in Starscream before 2.0.4 allows an SSL Pinning bypass because pinning occurs in the stream function (this is too late; pinning should occur in the initStreamsWithData function).
The product does not validate, or incorrectly validates, a certificate.
Link | Tags |
---|---|
http://seclists.org/bugtraq/2017/Apr/67 | |
https://github.com/daltoniam/Starscream/releases/tag/2.0.4 | third party advisory release notes |
https://github.com/daltoniam/Starscream/commit/dbeb1190b8dcbff4f0b797f9e9d9b9b864d1f0d6 | third party advisory patch |