From d43935323cc7b7e02d096da758cadbb897ef55b8 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:20:24 +0000 Subject: [PATCH] Publish Advisories GHSA-7cmp-cgg8-4c82 GHSA-ff6q-3c9c-6cf5 GHSA-mqf3-qpc3-g26q --- .../GHSA-7cmp-cgg8-4c82.json | 65 +++++++++++++++++++ .../GHSA-ff6q-3c9c-6cf5.json | 65 +++++++++++++++++++ .../GHSA-mqf3-qpc3-g26q.json | 63 ++++++++++++++++++ 3 files changed, 193 insertions(+) create mode 100644 advisories/github-reviewed/2025/01/GHSA-7cmp-cgg8-4c82/GHSA-7cmp-cgg8-4c82.json create mode 100644 advisories/github-reviewed/2025/01/GHSA-ff6q-3c9c-6cf5/GHSA-ff6q-3c9c-6cf5.json create mode 100644 advisories/github-reviewed/2025/01/GHSA-mqf3-qpc3-g26q/GHSA-mqf3-qpc3-g26q.json diff --git a/advisories/github-reviewed/2025/01/GHSA-7cmp-cgg8-4c82/GHSA-7cmp-cgg8-4c82.json b/advisories/github-reviewed/2025/01/GHSA-7cmp-cgg8-4c82/GHSA-7cmp-cgg8-4c82.json new file mode 100644 index 00000000000..f9ba143b854 --- /dev/null +++ b/advisories/github-reviewed/2025/01/GHSA-7cmp-cgg8-4c82/GHSA-7cmp-cgg8-4c82.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-7cmp-cgg8-4c82", + "modified": "2025-01-14T22:18:53Z", + "published": "2025-01-14T22:18:52Z", + "aliases": [ + "CVE-2024-47605" + ], + "summary": "Silverstripe Framework has a XSS via insert media remote file oembed", + "details": "### Impact\n\nWhen using the \"insert media\" functionality, the linked oEmbed JSON includes an HTML attribute which will replace the embed shortcode. The HTML is not sanitized before replacing the shortcode, allowing a script payload to be executed on both the CMS and the front-end of the website.\n\n## References\n\n- https://www.silverstripe.org/download/security-releases/cve-2024-47605\n\n\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "5.3.8" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/silverstripe/silverstripe-asset-admin/security/advisories/GHSA-7cmp-cgg8-4c82" + }, + { + "type": "WEB", + "url": "https://github.com/silverstripe/silverstripe-framework/commit/09b5052c86932f273e0d733428c9aade70ff2a4a" + }, + { + "type": "PACKAGE", + "url": "https://github.com/silverstripe/silverstripe-framework" + }, + { + "type": "WEB", + "url": "https://www.silverstripe.org/download/security-releases/cve-2024-47605" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-01-14T22:18:52Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/01/GHSA-ff6q-3c9c-6cf5/GHSA-ff6q-3c9c-6cf5.json b/advisories/github-reviewed/2025/01/GHSA-ff6q-3c9c-6cf5/GHSA-ff6q-3c9c-6cf5.json new file mode 100644 index 00000000000..10489c374ec --- /dev/null +++ b/advisories/github-reviewed/2025/01/GHSA-ff6q-3c9c-6cf5/GHSA-ff6q-3c9c-6cf5.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-ff6q-3c9c-6cf5", + "modified": "2025-01-14T22:18:59Z", + "published": "2025-01-14T22:18:59Z", + "aliases": [ + "CVE-2024-53277" + ], + "summary": "Silverstripe Framework has a XSS in form messages", + "details": "In some cases, form messages can contain HTML markup. This is an intentional feature, allowing links and other relevant HTML markup for the given message.\n\nSome form messages include content that the user can provide. There are scenarios in the CMS where that content doesn't get correctly sanitised prior to being included in the form message, resulting in an XSS vulnerability.\n\n### References\n\n- https://www.silverstripe.org/download/security-releases/cve-2024-53277\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "5.3.8" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/silverstripe/silverstripe-framework/security/advisories/GHSA-ff6q-3c9c-6cf5" + }, + { + "type": "WEB", + "url": "https://github.com/silverstripe/silverstripe-framework/commit/74904f539347b7d1f8c5b5fb9e28d62ff251ee00" + }, + { + "type": "PACKAGE", + "url": "https://github.com/silverstripe/silverstripe-framework" + }, + { + "type": "WEB", + "url": "https://www.silverstripe.org/download/security-releases/cve-2024-53277" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-01-14T22:18:59Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/01/GHSA-mqf3-qpc3-g26q/GHSA-mqf3-qpc3-g26q.json b/advisories/github-reviewed/2025/01/GHSA-mqf3-qpc3-g26q/GHSA-mqf3-qpc3-g26q.json new file mode 100644 index 00000000000..06c2c155730 --- /dev/null +++ b/advisories/github-reviewed/2025/01/GHSA-mqf3-qpc3-g26q/GHSA-mqf3-qpc3-g26q.json @@ -0,0 +1,63 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-mqf3-qpc3-g26q", + "modified": "2025-01-14T22:19:06Z", + "published": "2025-01-14T22:19:06Z", + "aliases": [], + "summary": "Silverstripe Framework has a Reflected Cross Site Scripting (XSS) in error message", + "details": "> [!IMPORTANT]\n> This vulnerability only affects sites which are in the \"dev\" environment mode. If your production website is in \"dev\" mode, it has been misconfigured, and you should immediately swap it to \"live\" mode.\n> See https://docs.silverstripe.org/en/developer_guides/debugging/environment_types/ for more information.\n\nIf a website has been set to the \"dev\" environment mode, a URL can be provided which includes an XSS payload which will be executed in the resulting error message.\n\n## References\n\n- https://www.silverstripe.org/download/security-releases/ss-2024-002", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "5.3.8" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/silverstripe/silverstripe-framework/security/advisories/GHSA-mqf3-qpc3-g26q" + }, + { + "type": "WEB", + "url": "https://github.com/silverstripe/silverstripe-framework/commit/a555dad4ec73c929f6316bcb4019eb325a5b77d8" + }, + { + "type": "PACKAGE", + "url": "https://github.com/silverstripe/silverstripe-framework" + }, + { + "type": "WEB", + "url": "https://www.silverstripe.org/download/security-releases/ss-2024-002" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2025-01-14T22:19:06Z", + "nvd_published_at": null + } +} \ No newline at end of file