VYPR
Vendor

Starscream Project

Products
1
CVEs
2
Across products
2
Status
Private

Products

1

Recent CVEs

2
  • CVE-2017-7192HigApr 6, 2017
    risk 0.49cvss 7.5epss 0.02

    WebSocket.swift in Starscream before 2.0.4 allows an SSL Pinning bypass because of incorrect management of the certValidated variable (it can be set to true but cannot be set to false).

  • CVE-2017-5887HigApr 6, 2017
    risk 0.49cvss 7.5epss 0.01

    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).