diff --git a/advisories/github-reviewed/2024/01/GHSA-qh2w-9m7w-hjg2/GHSA-qh2w-9m7w-hjg2.json b/advisories/github-reviewed/2024/01/GHSA-qh2w-9m7w-hjg2/GHSA-qh2w-9m7w-hjg2.json index eb399e27f3e..5cc04c06a06 100644 --- a/advisories/github-reviewed/2024/01/GHSA-qh2w-9m7w-hjg2/GHSA-qh2w-9m7w-hjg2.json +++ b/advisories/github-reviewed/2024/01/GHSA-qh2w-9m7w-hjg2/GHSA-qh2w-9m7w-hjg2.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-qh2w-9m7w-hjg2", - "modified": "2024-01-24T14:22:02Z", + "modified": "2024-01-29T19:12:47Z", "published": "2024-01-23T21:30:20Z", "aliases": [ "CVE-2024-22497" @@ -9,7 +9,10 @@ "summary": "Cross-site Scripting in JFinal", "details": "Cross Site Scripting (XSS) vulnerability in /admin/login password parameter in JFinalcms 5.0.0 allows attackers to run arbitrary code via crafted URL.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + } ], "affected": [ { diff --git a/advisories/github-reviewed/2024/01/GHSA-rwhh-6x83-84v6/GHSA-rwhh-6x83-84v6.json b/advisories/github-reviewed/2024/01/GHSA-rwhh-6x83-84v6/GHSA-rwhh-6x83-84v6.json index e02eb7065b7..78dd3517ed5 100644 --- a/advisories/github-reviewed/2024/01/GHSA-rwhh-6x83-84v6/GHSA-rwhh-6x83-84v6.json +++ b/advisories/github-reviewed/2024/01/GHSA-rwhh-6x83-84v6/GHSA-rwhh-6x83-84v6.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-rwhh-6x83-84v6", - "modified": "2024-01-23T21:35:07Z", + "modified": "2024-01-29T19:12:33Z", "published": "2024-01-23T15:30:58Z", "aliases": [ "CVE-2023-49657" ], "summary": "Cross-site Scripting in Apache superset", - "details": "A stored cross-site scripting (XSS) vulnerability exists in Apache Superset before 3.0.3. An authenticated attacker with create/update permissions on charts or dashboards could store a script or add a specific HTML snippet that would act as a stored XSS.\n\nFor 2.X versions, users should change their config to include:\n\nTALISMAN_CONFIG = {\n    \"content_security_policy\": {\n        \"base-uri\": [\"'self'\"],\n        \"default-src\": [\"'self'\"],\n        \"img-src\": [\"'self'\", \"blob:\", \"data:\"],\n        \"worker-src\": [\"'self'\", \"blob:\"],\n        \"connect-src\": [\n            \"'self'\",\n            \" https://api.mapbox.com\" https://api.mapbox.com\" ;,\n            \" https://events.mapbox.com\" https://events.mapbox.com\" ;,\n        ],\n        \"object-src\": \"'none'\",\n        \"style-src\": [\n            \"'self'\",\n            \"'unsafe-inline'\",\n        ],\n        \"script-src\": [\"'self'\", \"'strict-dynamic'\"],\n    },\n    \"content_security_policy_nonce_in\": [\"script-src\"],\n    \"force_https\": False,\n    \"session_cookie_secure\": False,\n}\n\n", + "details": "A stored cross-site scripting (XSS) vulnerability exists in Apache Superset before 3.0.3. An authenticated attacker with create/update permissions on charts or dashboards could store a script or add a specific HTML snippet that would act as a stored XSS.\n\nFor 2.X versions, users should change their config to include:\n\nTALISMAN_CONFIG = {\n    \"content_security_policy\": {\n        \"base-uri\": [\"'self'\"],\n        \"default-src\": [\"'self'\"],\n        \"img-src\": [\"'self'\", \"blob:\", \"data:\"],\n        \"worker-src\": [\"'self'\", \"blob:\"],\n        \"connect-src\": [\n            \"'self'\",\n            \" https://api.mapbox.com\" https://api.mapbox.com\" ;,\n            \" https://events.mapbox.com\" https://events.mapbox.com\" ;,\n        ],\n        \"object-src\": \"'none'\",\n        \"style-src\": [\n            \"'self'\",\n            \"'unsafe-inline'\",\n        ],\n        \"script-src\": [\"'self'\", \"'strict-dynamic'\"],\n    },\n    \"content_security_policy_nonce_in\": [\"script-src\"],\n    \"force_https\": False,\n    \"session_cookie_secure\": False,\n}", "severity": [ { "type": "CVSS_V3", diff --git a/advisories/github-reviewed/2024/01/GHSA-v435-pfj6-68r3/GHSA-v435-pfj6-68r3.json b/advisories/github-reviewed/2024/01/GHSA-v435-pfj6-68r3/GHSA-v435-pfj6-68r3.json index e4c52f7f7d3..ee4188e2309 100644 --- a/advisories/github-reviewed/2024/01/GHSA-v435-pfj6-68r3/GHSA-v435-pfj6-68r3.json +++ b/advisories/github-reviewed/2024/01/GHSA-v435-pfj6-68r3/GHSA-v435-pfj6-68r3.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-v435-pfj6-68r3", - "modified": "2024-01-23T20:11:19Z", + "modified": "2024-01-29T19:12:43Z", "published": "2024-01-23T18:31:11Z", "aliases": [ "CVE-2024-22496" @@ -9,7 +9,10 @@ "summary": "Cross-site Scripting in JFinal", "details": "Cross Site Scripting (XSS) vulnerability in JFinalcms 5.0.0 allows attackers to run arbitrary code via the /admin/login username parameter.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + } ], "affected": [ {