GHSA-xc3p-ff3m-f46v
Vulnerability from github
Published
2021-05-06 18:51
Modified
2024-09-20 19:58
Severity ?
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
8.7 (High) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
8.7 (High) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
Summary
Flask-Cors Directory Traversal vulnerability
Details
An issue was discovered in Flask-CORS (aka CORS Middleware for Flask) before 3.0.9. It allows ../
directory traversal to access private resources because resource matching does not ensure that pathnames are in a canonical format.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "Flask-Cors" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "3.0.9" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2020-25032" ], "database_specific": { "cwe_ids": [ "CWE-22" ], "github_reviewed": true, "github_reviewed_at": "2021-05-05T19:30:23Z", "nvd_published_at": "2020-08-31T04:15:00Z", "severity": "HIGH" }, "details": "An issue was discovered in Flask-CORS (aka CORS Middleware for Flask) before 3.0.9. It allows `../` directory traversal to access private resources because resource matching does not ensure that pathnames are in a canonical format.", "id": "GHSA-xc3p-ff3m-f46v", "modified": "2024-09-20T19:58:19Z", "published": "2021-05-06T18:51:48Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-25032" }, { "type": "WEB", "url": "https://github.com/corydolphin/flask-cors/commit/67c4b2cc98ae87cf1fa7df4f97fd81b40c79b895" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-xc3p-ff3m-f46v" }, { "type": "PACKAGE", "url": "https://github.com/corydolphin/flask-cors" }, { "type": "WEB", "url": "https://github.com/corydolphin/flask-cors/releases/tag/3.0.9" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/flask-cors/PYSEC-2020-43.yaml" }, { "type": "WEB", "url": "https://www.debian.org/security/2020/dsa-4775" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00028.html" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00032.html" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00039.html" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00048.html" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N", "type": "CVSS_V4" } ], "summary": "Flask-Cors Directory Traversal vulnerability" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.