CyberRota Analysis
AI-GeneratedThe vulnerability allows any web page to establish credentialed WebSocket connections to applications using Taipy's socket.io server, due to the configuration of a wildcard CORS origin and enabled credential flag. This can lead to unauthorized state variable modifications and action callbacks without CSRF protection, posing a significant risk to application integrity. Organizations utilizing Taipy should prioritize addressing this issue to mitigate potential exploitation.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Taipy configures its socket.io server with wildcard CORS origin and credential flag enabled, allowing any web page to establish credentialed WebSocket connections to victim applications. Attackers can open socket.io sessions from arbitrary domains and invoke state variable modifications and action callbacks without CSRF protection.