From 5fc024d5c06338e09a1f636a0120e76ccc7504f9 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 13:15:01 +0000 Subject: [PATCH] Publish GHSA-wjg9-v8cf-f5q2 --- .../GHSA-wjg9-v8cf-f5q2.json | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 advisories/github-reviewed/2024/05/GHSA-wjg9-v8cf-f5q2/GHSA-wjg9-v8cf-f5q2.json diff --git a/advisories/github-reviewed/2024/05/GHSA-wjg9-v8cf-f5q2/GHSA-wjg9-v8cf-f5q2.json b/advisories/github-reviewed/2024/05/GHSA-wjg9-v8cf-f5q2/GHSA-wjg9-v8cf-f5q2.json new file mode 100644 index 00000000000..626a8ee6b58 --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-wjg9-v8cf-f5q2/GHSA-wjg9-v8cf-f5q2.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-wjg9-v8cf-f5q2", + "modified": "2024-05-28T13:13:11Z", + "published": "2024-05-28T13:13:11Z", + "aliases": [ + + ], + "summary": "silverstripe/graphql Cross-Site Request Forgery vulnerability", + "details": "The GraphQL controller lacked any CSRF protection, meaning authenticated users could be forced or tricked into visiting a URL that would send a GET request to the affected web server that could mutate or destroy data without the user knowing.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/graphql" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.0.0" + }, + { + "fixed": "2.0.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/silverstripe/silverstripe-graphql/commit/b59ba397ff42d8934bd2d9c932514f898c327f64" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/silverstripe/graphql/SS-2018-007-1.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/silverstripe/silverstripe-graphql" + }, + { + "type": "WEB", + "url": "https://www.silverstripe.org/download/security-releases/ss-2018-007" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-352" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-05-28T13:13:11Z", + "nvd_published_at": null + } +} \ No newline at end of file