You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rendering the logos from the team urls is a security risk. is there any way the backend could store the logos instead of saving the urls? another option is we could save the base64 of the images instead of logo url.
There is also the issue of leaking the IPs and browser details of everyone who visits the page, with everyone who has a logo going to their own server.
The text was updated successfully, but these errors were encountered:
rendering the logos from the team urls is a security risk. is there any way the backend could store the logos instead of saving the urls? another option is we could save the base64 of the images instead of logo url.
Images are not innocent, and are very dangerous, take a look on this article: "Stegosploit hides malicious code in images, this is the future of online attacks".
http://securityaffairs.co/wordpress/37302/hacking/stegosploit-malware-images.html
There is also the issue of leaking the IPs and browser details of everyone who visits the page, with everyone who has a logo going to their own server.
The text was updated successfully, but these errors were encountered: