From fbc2ffdb6940df0ead5b2870e224de52d14eaa5e Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 15:02:11 +0000 Subject: [PATCH] Publish GHSA-88jp-9jrv-6368 --- .../GHSA-88jp-9jrv-6368.json | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 advisories/github-reviewed/2024/05/GHSA-88jp-9jrv-6368/GHSA-88jp-9jrv-6368.json diff --git a/advisories/github-reviewed/2024/05/GHSA-88jp-9jrv-6368/GHSA-88jp-9jrv-6368.json b/advisories/github-reviewed/2024/05/GHSA-88jp-9jrv-6368/GHSA-88jp-9jrv-6368.json new file mode 100644 index 00000000000..1f776633866 --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-88jp-9jrv-6368/GHSA-88jp-9jrv-6368.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-88jp-9jrv-6368", + "modified": "2024-05-23T15:00:45Z", + "published": "2024-05-23T15:00:45Z", + "aliases": [ + + ], + "summary": "Silverstripe XSS In GridField print", + "details": "A cross-site scripting vulnerability has been discovered in the print view of GridField.\n\nThis vulnerability can only be exploited if a user with CMS access has posted malicious or unescaped HTML into any field of an object in a GridField, and the print feature is used.\n\nThis has been resolved by ensuring that the print feature safely escapes all fields.", + "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": [ + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.1.0" + }, + { + "fixed": "3.1.10" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/silverstripe/silverstripe-framework/commit/cebc0d08c5cc8177c2462a963b76e5bc7827146d" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/silverstripe/framework/SS-2015-006-1.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/silverstripe/silverstripe-framework" + }, + { + "type": "WEB", + "url": "https://www.silverstripe.org/software/download/security-releases/ss-2015-006" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-05-23T15:00:45Z", + "nvd_published_at": null + } +} \ No newline at end of file