🌐
Snyk
security.snyk.io › snyk vulnerability database › pip › flask
flask 2.1.2 vulnerabilities | Snyk
Learn more about known flask 2.1.2 vulnerabilities and licenses detected.
🌐
Snyk
security.snyk.io › snyk vulnerability database › pip › flask-cors
flask-cors 2.1.2 vulnerabilities | Snyk
Learn more about known flask-cors 2.1.2 vulnerabilities and licenses detected.
🌐
Snyk
security.snyk.io › snyk vulnerability database › pip › flask-appbuilder
Flask-AppBuilder 2.1.2 vulnerabilities | Snyk
Learn more about known Flask-AppBuilder 2.1.2 vulnerabilities and licenses detected.
🌐
Medium
medium.com › swlh › hacking-flask-applications-939eae4bffed
Hacking Flask Applications. Executing arbitrary commands using the… | by Vickie Li | The Startup | Medium
February 18, 2020 - Hacking Flask Applications Executing arbitrary commands using the Werkzeug Debugger One of the very first web applications I made was developed using Flask. It was the best choice since it has a lot …
🌐
Snyk
security.snyk.io › snyk vulnerability database › pip › flask
Flask 2.0.2 vulnerabilities | Snyk
Learn more about known Flask 2.0.2 vulnerabilities and licenses detected.
🌐
Snyk
snyk.io › snyk vulnerability database › pip
flask | Snyk
June 30, 2021 - Security vulnerabilities and package health score for pip package flask
🌐
Vulmon
vulmon.com › home › search results
flask vulnerabilities and exploits
The Flask-Caching extension up to and including 1.10.1 for Flask relies on Pickle for serialization, which may lead to remote code execution or local privilege escalation.
🌐
GitHub
github.com › wdahlenburg › werkzeug-debug-console-bypass
GitHub - wdahlenburg/werkzeug-debug-console-bypass: Werkzeug has a debug console that requires a pin. It's possible to bypass this with an LFI vulnerability or use it as a local privilege escalation vector. · GitHub
The Werkzeug documentation warns users to never enable the debug console in production with or without a pin (https://werkzeug.palletsprojects.com/en/2.0.x/debug/#debugger-pin). This repo provides a sample application to play with the /console endpoint on a dummy Flask application.
Starred by 66 users
Forked by 8 users
Languages   Python 85.8% | Dockerfile 14.2%
🌐
Netapp
security.netapp.com › advisory › ntap-20230818-0006
CVE-2023-30861 Flask Vulnerability in NetApp Products
NetApp is an industry leader in developing and implementing product security standards. Learn how we can help you maintain the confidentiality, integrity, and availability of your data.
🌐
Snyk
snyk.io › snyk vulnerability database › pip › flask
Flask 2.0.1 | Snyk
Security vulnerabilities and package health score for pip package Flask 2.0.1
Find elsewhere
🌐
Snyk
security.snyk.io › snyk vulnerability database › pip › flask
Flask 2.0.0 vulnerabilities | Snyk
Learn more about known Flask 2.0.0 vulnerabilities and licenses detected.
🌐
Snyk
security.snyk.io › snyk vulnerability database › pip › flask
flask 2.2.2 vulnerabilities | Snyk
Learn more about known flask 2.2.2 vulnerabilities and licenses detected.
🌐
GitHub
github.com › opentok › Opentok-Python-SDK › issues › 258
flask-3.1.2-py3-none-any.whl: 5 vulnerabilities (highest severity is: 7.2) - autoclosed · Issue #258 · opentok/Opentok-Python-SDK
November 30, 2025 - Path to vulnerable library: /tmp/ws-ua_20250921182043_LPXROH/python_OMWQYE/20250921182044/1/flask-3.1.2-py3-none-any.whl,/tmp/ws-ua_20250921182043_LPXROH/python_OMWQYE/20250921182044/flask-3.1.2-py3-none-any.whl · Vulnerability · Severity · CVSS · Exploit Maturity ·
Author   opentok
🌐
Snyk
security.snyk.io › snyk vulnerability database › pip › flask
flask 2.0.1 vulnerabilities | Snyk
Learn more about known flask 2.0.1 vulnerabilities and licenses detected.
🌐
HackTricks
book.hacktricks.xyz › home › network services pentesting › pentesting web › werkzeug
Werkzeug / Flask Debug - HackTricks
2 days ago - Upon collating all necessary data, the exploit script can be executed to generate the Werkzeug console PIN. The script uses the assembled probably_public_bits and private_bits to create a hash, which then undergoes further processing to produce ...
🌐
GitHub
github.com › aws › aws-sam-cli › issues › 5155
Dependency security: Upgrade the requirements for Flask · Issue #5155 · aws/aws-sam-cli
May 11, 2023 - Flask has a HIGH severity security vulnerability CVE-2023-30861 [https://avd.aquasec.com/nvd/cve-2023-30861], which is fixed in versions 2.3.2 and 2.2.5, however aws-sam-cli requires Flask<2.1, which can only be satisfied via Flask version 2.0.3. It would be awesome if this could be fixed to thus reduce the surface area of attack of Python Flask projects using this.
Author   aws
🌐
Nvisium
blog.nvisium.com › injecting-flask
Injecting Flask
July 5, 2018 - The template engine provided within the Flask framework may allow developers to introduce Server-Side Template Injection vulnerabilities. If you’re unfamiliar check out the whitepaper(PDF) by James Kettle. Briefly, this vulnerability allows an attacker to inject language/syntax into templates.
🌐
NIST
nvd.nist.gov › vuln › detail › CVE-2021-21241
CVE-2021-21241 Detail - NVD
January 11, 2021 - This is a potential security issue, you are being redirected to https://nvd.nist.gov · Official websites use .gov A .gov website belongs to an official government organization in the United States
🌐
GitHub
github.com › KOSASIH › pi-nexus-autonomous-banking-network › issues › 32
Flask-2.0.1-py3-none-any.whl: 1 vulnerabilities (highest severity is: 7.5) - autoclosed · Issue #32 · KOSASIH/pi-nexus-autonomous-banking-network
May 9, 2024 - This happens because vulnerable versions of Flask only set the Vary: Cookie header when the session is accessed or modified, not when it is refreshed (re-sent to update the expiration) without being accessed or modified. This issue has been fixed in versions 2.3.2 and 2.2.5. Publish Date: 2023-05-02 · URL: CVE-2023-30861 · Base Score Metrics: Exploitability Metrics: Attack Vector: Network ·
Author   KOSASIH
🌐
Mizu
mizu.re › post › abusing-client-side-desync-on-werkzeug
Abusing Client-Side Desync on Werkzeug. Tags:Article - Article - Web - Request_Smuggling
In this paper, we will deep dive into an interesting case of Client-Side Desync (CVE-2022-29361) on Werkzeug versions 2.1.0 to 2.1.1 (included). Using this vulnerability on a vulnerable host could lead to a full account takeover exploit via XSS.