From e5b3db53792572de974cfafdaefc28fda51f3383 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 19:43:11 +0000 Subject: [PATCH] Publish GHSA-vj2j-6g3w-4662 --- .../GHSA-vj2j-6g3w-4662.json | 107 ++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 advisories/github-reviewed/2024/05/GHSA-vj2j-6g3w-4662/GHSA-vj2j-6g3w-4662.json diff --git a/advisories/github-reviewed/2024/05/GHSA-vj2j-6g3w-4662/GHSA-vj2j-6g3w-4662.json b/advisories/github-reviewed/2024/05/GHSA-vj2j-6g3w-4662/GHSA-vj2j-6g3w-4662.json new file mode 100644 index 00000000000..33059bf768b --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-vj2j-6g3w-4662/GHSA-vj2j-6g3w-4662.json @@ -0,0 +1,107 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-vj2j-6g3w-4662", + "modified": "2024-05-23T19:41:41Z", + "published": "2024-05-23T19:41:41Z", + "aliases": [ + + ], + "summary": "Silverstripe Missing CSRF protection in login form", + "details": "LoginForm calls disableSecurityToken(), which causes a \"shared host domain\" vulnerability: http://stackoverflow.com/a/15350123.", + "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": "3.1.18" + }, + { + "fixed": "3.1.19" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.2.3" + }, + { + "fixed": "3.2.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.3.1" + }, + { + "fixed": "3.3.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/silverstripe/silverstripe-framework/commit/a6bd22ab2f3b11a054d20be13306a19089510989" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/silverstripe/framework/SS-2016-006-1.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/silverstripe/silverstripe-framework" + }, + { + "type": "WEB", + "url": "https://stackoverflow.com/questions/6412813/do-login-forms-need-tokens-against-csrf-attacks/15350123#15350123" + }, + { + "type": "WEB", + "url": "https://www.silverstripe.org/download/security-releases/ss-2016-006" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-352" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-05-23T19:41:41Z", + "nvd_published_at": null + } +} \ No newline at end of file