From 2ea1b66fa1e1e31cc6474ee447f4367839f51706 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:35:50 +0000 Subject: [PATCH] Publish Advisories GHSA-48mj-p7x2-5jfm GHSA-624f-cqvr-3qw4 GHSA-6hcj-qrw3-m66q --- .../GHSA-48mj-p7x2-5jfm/GHSA-48mj-p7x2-5jfm.json | 16 ++++++++++++++-- .../GHSA-624f-cqvr-3qw4/GHSA-624f-cqvr-3qw4.json | 12 ++++++++++-- .../GHSA-6hcj-qrw3-m66q/GHSA-6hcj-qrw3-m66q.json | 8 ++++++-- 3 files changed, 30 insertions(+), 6 deletions(-) diff --git a/advisories/github-reviewed/2021/09/GHSA-48mj-p7x2-5jfm/GHSA-48mj-p7x2-5jfm.json b/advisories/github-reviewed/2021/09/GHSA-48mj-p7x2-5jfm/GHSA-48mj-p7x2-5jfm.json index 9a59bae0332..87b5012cb97 100644 --- a/advisories/github-reviewed/2021/09/GHSA-48mj-p7x2-5jfm/GHSA-48mj-p7x2-5jfm.json +++ b/advisories/github-reviewed/2021/09/GHSA-48mj-p7x2-5jfm/GHSA-48mj-p7x2-5jfm.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-48mj-p7x2-5jfm", - "modified": "2021-09-28T21:10:08Z", + "modified": "2024-09-20T17:35:20Z", "published": "2021-09-29T17:09:14Z", "aliases": [ "CVE-2021-41104" @@ -12,6 +12,10 @@ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N" } ], "affected": [ @@ -46,7 +50,11 @@ }, { "type": "WEB", - "url": "https://github.com/esphome/esphome/pull/2409/commits/207cde1667d8c799a197b78ca8a5a14de8d5ca1e" + "url": "https://github.com/esphome/esphome/pull/2409" + }, + { + "type": "WEB", + "url": "https://github.com/esphome/esphome/commit/2234f6aacf8cc653307fed80f3750317a82c4f83" }, { "type": "WEB", @@ -59,6 +67,10 @@ { "type": "WEB", "url": "https://github.com/esphome/esphome/releases/tag/2021.9.2" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/esphome/PYSEC-2021-351.yaml" } ], "database_specific": { diff --git a/advisories/github-reviewed/2021/09/GHSA-624f-cqvr-3qw4/GHSA-624f-cqvr-3qw4.json b/advisories/github-reviewed/2021/09/GHSA-624f-cqvr-3qw4/GHSA-624f-cqvr-3qw4.json index c1ac694be57..28374c5c7d2 100644 --- a/advisories/github-reviewed/2021/09/GHSA-624f-cqvr-3qw4/GHSA-624f-cqvr-3qw4.json +++ b/advisories/github-reviewed/2021/09/GHSA-624f-cqvr-3qw4/GHSA-624f-cqvr-3qw4.json @@ -1,17 +1,21 @@ { "schema_version": "1.4.0", "id": "GHSA-624f-cqvr-3qw4", - "modified": "2021-09-09T13:33:26Z", + "modified": "2024-09-20T17:34:08Z", "published": "2021-09-08T21:11:14Z", "aliases": [ "CVE-2021-32805" ], - "summary": "URL Redirection to Untrusted Site ('Open Redirect') in Flask-AppBuilder", + "summary": "Flask-AppBuilder Open Redirect vulnerability", "details": "### Impact\nIf using Flask-AppBuilder OAuth, an attacker can share a carefully crafted URL with a trusted domain for an application built with Flask-AppBuilder, this URL can redirect a user to a malicious site. This is an open redirect vulnerability \n\n### Patches\nInstall Flask-AppBuilder 3.2.2 or above\n\n### Workarounds\nFilter HTTP traffic containing `?next={next-site}` where the `next-site` domain is different from the application you are protecting\n", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N" } ], "affected": [ @@ -56,6 +60,10 @@ "type": "WEB", "url": "https://github.com/dpgaspar/Flask-AppBuilder/releases/tag/v3.3.2" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/flask-appbuilder/PYSEC-2021-359.yaml" + }, { "type": "WEB", "url": "https://pypi.org/project/Flask-AppBuilder" diff --git a/advisories/github-reviewed/2022/08/GHSA-6hcj-qrw3-m66q/GHSA-6hcj-qrw3-m66q.json b/advisories/github-reviewed/2022/08/GHSA-6hcj-qrw3-m66q/GHSA-6hcj-qrw3-m66q.json index 6e0e0fd9ec0..d6531f82154 100644 --- a/advisories/github-reviewed/2022/08/GHSA-6hcj-qrw3-m66q/GHSA-6hcj-qrw3-m66q.json +++ b/advisories/github-reviewed/2022/08/GHSA-6hcj-qrw3-m66q/GHSA-6hcj-qrw3-m66q.json @@ -1,17 +1,21 @@ { "schema_version": "1.4.0", "id": "GHSA-6hcj-qrw3-m66q", - "modified": "2022-08-10T15:57:45Z", + "modified": "2024-09-20T17:33:16Z", "published": "2022-08-02T00:00:25Z", "aliases": [ "CVE-2022-2589" ], - "summary": "Fava before 1.22.3 vulnerable to reflected cross-site scripting", + "summary": "Fava vulnerable to reflected cross-site scripting", "details": "Fava before 1.22.3 is vulnerable to reflected cross-site scripting due to improper validation on filter conversion.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N" } ], "affected": [