VYPR

Corydolphin/flask Cors

by Corydolphin

Source repositories

CVEs (5)

  • CVE-2024-6866HigMar 20, 2025
    risk 0.42cvss 7.5epss 0.01

    corydolphin/flask-cors version 4.01 contains a vulnerability where the request path matching is case-insensitive due to the use of the `try_match` function, which is originally intended for matching hosts. This results in a mismatch because paths in URLs are case-sensitive, but…

  • CVE-2024-6221HigAug 18, 2024
    risk 0.42cvss 7.5epss 0.01

    A vulnerability in corydolphin/flask-cors version 4.0.1 allows the `Access-Control-Allow-Private-Network` CORS header to be set to true by default. This behavior can expose private network resources to unauthorized external access, leading to significant security risks such as…

  • CVE-2024-6839MedMar 20, 2025
    risk 0.28cvss 5.3epss 0.01

    corydolphin/flask-cors version 4.0.1 contains an improper regex path matching vulnerability. The plugin prioritizes longer regex patterns over more specific ones when matching paths, which can lead to less restrictive CORS policies being applied to sensitive endpoints. This…

  • CVE-2024-6844MedMar 20, 2025
    risk 0.27cvss 5.3epss 0.00

    A vulnerability in corydolphin/flask-cors version 4.0.1 allows for inconsistent CORS matching due to the handling of the '+' character in URL paths. The request.path is passed through the unquote_plus function, which converts the '+' character to a space ' '. This behavior leads…

  • CVE-2024-1681MedApr 19, 2024
    risk 0.27cvss 5.3epss 0.01

    corydolphin/flask-cors is vulnerable to log injection when the log level is set to debug. An attacker can inject fake log entries into the log file by sending a specially crafted GET request containing a CRLF sequence in the request path. This vulnerability allows attackers to…