🌐
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 - Today, let’s discuss one of them, a vulnerability found in Flask applications that can lead to Remote Code Execution (RCE).
🌐
GitHub
github.com › iltosec › chain-lab-flask-exploit
GitHub - iltosec/chain-lab-flask-exploit · GitHub
This repository contains a Python script that exploits authentication bypass and remote code execution (RCE) vulnerabilities in a Flask web application. The goal is to demonstrate how these vulnerabilities can be used for a reverse shell attack.
Author   iltosec
🌐
iltosec
iltosec.com › blog › post › exploiting-flask-authentication-and-rce-vulnerabilities-chain-lab-writeup
Exploiting Flask Authentication and RCE Vulnerabilities – Chain Lab Writeup
December 2, 2024 - Learn how to exploit Flask authentication and remote code execution (RCE) vulnerabilities in the Chain Lab challenge on CyberExam. This step-by-step writeup demonstrates bypassing Flask session authentication, uploading a reverse shell payload, and gaining full control over the system.
🌐
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.
🌐
Exploit Notes
exploit-notes.hdks.org › exploit › web › framework › python › flask-jinja2-pentesting
Flask Jinja2 Pentesting - Exploit Notes
September 22, 2023 - There may be comments in the HTML source code that provide hints for exploitation.
🌐
Vulmon
vulmon.com › home › search results
flask vulnerabilities and exploits
This affects the package Flask-Unchained prior to 0.9.0. When using the the _validate_redirect_url function, it is possible to bypass URL validation and redirect a user to an arbitrary URL by providing multiple back slashes such as \\\evil.com/path.
🌐
YouTube
youtube.com › watch
DANGEROUS Python Flask Debug Mode Vulnerabilities - YouTube
Snyk is the sponsor for this video and deserves some love, try it out to find vulnerabilities in your own applications! https://jh.live/snykHelp the channel ...
Published   September 8, 2022
🌐
GitHub
github.com › stephenbradshaw › breakableflask
GitHub - stephenbradshaw/breakableflask: Simple vulnearable Flask web application · GitHub
A simple vulnerable Flask application. This can be used to test out and learn exploitation of common web application vulnerabilities.
Starred by 31 users
Forked by 218 users
Languages   Python
Find elsewhere
🌐
HackTricks
book.hacktricks.xyz › home › network services pentesting › pentesting web › flask
Flask - HackTricks
12 hours ago - Command line tool to fetch, decode, brute-force and craft session cookies of a Flask application by guessing secret keys.
🌐
Pentest-Tools
pentest-tools.com › home
pyLoad Flask Config - Access Control (CVE-2024-21644) - Vulnerability & Exploit Database
January 31, 2024 - Cisa KevThis CVE is not part of the CISA Known Exploited Vulnerabilities Catalog · No · Exploitable with Sniper · No · CVE Published · Jan 8, 2024 · Detection added atThe date when the detection was added to Pentest-Tools.com · Jan 31, 2024 · Software Type ·
🌐
HackTricks
book.hacktricks.xyz › home › network services pentesting › pentesting web › werkzeug
Werkzeug / Flask Debug - HackTricks
1 day 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 ...
🌐
YouTube
youtube.com › watch
Python Flask App H.A.C.K.E.D - Basilic CTF Ep1 - YouTube
#pentesting #ctf #hacking #metasploit #kalilinuxPart 1: https://youtu.be/6wOdGUYITfkPart 2: https://youtu.be/kaZP-NuiQpkPart 3: https://youtu.be/yzz4bbWmpDEP...
Published   March 13, 2023
🌐
Snyk
security.snyk.io › snyk vulnerability database › pip
flask | Snyk
Security vulnerabilities and package health score for pip package flask
🌐
Coventry University
github.coventry.ac.uk › pages › aa9863 › 5067CEM › 9_SSTI › ExploitSSTI
Exploiting SSTI - 5067CEM: Web Security
As each of the classes know about their Parent, we can traverse back up the class higerachy untill we reach the root of the tree. This gives us a starting point of the common (builtin) functions that we can use to exploit the system. In a Flask based system there are several classes that are ...
🌐
Medium
medium.com › infosecmatrix › every-flask-app-hides-a-story-be-the-one-to-uncover-it-32f2942f7927
The Ultimate Vulnerability Checklist for Flask Applications: A Bug Bounty Hunter’s Guide | by Spectat0rguy | Infosec Matrix | Medium
December 30, 2024 - If the csrf_token is missing or not validated, you can exploit this vulnerability to perform actions on behalf of users. Test file upload endpoints by uploading malicious files (e.g., .php or .exe) and see if they are executed or accessible. ... Check the requirements.txt or Pipfile for outdated or vulnerable dependencies. Tools like pip-audit can flag insecure libraries. Unpinned dependencies (e.g., Flask...
🌐
Medium
medium.com › @sivahari0007 › flask-cookie-exploitation-2e262cac9130
Flask Cookie Exploitation. What is Flask | by siva hari | Medium
August 5, 2022 - In Flask, set cookies on the response object. Use the make_response() function to get the response object from the return value of the view function. After that, they are stored using the set_cookie() function of the response object.
🌐
GitHub
github.com › CalfCrusher › Python-Pickle-RCE-Exploit
GitHub - CalfCrusher/Python-Pickle-RCE-Exploit: Python Pickle RCE Exploit + vulnerable Flask App · GitHub
A simple RCE Pickle PoC with a vulnerable Flask App · In Python, the pickle module lets you serialize and deserialize data. Essentially, this means that you can convert a Python object into a stream of bytes and then reconstruct it (including the object’s internal structure) later in a different process or environment by loading that stream of bytes (for further info checkout this: https://davidhamann.de/2020/04/05/exploiting-python-pickle/
Starred by 15 users
Forked by 10 users
Languages   Python
🌐
SecureCoding
securecoding.com › home › blog › penetration testing in flask application
Penetration Testing in Flask Application - SecureCoding
December 13, 2021 - Apart from doing penetration tests manually, you can also use tools to help with the testing. Some of the tools that can be used to pen test Flask applications are w3af, Flask Unsign, Zed Attack Proxy (ZAP), etc.