The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade StarscreamSocketIO
to version 2.0.4 or higher.
StarscreamSocketIO is a fork of Starscream, a conforming WebSocket (RFC 6455) client library in Swift for iOS and OSX.
Affected versions of this package are vulnerable to SSL Certificate Bypass. WebSocket.swift
allows an SSL Pinning bypass because pinning occurs in the stream function (this is too late; pinning should occur in the initStreamsWithData
function).