#VU19229 Overly permissive cross-domain whitelist in Python Engine.IO - CVE-2019-13611
Published: July 17, 2019 / Updated: January 30, 2020
Python Engine.IO
Miguel Grinberg
Description
The vulnerability allows a remote attacker to bypass the CORS protection mechanism.
The vulnerability exists due to incorrect processing of the "Origin" HTTP header that is supplied within HTTP request. A remote attacker can supply arbitrary value via the "Origin" HTTP header, bypass implemented CORS protection mechanism and perform Cross-Site WebSocket Hijacking (CSWSH) attacks against the vulnerable application.