From 1ea31396c6b345f60e42fc8dc142233c7572d73a Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 19:30:15 +0000 Subject: [PATCH] Publish Advisories GHSA-7j9h-ch38-474r GHSA-7j9h-ch38-474r --- .../GHSA-7j9h-ch38-474r.json | 69 +++++++++++++++++++ .../GHSA-7j9h-ch38-474r.json | 46 ------------- 2 files changed, 69 insertions(+), 46 deletions(-) create mode 100644 advisories/github-reviewed/2023/12/GHSA-7j9h-ch38-474r/GHSA-7j9h-ch38-474r.json delete mode 100644 advisories/unreviewed/2023/12/GHSA-7j9h-ch38-474r/GHSA-7j9h-ch38-474r.json 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 new file mode 100644 index 00000000000..bfb74714585 --- /dev/null +++ b/advisories/github-reviewed/2023/12/GHSA-7j9h-ch38-474r/GHSA-7j9h-ch38-474r.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-7j9h-ch38-474r", + "modified": "2023-12-29T19:28:58Z", + "published": "2023-12-21T15:30:33Z", + "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.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "automad/automad" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.10.9" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-7035" + }, + { + "type": "PACKAGE", + "url": "https://github.com/marcantondahmen/automad" + }, + { + "type": "WEB", + "url": "https://github.com/screetsec/VDD/tree/main/Automad%20CMS/Stored%20Cross%20Site%20Scripting%20(XSS)" + }, + { + "type": "WEB", + "url": "https://vuldb.com/?ctiid.248684" + }, + { + "type": "WEB", + "url": "https://vuldb.com/?id.248684" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2023-12-29T19:28:58Z", + "nvd_published_at": "2023-12-21T15:15:13Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/12/GHSA-7j9h-ch38-474r/GHSA-7j9h-ch38-474r.json b/advisories/unreviewed/2023/12/GHSA-7j9h-ch38-474r/GHSA-7j9h-ch38-474r.json deleted file mode 100644 index 24a098d7437..00000000000 --- a/advisories/unreviewed/2023/12/GHSA-7j9h-ch38-474r/GHSA-7j9h-ch38-474r.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-7j9h-ch38-474r", - "modified": "2023-12-21T15:30:33Z", - "published": "2023-12-21T15:30:33Z", - "aliases": [ - "CVE-2023-7035" - ], - "details": "A vulnerability was found in automad up to 1.10.9 and classified as problematic. Affected by this issue is some unknown functionality of the file packages\\standard\\templates\\post.php of the component Setting Handler. The manipulation of the argument sitename leads to cross site scripting. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-248684. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-7035" - }, - { - "type": "WEB", - "url": "https://github.com/screetsec/VDD/tree/main/Automad%20CMS/Stored%20Cross%20Site%20Scripting%20(XSS)" - }, - { - "type": "WEB", - "url": "https://vuldb.com/?ctiid.248684" - }, - { - "type": "WEB", - "url": "https://vuldb.com/?id.248684" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-79" - ], - "severity": "LOW", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2023-12-21T15:15:13Z" - } -} \ No newline at end of file