From a7b40da33218bdfabb09e0b225c37961e301c243 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 12:54:54 +0000 Subject: [PATCH] Publish GHSA-m2hh-2m46-x6j5 --- .../GHSA-m2hh-2m46-x6j5.json | 130 ++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 advisories/github-reviewed/2024/05/GHSA-m2hh-2m46-x6j5/GHSA-m2hh-2m46-x6j5.json diff --git a/advisories/github-reviewed/2024/05/GHSA-m2hh-2m46-x6j5/GHSA-m2hh-2m46-x6j5.json b/advisories/github-reviewed/2024/05/GHSA-m2hh-2m46-x6j5/GHSA-m2hh-2m46-x6j5.json new file mode 100644 index 00000000000..1c769202996 --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-m2hh-2m46-x6j5/GHSA-m2hh-2m46-x6j5.json @@ -0,0 +1,130 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-m2hh-2m46-x6j5", + "modified": "2024-05-28T12:53:45Z", + "published": "2024-05-28T12:53:45Z", + "aliases": [ + + ], + "summary": "silverstripe/framework may disclose database credentials during connection failure", + "details": "When running SilverStripe 3.7 or 4.x in dev mode with the mysqli database driver, there is a potential to disclose the connection details.\n\nWe have blacklisted the sensitive parts of the connection information from being included in dev mode stack traces when database errors occur.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.7.0-rc1" + }, + { + "fixed": "3.7.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.0.0-rc1" + }, + { + "fixed": "4.0.5" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.1.0-rc1" + }, + { + "fixed": "4.1.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.2.0-rc1" + }, + { + "fixed": "4.2.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/silverstripe/silverstripe-framework/commit/214e28127f5425b61c15b69f884afdbad31133c2" + }, + { + "type": "WEB", + "url": "https://github.com/silverstripe/silverstripe-framework/commit/54251952387394d72b221e797a80edfbf9a973ee" + }, + { + "type": "WEB", + "url": "https://github.com/silverstripe/silverstripe-framework/commit/9aabe0a0f7a061d87cc92923f8811e14d7a032f5" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/silverstripe/framework/SS-2018-018-1.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/silverstripe/silverstripe-framework" + }, + { + "type": "WEB", + "url": "https://www.silverstripe.org/download/security-releases/ss-2018-018" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-209" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-05-28T12:53:45Z", + "nvd_published_at": null + } +} \ No newline at end of file