From 7c0fa8f3858362155028c7289ea7787a41da60ae Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 23:09:20 +0000 Subject: [PATCH] Publish GHSA-vgxh-x8jv-hmff --- .../GHSA-vgxh-x8jv-hmff.json | 84 +++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 advisories/github-reviewed/2024/05/GHSA-vgxh-x8jv-hmff/GHSA-vgxh-x8jv-hmff.json diff --git a/advisories/github-reviewed/2024/05/GHSA-vgxh-x8jv-hmff/GHSA-vgxh-x8jv-hmff.json b/advisories/github-reviewed/2024/05/GHSA-vgxh-x8jv-hmff/GHSA-vgxh-x8jv-hmff.json new file mode 100644 index 00000000000..5ec3d68d7ed --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-vgxh-x8jv-hmff/GHSA-vgxh-x8jv-hmff.json @@ -0,0 +1,84 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-vgxh-x8jv-hmff", + "modified": "2024-05-27T23:07:35Z", + "published": "2024-05-27T23:07:35Z", + "aliases": [ + + ], + "summary": "silverstripe/framework code execution vulnerability", + "details": "There is a vulnerability whereby arbitrary global functions may be executed if malicious user input is passed through to in the second argument of `ViewableData::renderWith`. This argument resolves associative arrays as template placeholders. This exploit requires that user code has been written which makes use of the second argument in `renderWith` and where user input is passed directly as a value in an associative array without sanitisation such as `Convert::raw2xml()`.\n\n`ViewableData::customise` is not vulnerable.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.0.3-rc1" + }, + { + "fixed": "4.0.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.1.0-rc1" + }, + { + "fixed": "4.1.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/silverstripe/silverstripe-framework/commit/6f50728b185e62c0087a58b295a015cb13276911" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/silverstripe/framework/SS-2018-006-1.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/silverstripe/silverstripe-framework" + }, + { + "type": "WEB", + "url": "https://www.silverstripe.org/download/security-releases/ss-2018-006" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-74" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-05-27T23:07:35Z", + "nvd_published_at": null + } +} \ No newline at end of file