Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security vulnerabilities due to old dependancies #182

Closed
Euphorbium opened this issue Jan 31, 2019 · 1 comment
Closed

Security vulnerabilities due to old dependancies #182

Euphorbium opened this issue Jan 31, 2019 · 1 comment

Comments

@Euphorbium
Copy link

flask version Before 0.12.3 contains a CWE-20: Improper Input Validation vulnerability in flask that can result in Large amount of memory usage possibly leading to denial of service. This attack appear to be exploitable via Attacker provides JSON data in incorrect encoding. This vulnerability appears to have been fixed in 0.12.3.

The Requests package before 2.19.1 sends an HTTP Authorization header to an http URI upon receiving a same-hostname https-to-http redirect, which makes it easier for remote attackers to discover credentials by sniffing the network.

The versions of these libraries should be updated, especially since flask 1.0 has been released for a while now.

This was referenced Sep 2, 2019
@nk9
Copy link
Contributor

nk9 commented Sep 2, 2019

This can now be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants