← Back

Starscream Project

starscream_project

2 CVEs • 1 product

Products (1)

Click to collapse
Toggle
Starscream
starscream

CVEs (2)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Starscream Project
1Starscream
May 13, 2026
Apr 6, 2017
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
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).
1Starscream Project
1Starscream
May 13, 2026
Apr 6, 2017
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
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).