Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-23385 (GCVE-0-2021-23385)
Vulnerability from cvelistv5
Published
2022-08-02 13:25
Modified
2024-09-16 22:08
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- Open Redirect
Summary
This affects all versions of package Flask-Security. When using the get_post_logout_redirect and get_post_login_redirect functions, 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. This vulnerability is only exploitable if an alternative WSGI server other than Werkzeug is used, or the default behaviour of Werkzeug is modified using 'autocorrect_location_header=False. **Note:** Flask-Security is not maintained anymore.
References
▼ | URL | Tags | |
---|---|---|---|
report@snyk.io | https://github.com/mattupstate/flask-security | Product, Third Party Advisory | |
report@snyk.io | https://lists.debian.org/debian-lts-announce/2023/08/msg00034.html | ||
report@snyk.io | https://security.snyk.io/vuln/SNYK-PYTHON-FLASKSECURITY-1293234 | Exploit, Third Party Advisory | |
report@snyk.io | https://snyk.io/blog/url-confusion-vulnerabilities/ | Technical Description, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/mattupstate/flask-security | Product, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2023/08/msg00034.html | ||
af854a3a-2127-422b-91ae-364da2661108 | https://security.snyk.io/vuln/SNYK-PYTHON-FLASKSECURITY-1293234 | Exploit, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://snyk.io/blog/url-confusion-vulnerabilities/ | Technical Description, Third Party Advisory |
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
n/a | Flask-Security |
Version: 0 < unspecified |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T19:05:55.663Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://security.snyk.io/vuln/SNYK-PYTHON-FLASKSECURITY-1293234" }, { "tags": [ "x_transferred" ], "url": "https://github.com/mattupstate/flask-security" }, { "tags": [ "x_transferred" ], "url": "https://snyk.io/blog/url-confusion-vulnerabilities/" }, { "name": "[debian-lts-announce] 20230828 [SECURITY] [DLA 3545-1] flask-security security update", "tags": [ "mailing-list", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00034.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "Flask-Security", "vendor": "n/a", "versions": [ { "lessThan": "unspecified", "status": "affected", "version": "0", "versionType": "custom" } ] } ], "credits": [ { "lang": "en", "value": "Noam Moshe of Claroty" } ], "datePublic": "2022-08-02T00:00:00", "descriptions": [ { "lang": "en", "value": "This affects all versions of package Flask-Security. When using the get_post_logout_redirect and get_post_login_redirect functions, 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. This vulnerability is only exploitable if an alternative WSGI server other than Werkzeug is used, or the default behaviour of Werkzeug is modified using \u0027autocorrect_location_header=False. **Note:** Flask-Security is not maintained anymore." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "exploitCodeMaturity": "PROOF_OF_CONCEPT", "integrityImpact": "LOW", "privilegesRequired": "NONE", "remediationLevel": "UNAVAILABLE", "reportConfidence": "CONFIRMED", "scope": "UNCHANGED", "temporalScore": 5.1, "temporalSeverity": "MEDIUM", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N/E:P/RL:U/RC:C", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "description": "Open Redirect", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2023-08-28T18:06:09.073913", "orgId": "bae035ff-b466-4ff4-94d0-fc9efd9e1730", "shortName": "snyk" }, "references": [ { "url": "https://security.snyk.io/vuln/SNYK-PYTHON-FLASKSECURITY-1293234" }, { "url": "https://github.com/mattupstate/flask-security" }, { "url": "https://snyk.io/blog/url-confusion-vulnerabilities/" }, { "name": "[debian-lts-announce] 20230828 [SECURITY] [DLA 3545-1] flask-security security update", "tags": [ "mailing-list" ], "url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00034.html" } ], "title": "Open Redirect" } }, "cveMetadata": { "assignerOrgId": "bae035ff-b466-4ff4-94d0-fc9efd9e1730", "assignerShortName": "snyk", "cveId": "CVE-2021-23385", "datePublished": "2022-08-02T13:25:14.717803Z", "dateReserved": "2021-01-08T00:00:00", "dateUpdated": "2024-09-16T22:08:36.808Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2021-23385\",\"sourceIdentifier\":\"report@snyk.io\",\"published\":\"2022-08-02T14:15:10.017\",\"lastModified\":\"2024-11-21T05:51:37.157\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"This affects all versions of package Flask-Security. When using the get_post_logout_redirect and get_post_login_redirect functions, 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. This vulnerability is only exploitable if an alternative WSGI server other than Werkzeug is used, or the default behaviour of Werkzeug is modified using \u0027autocorrect_location_header=False. **Note:** Flask-Security is not maintained anymore.\"},{\"lang\":\"es\",\"value\":\"Esto afecta a todas las versiones del paquete Flask-Security. Cuando son usadas las funciones get_post_logout_redirect y get_post_login_redirect, es posible omitirse la comprobaci\u00f3n de la URL y redirigir a un usuario a una URL arbitraria proporcionando m\u00faltiples barras diagonales traseras como \\\\\\\\\\\\Ndevil.com/path. Esta vulnerabilidad s\u00f3lo es explotable si es usado un servidor WSGI alternativo que no sea Werkzeug, o es modificado el comportamiento por defecto de Werkzeug usando \\\"autocorrect_location_header=False. **Nota:** Flask-Security ya no es mantenido\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"report@snyk.io\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N\",\"baseScore\":5.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":2.5},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\",\"baseScore\":6.1,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":2.7}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-601\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:flask-security_project:flask-security:*:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A64C5EBD-CA0E-4C5C-A6DD-491E03BF261C\"}]}]}],\"references\":[{\"url\":\"https://github.com/mattupstate/flask-security\",\"source\":\"report@snyk.io\",\"tags\":[\"Product\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/08/msg00034.html\",\"source\":\"report@snyk.io\"},{\"url\":\"https://security.snyk.io/vuln/SNYK-PYTHON-FLASKSECURITY-1293234\",\"source\":\"report@snyk.io\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://snyk.io/blog/url-confusion-vulnerabilities/\",\"source\":\"report@snyk.io\",\"tags\":[\"Technical Description\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/mattupstate/flask-security\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Product\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/08/msg00034.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.snyk.io/vuln/SNYK-PYTHON-FLASKSECURITY-1293234\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://snyk.io/blog/url-confusion-vulnerabilities/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Technical Description\",\"Third Party Advisory\"]}]}}" } }
gsd-2021-23385
Vulnerability from gsd
Modified
2023-12-13 01:23
Details
This affects all versions of package Flask-Security. When using the get_post_logout_redirect and get_post_login_redirect functions, 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. This vulnerability is only exploitable if an alternative WSGI server other than Werkzeug is used, or the default behaviour of Werkzeug is modified using 'autocorrect_location_header=False. **Note:** Flask-Security is not maintained anymore.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2021-23385", "description": "This affects all versions of package Flask-Security. When using the get_post_logout_redirect and get_post_login_redirect functions, 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. This vulnerability is only exploitable if an alternative WSGI server other than Werkzeug is used, or the default behaviour of Werkzeug is modified using \u0027autocorrect_location_header=False. **Note:** Flask-Security is not maintained anymore.", "id": "GSD-2021-23385", "references": [ "https://www.suse.com/security/cve/CVE-2021-23385.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2021-23385" ], "details": "This affects all versions of package Flask-Security. When using the get_post_logout_redirect and get_post_login_redirect functions, 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. This vulnerability is only exploitable if an alternative WSGI server other than Werkzeug is used, or the default behaviour of Werkzeug is modified using \u0027autocorrect_location_header=False. **Note:** Flask-Security is not maintained anymore.", "id": "GSD-2021-23385", "modified": "2023-12-13T01:23:29.936661Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "report@snyk.io", "DATE_PUBLIC": "2022-08-02T13:22:34.794204Z", "ID": "CVE-2021-23385", "STATE": "PUBLIC", "TITLE": "Open Redirect" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Flask-Security", "version": { "version_data": [ { "version_affected": "\u003e=", "version_value": "0" } ] } } ] }, "vendor_name": "n/a" } ] } }, "credit": [ { "lang": "eng", "value": "Noam Moshe of Claroty" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "This affects all versions of package Flask-Security. When using the get_post_logout_redirect and get_post_login_redirect functions, 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. This vulnerability is only exploitable if an alternative WSGI server other than Werkzeug is used, or the default behaviour of Werkzeug is modified using \u0027autocorrect_location_header=False. **Note:** Flask-Security is not maintained anymore." } ] }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N/E:P/RL:U/RC:C", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "Open Redirect" } ] } ] }, "references": { "reference_data": [ { "name": "https://security.snyk.io/vuln/SNYK-PYTHON-FLASKSECURITY-1293234", "refsource": "MISC", "url": "https://security.snyk.io/vuln/SNYK-PYTHON-FLASKSECURITY-1293234" }, { "name": "https://github.com/mattupstate/flask-security", "refsource": "MISC", "url": "https://github.com/mattupstate/flask-security" }, { "name": "https://snyk.io/blog/url-confusion-vulnerabilities/", "refsource": "MISC", "url": "https://snyk.io/blog/url-confusion-vulnerabilities/" }, { "name": "[debian-lts-announce] 20230828 [SECURITY] [DLA 3545-1] flask-security security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00034.html" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c=3.0.0", "affected_versions": "All versions up to 3.0.0", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "cwe_ids": [ "CWE-1035", "CWE-601", "CWE-937" ], "date": "2022-10-07", "description": "This affects all versions of package Flask-Security. When using the get_post_logout_redirect and get_post_login_redirect functions, 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. This vulnerability is only exploitable if an alternative WSGI server other than Werkzeug is used, or the default behaviour of Werkzeug is modified using \u0027autocorrect_location_header=False. **Note:** Flask-Security is not maintained anymore.", "fixed_versions": [], "identifier": "CVE-2021-23385", "identifiers": [ "GHSA-cg8c-gc2j-2wf7", "CVE-2021-23385" ], "not_impacted": "", "package_slug": "pypi/Flask-Security", "pubdate": "2022-10-07", "solution": "Unfortunately, there is no solution available yet.", "title": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2021-23385", "https://github.com/mattupstate/flask-security", "https://security.snyk.io/vuln/SNYK-PYTHON-FLASKSECURITY-1293234", "https://snyk.io/blog/url-confusion-vulnerabilities/", "https://github.com/advisories/GHSA-cg8c-gc2j-2wf7" ], "uuid": "0eefb327-1686-4fd6-9d19-32a3468b0ac0" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:flask-security_project:flask-security:*:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "report@snyk.io", "ID": "CVE-2021-23385" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "This affects all versions of package Flask-Security. When using the get_post_logout_redirect and get_post_login_redirect functions, 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. This vulnerability is only exploitable if an alternative WSGI server other than Werkzeug is used, or the default behaviour of Werkzeug is modified using \u0027autocorrect_location_header=False. **Note:** Flask-Security is not maintained anymore." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-601" } ] } ] }, "references": { "reference_data": [ { "name": "https://security.snyk.io/vuln/SNYK-PYTHON-FLASKSECURITY-1293234", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://security.snyk.io/vuln/SNYK-PYTHON-FLASKSECURITY-1293234" }, { "name": "https://github.com/mattupstate/flask-security", "refsource": "MISC", "tags": [ "Product", "Third Party Advisory" ], "url": "https://github.com/mattupstate/flask-security" }, { "name": "https://snyk.io/blog/url-confusion-vulnerabilities/", "refsource": "MISC", "tags": [ "Technical Description", "Third Party Advisory" ], "url": "https://snyk.io/blog/url-confusion-vulnerabilities/" }, { "name": "[debian-lts-announce] 20230828 [SECURITY] [DLA 3545-1] flask-security security update", "refsource": "MLIST", "tags": [], "url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00034.html" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 2.7 } }, "lastModifiedDate": "2023-08-28T19:15Z", "publishedDate": "2022-08-02T14:15Z" } } }
suse-su-2022:3834-1
Vulnerability from csaf_suse
Published
2022-11-01 07:59
Modified
2022-11-01 07:59
Summary
Security update for python-Flask-Security
Notes
Title of the patch
Security update for python-Flask-Security
Description of the patch
This update for python-Flask-Security fixes the following issues:
- CVE-2021-23385: Fixed open redirect (bsc#1202105).
Patchnames
SUSE-2022-3834,openSUSE-SLE-15.3-2022-3834,openSUSE-SLE-15.4-2022-3834
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python-Flask-Security", "title": "Title of the patch" }, { "category": "description", "text": "This update for python-Flask-Security fixes the following issues:\n\n- CVE-2021-23385: Fixed open redirect (bsc#1202105).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2022-3834,openSUSE-SLE-15.3-2022-3834,openSUSE-SLE-15.4-2022-3834", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2022_3834-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2022:3834-1", "url": "https://www.suse.com/support/update/announcement/2022/suse-su-20223834-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2022:3834-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012786.html" }, { "category": "self", "summary": "SUSE Bug 1202105", "url": "https://bugzilla.suse.com/1202105" }, { "category": "self", "summary": "SUSE CVE CVE-2021-23385 page", "url": "https://www.suse.com/security/cve/CVE-2021-23385/" } ], "title": "Security update for python-Flask-Security", "tracking": { "current_release_date": "2022-11-01T07:59:00Z", "generator": { "date": "2022-11-01T07:59:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2022:3834-1", "initial_release_date": "2022-11-01T07:59:00Z", "revision_history": [ { "date": "2022-11-01T07:59:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "python2-Flask-Security-3.0.0-150100.4.3.1.noarch", "product": { "name": "python2-Flask-Security-3.0.0-150100.4.3.1.noarch", "product_id": "python2-Flask-Security-3.0.0-150100.4.3.1.noarch" } }, { "category": "product_version", "name": "python3-Flask-Security-3.0.0-150100.4.3.1.noarch", "product": { "name": "python3-Flask-Security-3.0.0-150100.4.3.1.noarch", "product_id": "python3-Flask-Security-3.0.0-150100.4.3.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.3", "product": { "name": "openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.3" } } }, { "category": "product_name", "name": "openSUSE Leap 15.4", "product": { "name": "openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python2-Flask-Security-3.0.0-150100.4.3.1.noarch as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:python2-Flask-Security-3.0.0-150100.4.3.1.noarch" }, "product_reference": "python2-Flask-Security-3.0.0-150100.4.3.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-Flask-Security-3.0.0-150100.4.3.1.noarch as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:python3-Flask-Security-3.0.0-150100.4.3.1.noarch" }, "product_reference": "python3-Flask-Security-3.0.0-150100.4.3.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-Flask-Security-3.0.0-150100.4.3.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:python3-Flask-Security-3.0.0-150100.4.3.1.noarch" }, "product_reference": "python3-Flask-Security-3.0.0-150100.4.3.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-23385", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-23385" } ], "notes": [ { "category": "general", "text": "This affects all versions of package Flask-Security. When using the get_post_logout_redirect and get_post_login_redirect functions, 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. This vulnerability is only exploitable if an alternative WSGI server other than Werkzeug is used, or the default behaviour of Werkzeug is modified using \u0027autocorrect_location_header=False. **Note:** Flask-Security is not maintained anymore.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.3:python2-Flask-Security-3.0.0-150100.4.3.1.noarch", "openSUSE Leap 15.3:python3-Flask-Security-3.0.0-150100.4.3.1.noarch", "openSUSE Leap 15.4:python3-Flask-Security-3.0.0-150100.4.3.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2021-23385", "url": "https://www.suse.com/security/cve/CVE-2021-23385" }, { "category": "external", "summary": "SUSE Bug 1202105 for CVE-2021-23385", "url": "https://bugzilla.suse.com/1202105" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.3:python2-Flask-Security-3.0.0-150100.4.3.1.noarch", "openSUSE Leap 15.3:python3-Flask-Security-3.0.0-150100.4.3.1.noarch", "openSUSE Leap 15.4:python3-Flask-Security-3.0.0-150100.4.3.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Leap 15.3:python2-Flask-Security-3.0.0-150100.4.3.1.noarch", "openSUSE Leap 15.3:python3-Flask-Security-3.0.0-150100.4.3.1.noarch", "openSUSE Leap 15.4:python3-Flask-Security-3.0.0-150100.4.3.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2022-11-01T07:59:00Z", "details": "moderate" } ], "title": "CVE-2021-23385" } ] }
suse-su-2022:3867-1
Vulnerability from csaf_suse
Published
2022-11-03 14:54
Modified
2022-11-03 14:54
Summary
Security update for python-Flask-Security-Too
Notes
Title of the patch
Security update for python-Flask-Security-Too
Description of the patch
This update for python-Flask-Security-Too fixes the following issues:
- CVE-2021-23385: Fixed open redirect (bsc#1202105).
Patchnames
SUSE-2022-3867,SUSE-SLE-Module-Basesystem-15-SP3-2022-3867,SUSE-SLE-Module-Basesystem-15-SP4-2022-3867,openSUSE-SLE-15.3-2022-3867,openSUSE-SLE-15.4-2022-3867
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python-Flask-Security-Too", "title": "Title of the patch" }, { "category": "description", "text": "This update for python-Flask-Security-Too fixes the following issues:\n\n- CVE-2021-23385: Fixed open redirect (bsc#1202105).\n\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2022-3867,SUSE-SLE-Module-Basesystem-15-SP3-2022-3867,SUSE-SLE-Module-Basesystem-15-SP4-2022-3867,openSUSE-SLE-15.3-2022-3867,openSUSE-SLE-15.4-2022-3867", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2022_3867-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2022:3867-1", "url": "https://www.suse.com/support/update/announcement/2022/suse-su-20223867-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2022:3867-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012809.html" }, { "category": "self", "summary": "SUSE Bug 1202105", "url": "https://bugzilla.suse.com/1202105" }, { "category": "self", "summary": "SUSE CVE CVE-2021-23385 page", "url": "https://www.suse.com/security/cve/CVE-2021-23385/" } ], "title": "Security update for python-Flask-Security-Too", "tracking": { "current_release_date": "2022-11-03T14:54:59Z", "generator": { "date": "2022-11-03T14:54:59Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2022:3867-1", "initial_release_date": "2022-11-03T14:54:59Z", "revision_history": [ { "date": "2022-11-03T14:54:59Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch", "product": { "name": "python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch", "product_id": "python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP3", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP4", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp4" } } }, { "category": "product_name", "name": "openSUSE Leap 15.3", "product": { "name": "openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.3" } } }, { "category": "product_name", "name": "openSUSE Leap 15.4", "product": { "name": "openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP3", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch" }, "product_reference": "python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP4", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch" }, "product_reference": "python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch as component of openSUSE Leap 15.3", "product_id": "openSUSE Leap 15.3:python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch" }, "product_reference": "python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch" }, "product_reference": "python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-23385", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-23385" } ], "notes": [ { "category": "general", "text": "This affects all versions of package Flask-Security. When using the get_post_logout_redirect and get_post_login_redirect functions, 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. This vulnerability is only exploitable if an alternative WSGI server other than Werkzeug is used, or the default behaviour of Werkzeug is modified using \u0027autocorrect_location_header=False. **Note:** Flask-Security is not maintained anymore.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP3:python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch", "openSUSE Leap 15.3:python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch", "openSUSE Leap 15.4:python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2021-23385", "url": "https://www.suse.com/security/cve/CVE-2021-23385" }, { "category": "external", "summary": "SUSE Bug 1202105 for CVE-2021-23385", "url": "https://bugzilla.suse.com/1202105" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP3:python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch", "openSUSE Leap 15.3:python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch", "openSUSE Leap 15.4:python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP3:python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP4:python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch", "openSUSE Leap 15.3:python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch", "openSUSE Leap 15.4:python3-Flask-Security-Too-3.4.2-150200.3.6.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2022-11-03T14:54:59Z", "details": "moderate" } ], "title": "CVE-2021-23385" } ] }
ghsa-cg8c-gc2j-2wf7
Vulnerability from github
Published
2022-10-07 07:29
Modified
2022-10-07 07:29
Severity ?
VLAI Severity ?
Summary
Flask-Security vulnerable to Open Redirect
Details
This affects all versions of package Flask-Security. When using the get_post_logout_redirect
and get_post_login_redirect
functions, 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
. This vulnerability is only exploitable if an alternative WSGI server other than Werkzeug is used, or the default behaviour of Werkzeug is modified using 'autocorrect_location_header=False
.
Note: Flask-Security is not maintained anymore.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "Flask-Security" }, "ranges": [ { "events": [ { "introduced": "0" }, { "last_affected": "3.0.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2021-23385" ], "database_specific": { "cwe_ids": [ "CWE-601" ], "github_reviewed": true, "github_reviewed_at": "2022-10-07T07:29:01Z", "nvd_published_at": "2022-08-02T14:15:00Z", "severity": "MODERATE" }, "details": "This affects all versions of package Flask-Security. When using the `get_post_logout_redirect` and `get_post_login_redirect` functions, 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`. This vulnerability is only exploitable if an alternative WSGI server other than Werkzeug is used, or the default behaviour of Werkzeug is modified using `\u0027autocorrect_location_header=False`.\n\n**Note:** Flask-Security is not maintained anymore.", "id": "GHSA-cg8c-gc2j-2wf7", "modified": "2022-10-07T07:29:01Z", "published": "2022-10-07T07:29:01Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23385" }, { "type": "PACKAGE", "url": "https://github.com/mattupstate/flask-security" }, { "type": "WEB", "url": "https://security.snyk.io/vuln/SNYK-PYTHON-FLASKSECURITY-1293234" }, { "type": "WEB", "url": "https://snyk.io/blog/url-confusion-vulnerabilities" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "type": "CVSS_V3" } ], "summary": "Flask-Security vulnerable to Open Redirect" }
opensuse-su-2024:14555-1
Vulnerability from csaf_opensuse
Published
2024-12-06 00:00
Modified
2024-12-06 00:00
Summary
python310-Flask-Security-5.5.2-1.1 on GA media
Notes
Title of the patch
python310-Flask-Security-5.5.2-1.1 on GA media
Description of the patch
These are all security issues fixed in the python310-Flask-Security-5.5.2-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-14555
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "python310-Flask-Security-5.5.2-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the python310-Flask-Security-5.5.2-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-14555", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_14555-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2021-21241 page", "url": "https://www.suse.com/security/cve/CVE-2021-21241/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-23385 page", "url": "https://www.suse.com/security/cve/CVE-2021-23385/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-49438 page", "url": "https://www.suse.com/security/cve/CVE-2023-49438/" } ], "title": "python310-Flask-Security-5.5.2-1.1 on GA media", "tracking": { "current_release_date": "2024-12-06T00:00:00Z", "generator": { "date": "2024-12-06T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:14555-1", "initial_release_date": "2024-12-06T00:00:00Z", "revision_history": [ { "date": "2024-12-06T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "python310-Flask-Security-5.5.2-1.1.aarch64", "product": { "name": "python310-Flask-Security-5.5.2-1.1.aarch64", "product_id": "python310-Flask-Security-5.5.2-1.1.aarch64" } }, { "category": "product_version", "name": "python311-Flask-Security-5.5.2-1.1.aarch64", "product": { "name": "python311-Flask-Security-5.5.2-1.1.aarch64", "product_id": "python311-Flask-Security-5.5.2-1.1.aarch64" } }, { "category": "product_version", "name": "python312-Flask-Security-5.5.2-1.1.aarch64", "product": { "name": "python312-Flask-Security-5.5.2-1.1.aarch64", "product_id": "python312-Flask-Security-5.5.2-1.1.aarch64" } }, { "category": "product_version", "name": "python313-Flask-Security-5.5.2-1.1.aarch64", "product": { "name": "python313-Flask-Security-5.5.2-1.1.aarch64", "product_id": "python313-Flask-Security-5.5.2-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python310-Flask-Security-5.5.2-1.1.ppc64le", "product": { "name": "python310-Flask-Security-5.5.2-1.1.ppc64le", "product_id": "python310-Flask-Security-5.5.2-1.1.ppc64le" } }, { "category": "product_version", "name": "python311-Flask-Security-5.5.2-1.1.ppc64le", "product": { "name": "python311-Flask-Security-5.5.2-1.1.ppc64le", "product_id": "python311-Flask-Security-5.5.2-1.1.ppc64le" } }, { "category": "product_version", "name": "python312-Flask-Security-5.5.2-1.1.ppc64le", "product": { "name": "python312-Flask-Security-5.5.2-1.1.ppc64le", "product_id": "python312-Flask-Security-5.5.2-1.1.ppc64le" } }, { "category": "product_version", "name": "python313-Flask-Security-5.5.2-1.1.ppc64le", "product": { "name": "python313-Flask-Security-5.5.2-1.1.ppc64le", "product_id": "python313-Flask-Security-5.5.2-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python310-Flask-Security-5.5.2-1.1.s390x", "product": { "name": "python310-Flask-Security-5.5.2-1.1.s390x", "product_id": "python310-Flask-Security-5.5.2-1.1.s390x" } }, { "category": "product_version", "name": "python311-Flask-Security-5.5.2-1.1.s390x", "product": { "name": "python311-Flask-Security-5.5.2-1.1.s390x", "product_id": "python311-Flask-Security-5.5.2-1.1.s390x" } }, { "category": "product_version", "name": "python312-Flask-Security-5.5.2-1.1.s390x", "product": { "name": "python312-Flask-Security-5.5.2-1.1.s390x", "product_id": "python312-Flask-Security-5.5.2-1.1.s390x" } }, { "category": "product_version", "name": "python313-Flask-Security-5.5.2-1.1.s390x", "product": { "name": "python313-Flask-Security-5.5.2-1.1.s390x", "product_id": "python313-Flask-Security-5.5.2-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python310-Flask-Security-5.5.2-1.1.x86_64", "product": { "name": "python310-Flask-Security-5.5.2-1.1.x86_64", "product_id": "python310-Flask-Security-5.5.2-1.1.x86_64" } }, { "category": "product_version", "name": "python311-Flask-Security-5.5.2-1.1.x86_64", "product": { "name": "python311-Flask-Security-5.5.2-1.1.x86_64", "product_id": "python311-Flask-Security-5.5.2-1.1.x86_64" } }, { "category": "product_version", "name": "python312-Flask-Security-5.5.2-1.1.x86_64", "product": { "name": "python312-Flask-Security-5.5.2-1.1.x86_64", "product_id": "python312-Flask-Security-5.5.2-1.1.x86_64" } }, { "category": "product_version", "name": "python313-Flask-Security-5.5.2-1.1.x86_64", "product": { "name": "python313-Flask-Security-5.5.2-1.1.x86_64", "product_id": "python313-Flask-Security-5.5.2-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python310-Flask-Security-5.5.2-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.aarch64" }, "product_reference": "python310-Flask-Security-5.5.2-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-Flask-Security-5.5.2-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.ppc64le" }, "product_reference": "python310-Flask-Security-5.5.2-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-Flask-Security-5.5.2-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.s390x" }, "product_reference": "python310-Flask-Security-5.5.2-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-Flask-Security-5.5.2-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.x86_64" }, "product_reference": "python310-Flask-Security-5.5.2-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-Flask-Security-5.5.2-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.aarch64" }, "product_reference": "python311-Flask-Security-5.5.2-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-Flask-Security-5.5.2-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.ppc64le" }, "product_reference": "python311-Flask-Security-5.5.2-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-Flask-Security-5.5.2-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.s390x" }, "product_reference": "python311-Flask-Security-5.5.2-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-Flask-Security-5.5.2-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.x86_64" }, "product_reference": "python311-Flask-Security-5.5.2-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-Flask-Security-5.5.2-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.aarch64" }, "product_reference": "python312-Flask-Security-5.5.2-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-Flask-Security-5.5.2-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.ppc64le" }, "product_reference": "python312-Flask-Security-5.5.2-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-Flask-Security-5.5.2-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.s390x" }, "product_reference": "python312-Flask-Security-5.5.2-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-Flask-Security-5.5.2-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.x86_64" }, "product_reference": "python312-Flask-Security-5.5.2-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-Flask-Security-5.5.2-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.aarch64" }, "product_reference": "python313-Flask-Security-5.5.2-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-Flask-Security-5.5.2-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.ppc64le" }, "product_reference": "python313-Flask-Security-5.5.2-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-Flask-Security-5.5.2-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.s390x" }, "product_reference": "python313-Flask-Security-5.5.2-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-Flask-Security-5.5.2-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.x86_64" }, "product_reference": "python313-Flask-Security-5.5.2-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-21241", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-21241" } ], "notes": [ { "category": "general", "text": "The Python \"Flask-Security-Too\" package is used for adding security features to your Flask application. It is an is a independently maintained version of Flask-Security based on the 3.0.0 version of Flask-Security. In Flask-Security-Too from version 3.3.0 and before version 3.4.5, the /login and /change endpoints can return the authenticated user\u0027s authentication token in response to a GET request. Since GET requests aren\u0027t protected with a CSRF token, this could lead to a malicious 3rd party site acquiring the authentication token. Version 3.4.5 and version 4.0.0 are patched. As a workaround, if you aren\u0027t using authentication tokens - you can set the SECURITY_TOKEN_MAX_AGE to \"0\" (seconds) which should make the token unusable.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-21241", "url": "https://www.suse.com/security/cve/CVE-2021-21241" }, { "category": "external", "summary": "SUSE Bug 1181058 for CVE-2021-21241", "url": "https://bugzilla.suse.com/1181058" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-12-06T00:00:00Z", "details": "important" } ], "title": "CVE-2021-21241" }, { "cve": "CVE-2021-23385", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-23385" } ], "notes": [ { "category": "general", "text": "This affects all versions of package Flask-Security. When using the get_post_logout_redirect and get_post_login_redirect functions, 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. This vulnerability is only exploitable if an alternative WSGI server other than Werkzeug is used, or the default behaviour of Werkzeug is modified using \u0027autocorrect_location_header=False. **Note:** Flask-Security is not maintained anymore.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-23385", "url": "https://www.suse.com/security/cve/CVE-2021-23385" }, { "category": "external", "summary": "SUSE Bug 1202105 for CVE-2021-23385", "url": "https://bugzilla.suse.com/1202105" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-12-06T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-23385" }, { "cve": "CVE-2023-49438", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-49438" } ], "notes": [ { "category": "general", "text": "An open redirect vulnerability in the python package Flask-Security-Too \u003c=5.3.2 allows attackers to redirect unsuspecting users to malicious sites via a crafted URL by abusing the ?next parameter on the /login and /register routes.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-49438", "url": "https://www.suse.com/security/cve/CVE-2023-49438" }, { "category": "external", "summary": "SUSE Bug 1218412 for CVE-2023-49438", "url": "https://bugzilla.suse.com/1218412" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python310-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python311-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python312-Flask-Security-5.5.2-1.1.x86_64", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.aarch64", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.s390x", "openSUSE Tumbleweed:python313-Flask-Security-5.5.2-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-12-06T00:00:00Z", "details": "moderate" } ], "title": "CVE-2023-49438" } ] }
opensuse-su-2024:13561-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
python310-Flask-Security-Too-5.3.2-3.1 on GA media
Notes
Title of the patch
python310-Flask-Security-Too-5.3.2-3.1 on GA media
Description of the patch
These are all security issues fixed in the python310-Flask-Security-Too-5.3.2-3.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-13561
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "python310-Flask-Security-Too-5.3.2-3.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the python310-Flask-Security-Too-5.3.2-3.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-13561", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_13561-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2021-21241 page", "url": "https://www.suse.com/security/cve/CVE-2021-21241/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-23385 page", "url": "https://www.suse.com/security/cve/CVE-2021-23385/" } ], "title": "python310-Flask-Security-Too-5.3.2-3.1 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:13561-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "python310-Flask-Security-Too-5.3.2-3.1.aarch64", "product": { "name": "python310-Flask-Security-Too-5.3.2-3.1.aarch64", "product_id": "python310-Flask-Security-Too-5.3.2-3.1.aarch64" } }, { "category": "product_version", "name": "python311-Flask-Security-Too-5.3.2-3.1.aarch64", "product": { "name": "python311-Flask-Security-Too-5.3.2-3.1.aarch64", "product_id": "python311-Flask-Security-Too-5.3.2-3.1.aarch64" } }, { "category": "product_version", "name": "python39-Flask-Security-Too-5.3.2-3.1.aarch64", "product": { "name": "python39-Flask-Security-Too-5.3.2-3.1.aarch64", "product_id": "python39-Flask-Security-Too-5.3.2-3.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python310-Flask-Security-Too-5.3.2-3.1.ppc64le", "product": { "name": "python310-Flask-Security-Too-5.3.2-3.1.ppc64le", "product_id": "python310-Flask-Security-Too-5.3.2-3.1.ppc64le" } }, { "category": "product_version", "name": "python311-Flask-Security-Too-5.3.2-3.1.ppc64le", "product": { "name": "python311-Flask-Security-Too-5.3.2-3.1.ppc64le", "product_id": "python311-Flask-Security-Too-5.3.2-3.1.ppc64le" } }, { "category": "product_version", "name": "python39-Flask-Security-Too-5.3.2-3.1.ppc64le", "product": { "name": "python39-Flask-Security-Too-5.3.2-3.1.ppc64le", "product_id": "python39-Flask-Security-Too-5.3.2-3.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python310-Flask-Security-Too-5.3.2-3.1.s390x", "product": { "name": "python310-Flask-Security-Too-5.3.2-3.1.s390x", "product_id": "python310-Flask-Security-Too-5.3.2-3.1.s390x" } }, { "category": "product_version", "name": "python311-Flask-Security-Too-5.3.2-3.1.s390x", "product": { "name": "python311-Flask-Security-Too-5.3.2-3.1.s390x", "product_id": "python311-Flask-Security-Too-5.3.2-3.1.s390x" } }, { "category": "product_version", "name": "python39-Flask-Security-Too-5.3.2-3.1.s390x", "product": { "name": "python39-Flask-Security-Too-5.3.2-3.1.s390x", "product_id": "python39-Flask-Security-Too-5.3.2-3.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python310-Flask-Security-Too-5.3.2-3.1.x86_64", "product": { "name": "python310-Flask-Security-Too-5.3.2-3.1.x86_64", "product_id": "python310-Flask-Security-Too-5.3.2-3.1.x86_64" } }, { "category": "product_version", "name": "python311-Flask-Security-Too-5.3.2-3.1.x86_64", "product": { "name": "python311-Flask-Security-Too-5.3.2-3.1.x86_64", "product_id": "python311-Flask-Security-Too-5.3.2-3.1.x86_64" } }, { "category": "product_version", "name": "python39-Flask-Security-Too-5.3.2-3.1.x86_64", "product": { "name": "python39-Flask-Security-Too-5.3.2-3.1.x86_64", "product_id": "python39-Flask-Security-Too-5.3.2-3.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python310-Flask-Security-Too-5.3.2-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.aarch64" }, "product_reference": "python310-Flask-Security-Too-5.3.2-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-Flask-Security-Too-5.3.2-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.ppc64le" }, "product_reference": "python310-Flask-Security-Too-5.3.2-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-Flask-Security-Too-5.3.2-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.s390x" }, "product_reference": "python310-Flask-Security-Too-5.3.2-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-Flask-Security-Too-5.3.2-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.x86_64" }, "product_reference": "python310-Flask-Security-Too-5.3.2-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-Flask-Security-Too-5.3.2-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.aarch64" }, "product_reference": "python311-Flask-Security-Too-5.3.2-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-Flask-Security-Too-5.3.2-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.ppc64le" }, "product_reference": "python311-Flask-Security-Too-5.3.2-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-Flask-Security-Too-5.3.2-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.s390x" }, "product_reference": "python311-Flask-Security-Too-5.3.2-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-Flask-Security-Too-5.3.2-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.x86_64" }, "product_reference": "python311-Flask-Security-Too-5.3.2-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Flask-Security-Too-5.3.2-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.aarch64" }, "product_reference": "python39-Flask-Security-Too-5.3.2-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Flask-Security-Too-5.3.2-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.ppc64le" }, "product_reference": "python39-Flask-Security-Too-5.3.2-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Flask-Security-Too-5.3.2-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.s390x" }, "product_reference": "python39-Flask-Security-Too-5.3.2-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-Flask-Security-Too-5.3.2-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.x86_64" }, "product_reference": "python39-Flask-Security-Too-5.3.2-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-21241", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-21241" } ], "notes": [ { "category": "general", "text": "The Python \"Flask-Security-Too\" package is used for adding security features to your Flask application. It is an is a independently maintained version of Flask-Security based on the 3.0.0 version of Flask-Security. In Flask-Security-Too from version 3.3.0 and before version 3.4.5, the /login and /change endpoints can return the authenticated user\u0027s authentication token in response to a GET request. Since GET requests aren\u0027t protected with a CSRF token, this could lead to a malicious 3rd party site acquiring the authentication token. Version 3.4.5 and version 4.0.0 are patched. As a workaround, if you aren\u0027t using authentication tokens - you can set the SECURITY_TOKEN_MAX_AGE to \"0\" (seconds) which should make the token unusable.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.aarch64", "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.ppc64le", "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.s390x", "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.x86_64", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.aarch64", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.ppc64le", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.s390x", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.x86_64", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.aarch64", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.ppc64le", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.s390x", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-21241", "url": "https://www.suse.com/security/cve/CVE-2021-21241" }, { "category": "external", "summary": "SUSE Bug 1181058 for CVE-2021-21241", "url": "https://bugzilla.suse.com/1181058" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.aarch64", "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.ppc64le", "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.s390x", "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.x86_64", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.aarch64", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.ppc64le", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.s390x", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.x86_64", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.aarch64", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.ppc64le", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.s390x", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.aarch64", "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.ppc64le", "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.s390x", "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.x86_64", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.aarch64", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.ppc64le", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.s390x", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.x86_64", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.aarch64", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.ppc64le", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.s390x", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2021-21241" }, { "cve": "CVE-2021-23385", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-23385" } ], "notes": [ { "category": "general", "text": "This affects all versions of package Flask-Security. When using the get_post_logout_redirect and get_post_login_redirect functions, 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. This vulnerability is only exploitable if an alternative WSGI server other than Werkzeug is used, or the default behaviour of Werkzeug is modified using \u0027autocorrect_location_header=False. **Note:** Flask-Security is not maintained anymore.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.aarch64", "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.ppc64le", "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.s390x", "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.x86_64", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.aarch64", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.ppc64le", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.s390x", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.x86_64", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.aarch64", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.ppc64le", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.s390x", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-23385", "url": "https://www.suse.com/security/cve/CVE-2021-23385" }, { "category": "external", "summary": "SUSE Bug 1202105 for CVE-2021-23385", "url": "https://bugzilla.suse.com/1202105" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.aarch64", "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.ppc64le", "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.s390x", "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.x86_64", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.aarch64", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.ppc64le", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.s390x", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.x86_64", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.aarch64", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.ppc64le", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.s390x", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.aarch64", "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.ppc64le", "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.s390x", "openSUSE Tumbleweed:python310-Flask-Security-Too-5.3.2-3.1.x86_64", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.aarch64", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.ppc64le", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.s390x", "openSUSE Tumbleweed:python311-Flask-Security-Too-5.3.2-3.1.x86_64", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.aarch64", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.ppc64le", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.s390x", "openSUSE Tumbleweed:python39-Flask-Security-Too-5.3.2-3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-23385" } ] }
fkie_cve-2021-23385
Vulnerability from fkie_nvd
Published
2022-08-02 14:15
Modified
2024-11-21 05:51
Severity ?
5.4 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
6.1 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
6.1 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Summary
This affects all versions of package Flask-Security. When using the get_post_logout_redirect and get_post_login_redirect functions, 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. This vulnerability is only exploitable if an alternative WSGI server other than Werkzeug is used, or the default behaviour of Werkzeug is modified using 'autocorrect_location_header=False. **Note:** Flask-Security is not maintained anymore.
References
▼ | URL | Tags | |
---|---|---|---|
report@snyk.io | https://github.com/mattupstate/flask-security | Product, Third Party Advisory | |
report@snyk.io | https://lists.debian.org/debian-lts-announce/2023/08/msg00034.html | ||
report@snyk.io | https://security.snyk.io/vuln/SNYK-PYTHON-FLASKSECURITY-1293234 | Exploit, Third Party Advisory | |
report@snyk.io | https://snyk.io/blog/url-confusion-vulnerabilities/ | Technical Description, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/mattupstate/flask-security | Product, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2023/08/msg00034.html | ||
af854a3a-2127-422b-91ae-364da2661108 | https://security.snyk.io/vuln/SNYK-PYTHON-FLASKSECURITY-1293234 | Exploit, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://snyk.io/blog/url-confusion-vulnerabilities/ | Technical Description, Third Party Advisory |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
flask-security_project | flask-security | * |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:flask-security_project:flask-security:*:*:*:*:*:*:*:*", "matchCriteriaId": "A64C5EBD-CA0E-4C5C-A6DD-491E03BF261C", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "This affects all versions of package Flask-Security. When using the get_post_logout_redirect and get_post_login_redirect functions, 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. This vulnerability is only exploitable if an alternative WSGI server other than Werkzeug is used, or the default behaviour of Werkzeug is modified using \u0027autocorrect_location_header=False. **Note:** Flask-Security is not maintained anymore." }, { "lang": "es", "value": "Esto afecta a todas las versiones del paquete Flask-Security. Cuando son usadas las funciones get_post_logout_redirect y get_post_login_redirect, es posible omitirse la comprobaci\u00f3n de la URL y redirigir a un usuario a una URL arbitraria proporcionando m\u00faltiples barras diagonales traseras como \\\\\\Ndevil.com/path. Esta vulnerabilidad s\u00f3lo es explotable si es usado un servidor WSGI alternativo que no sea Werkzeug, o es modificado el comportamiento por defecto de Werkzeug usando \"autocorrect_location_header=False. **Nota:** Flask-Security ya no es mantenido" } ], "id": "CVE-2021-23385", "lastModified": "2024-11-21T05:51:37.157", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 2.5, "source": "report@snyk.io", "type": "Secondary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 2.7, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2022-08-02T14:15:10.017", "references": [ { "source": "report@snyk.io", "tags": [ "Product", "Third Party Advisory" ], "url": "https://github.com/mattupstate/flask-security" }, { "source": "report@snyk.io", "url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00034.html" }, { "source": "report@snyk.io", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://security.snyk.io/vuln/SNYK-PYTHON-FLASKSECURITY-1293234" }, { "source": "report@snyk.io", "tags": [ "Technical Description", "Third Party Advisory" ], "url": "https://snyk.io/blog/url-confusion-vulnerabilities/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Product", "Third Party Advisory" ], "url": "https://github.com/mattupstate/flask-security" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00034.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://security.snyk.io/vuln/SNYK-PYTHON-FLASKSECURITY-1293234" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Technical Description", "Third Party Advisory" ], "url": "https://snyk.io/blog/url-confusion-vulnerabilities/" } ], "sourceIdentifier": "report@snyk.io", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-601" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
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.
Loading…