From 3c29bb8a264368a02fbfaa5d089f1189c3682dc0 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:24:31 +0000 Subject: [PATCH] Publish GHSA-7j9h-ch38-474r --- .../12/GHSA-7j9h-ch38-474r/GHSA-7j9h-ch38-474r.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/advisories/github-reviewed/2023/12/GHSA-7j9h-ch38-474r/GHSA-7j9h-ch38-474r.json b/advisories/github-reviewed/2023/12/GHSA-7j9h-ch38-474r/GHSA-7j9h-ch38-474r.json index bfb74714585..38220d1251e 100644 --- a/advisories/github-reviewed/2023/12/GHSA-7j9h-ch38-474r/GHSA-7j9h-ch38-474r.json +++ b/advisories/github-reviewed/2023/12/GHSA-7j9h-ch38-474r/GHSA-7j9h-ch38-474r.json @@ -1,13 +1,14 @@ { "schema_version": "1.4.0", "id": "GHSA-7j9h-ch38-474r", - "modified": "2023-12-29T19:28:58Z", + "modified": "2024-08-26T18:23:27Z", "published": "2023-12-21T15:30:33Z", + "withdrawn": "2024-08-26T18:23:27Z", "aliases": [ "CVE-2023-7035" ], - "summary": "Stored Cross-site scripting affecting automad/automad", - "details": "automad up to 1.10.9 is vulnerable to stored cross-site scripting in the `sitename` argument because the `SharedController` class that handles form data and saving shared information does not properly sanitize the user input on the client side when rendering the data. The attack may be launched remotely and an exploit has been disclosed publicly.", + "summary": "Withdrawn Advisory: Stored Cross-site scripting affecting automad/automad", + "details": "## Withdrawn Advisory\nThis advisory has been withdrawn because only the main admin with the highest level of privilege can provide input, and there are no users other than the admin from whom data could be stolen. This link is maintained to preserve external references.\n\n## Original Description\nautomad up to 1.10.9 is vulnerable to stored cross-site scripting in the `sitename` argument because the `SharedController` class that handles form data and saving shared information does not properly sanitize the user input on the client side when rendering the data. The attack may be launched remotely and an exploit has been disclosed publicly.", "severity": [ { "type": "CVSS_V3", @@ -44,6 +45,10 @@ "type": "PACKAGE", "url": "https://github.com/marcantondahmen/automad" }, + { + "type": "WEB", + "url": "https://github.com/marcantondahmen/automad/blob/v2/SECURITY.md" + }, { "type": "WEB", "url": "https://github.com/screetsec/VDD/tree/main/Automad%20CMS/Stored%20Cross%20Site%20Scripting%20(XSS)"