Lucene search
+L

2582 matches found

RedhatCVE
RedhatCVE
added 2025/03/20 3:58 p.m.14 views

CVE-2024-6866

A flaw was found in flask-cors. This vulnerability allows unauthorized origins to access restricted paths, leading to potential data exposure and leaks via case-insensitive request path matching due to improper use of the trymatch function. Mitigation Mitigation for this issue is either not...

5.3CVSS6.6AI score0.00694EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2025/03/20 3:58 p.m.15 views

CVE-2024-6844

A flaw was found in Flask-CORS. This vulnerability allows unauthorized cross-origin access or improper request blocking via incorrect handling of the '+' character in URL paths, leading to an inconsistent CORS policy application. Mitigation Mitigation for this issue is either not available or the...

5.3CVSS6.6AI score0.00308EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2025/03/20 3:58 p.m.15 views

CVE-2024-6839

A flaw was found inflask-cors. This vulnerability allows unauthorized cross-origin access to sensitive data or functionality via improper regex path matching, prioritizing longer patterns over more specific ones. This issue leads to less restrictive CORS policies being applied to sensitive...

4.3CVSS6.6AI score0.00713EPSS
SaveExploits1References4
Snyk
Snyk
added 2025/03/20 12:32 p.m.10 views

Improper Verification of Source of a Communication Channel

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...

6.9CVSS6.8AI score0.00713EPSS
SaveExploits1References2
OSV
OSV
added 2025/03/20 12:32 p.m.14 views

GHSA-43QF-4RQW-9Q2G Flask-CORS vulnerable to Improper Handling of Case Sensitivity

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

5.3CVSS5.1AI score0.00694EPSS
SaveExploits1References6
Snyk
Snyk
added 2025/03/20 12:32 p.m.7 views

Origin Validation Error

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 unquoteplus function, when handling the request.path parameter. An attacker can cau...

6.9CVSS6.8AI score0.00308EPSS
SaveExploits1References2
Snyk
Snyk
added 2025/03/20 12:32 p.m.6 views

Improper Handling of Case Sensitivity

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 trymatch function. An attacker can access restricted paths and potentially expose sensitive data by exploiting the case...

8.7CVSS6.9AI score0.00694EPSS
SaveExploits1References2
OSV
OSV
added 2025/03/20 12:32 p.m.20 views

GHSA-7RXF-GVFG-47G4 Flask-CORS improper regex path matching vulnerability

corydolphin/flask-cors version 5.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 mismatch in regex...

4.3CVSS4.3AI score0.00713EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2025/03/20 12:32 p.m.21 views

Flask-CORS vulnerable to Improper Handling of Case Sensitivity

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

7.5CVSS5.1AI score0.00694EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2025/03/20 12:32 p.m.14 views

GHSA-8VGW-P6QM-5GR7 Flask-CORS allows for inconsistent CORS matching

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

5.3CVSS5.4AI score0.00308EPSS
SaveExploits1References6
NVD
NVD
added 2025/03/20 10:15 a.m.13 views

CVE-2024-8055

Vanna v0.6.3 is vulnerable to SQL injection via Snowflake database in its file staging operations using the PUT and COPY commands. This vulnerability allows unauthenticated remote users to read arbitrary local files on the victim server, such as /etc/passwd, by exploiting the exposed SQL queries...

7.5CVSS0.00638EPSS
SaveExploits0References1
NVD
NVD
added 2025/03/20 10:15 a.m.10 views

CVE-2024-6866

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

7.5CVSS0.00694EPSS
SaveExploits1References2
NVD
NVD
added 2025/03/20 10:15 a.m.14 views

CVE-2024-6844

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 unquoteplus function, which converts the '+' character to a space ' '. This behavior leads to incorrect path...

5.3CVSS0.00308EPSS
SaveExploits1References2
OSV
OSV
added 2025/03/20 10:15 a.m.6 views

DEBIAN-CVE-2024-6866

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

7.5CVSS5.9AI score0.00694EPSS
SaveExploits1References1
OSV
OSV
added 2025/03/20 10:15 a.m.10 views

DEBIAN-CVE-2024-6844

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 unquoteplus function, which converts the '+' character to a space ' '. This behavior leads to incorrect path...

5.3CVSS5.9AI score0.00308EPSS
SaveExploits1References1
NVD
NVD
added 2025/03/20 10:15 a.m.12 views

CVE-2024-6839

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 mismatch in regex...

5.3CVSS0.00713EPSS
SaveExploits1References2
OSV
OSV
added 2025/03/20 10:15 a.m.9 views

DEBIAN-CVE-2024-6839

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 mismatch in regex...

5.3CVSS5.6AI score0.00713EPSS
SaveExploits1References1
OSV
OSV
added 2025/03/20 10:15 a.m.12 views

UBUNTU-CVE-2024-6866

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

7.5CVSS6.7AI score0.00694EPSS
SaveExploits1References4
OSV
OSV
added 2025/03/20 10:15 a.m.12 views

UBUNTU-CVE-2024-6844

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 unquoteplus function, which converts the '+' character to a space ' '. This behavior leads to incorrect path...

5.3CVSS6.7AI score0.00308EPSS
SaveExploits1References4
OSV
OSV
added 2025/03/20 10:15 a.m.11 views

UBUNTU-CVE-2024-6839

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 mismatch in regex...

5.3CVSS6.8AI score0.00713EPSS
SaveExploits1References4
Rows per page
Query Builder