From 4e0841719ecd600a6b1d9222481ff2ee490a0417 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 21:07:37 +0000 Subject: [PATCH] Publish Advisories GHSA-2jvj-mhf2-g99w GHSA-3vjc-5x79-m9r8 GHSA-592m-4533-rxq9 GHSA-5fr8-xhqq-4p3q GHSA-jgw2-f5mx-rg7h GHSA-2jvj-mhf2-g99w GHSA-592m-4533-rxq9 GHSA-5fr8-xhqq-4p3q GHSA-jgw2-f5mx-rg7h --- .../GHSA-2jvj-mhf2-g99w.json | 103 +++++++++++++ .../GHSA-3vjc-5x79-m9r8.json | 38 ++++- .../GHSA-592m-4533-rxq9.json | 138 ++++++++++++++++++ .../GHSA-5fr8-xhqq-4p3q.json | 96 ++++++++++++ .../GHSA-jgw2-f5mx-rg7h.json | 92 ++++++++++++ .../GHSA-2jvj-mhf2-g99w.json | 42 ------ .../GHSA-592m-4533-rxq9.json | 43 ------ .../GHSA-5fr8-xhqq-4p3q.json | 43 ------ .../GHSA-jgw2-f5mx-rg7h.json | 47 ------ 9 files changed, 461 insertions(+), 181 deletions(-) create mode 100644 advisories/github-reviewed/2022/05/GHSA-2jvj-mhf2-g99w/GHSA-2jvj-mhf2-g99w.json rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-3vjc-5x79-m9r8/GHSA-3vjc-5x79-m9r8.json (64%) create mode 100644 advisories/github-reviewed/2022/05/GHSA-592m-4533-rxq9/GHSA-592m-4533-rxq9.json create mode 100644 advisories/github-reviewed/2022/05/GHSA-5fr8-xhqq-4p3q/GHSA-5fr8-xhqq-4p3q.json create mode 100644 advisories/github-reviewed/2022/05/GHSA-jgw2-f5mx-rg7h/GHSA-jgw2-f5mx-rg7h.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-2jvj-mhf2-g99w/GHSA-2jvj-mhf2-g99w.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-592m-4533-rxq9/GHSA-592m-4533-rxq9.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-5fr8-xhqq-4p3q/GHSA-5fr8-xhqq-4p3q.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-jgw2-f5mx-rg7h/GHSA-jgw2-f5mx-rg7h.json diff --git a/advisories/github-reviewed/2022/05/GHSA-2jvj-mhf2-g99w/GHSA-2jvj-mhf2-g99w.json b/advisories/github-reviewed/2022/05/GHSA-2jvj-mhf2-g99w/GHSA-2jvj-mhf2-g99w.json new file mode 100644 index 00000000000..09573d8eaa2 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-2jvj-mhf2-g99w/GHSA-2jvj-mhf2-g99w.json @@ -0,0 +1,103 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-2jvj-mhf2-g99w", + "modified": "2024-04-25T21:06:31Z", + "published": "2022-05-14T03:45:17Z", + "aliases": [ + "CVE-2017-18049" + ], + "summary": "SilverStripe CSV Excel Macro Injection", + "details": "In the CSV export feature of SilverStripe before 3.5.6, 3.6.x before 3.6.3, and 4.x before 4.0.1, it's possible for the output to contain macros and scripts, which may be executed if imported without sanitization into common software (including Microsoft Excel). For example, the CSV data may contain untrusted user input from the \"First Name\" field of a user's /myprofile page.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.5.6" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.6.0" + }, + { + "fixed": "3.6.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.0.0" + }, + { + "fixed": "4.0.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-18049" + }, + { + "type": "PACKAGE", + "url": "https://github.com/silverstripe/silverstripe-framework" + }, + { + "type": "WEB", + "url": "https://www.exploit-db.com/exploits/43396" + }, + { + "type": "WEB", + "url": "https://www.silverstripe.org/download/security-releases/ss-2017-007" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-74" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-04-25T21:06:31Z", + "nvd_published_at": "2018-01-23T06:29:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-3vjc-5x79-m9r8/GHSA-3vjc-5x79-m9r8.json b/advisories/github-reviewed/2022/05/GHSA-3vjc-5x79-m9r8/GHSA-3vjc-5x79-m9r8.json similarity index 64% rename from advisories/unreviewed/2022/05/GHSA-3vjc-5x79-m9r8/GHSA-3vjc-5x79-m9r8.json rename to advisories/github-reviewed/2022/05/GHSA-3vjc-5x79-m9r8/GHSA-3vjc-5x79-m9r8.json index 2080c67338c..86a6c5b21d6 100644 --- a/advisories/unreviewed/2022/05/GHSA-3vjc-5x79-m9r8/GHSA-3vjc-5x79-m9r8.json +++ b/advisories/github-reviewed/2022/05/GHSA-3vjc-5x79-m9r8/GHSA-3vjc-5x79-m9r8.json @@ -1,17 +1,39 @@ { "schema_version": "1.4.0", "id": "GHSA-3vjc-5x79-m9r8", - "modified": "2022-05-24T19:04:19Z", + "modified": "2024-04-25T21:06:33Z", "published": "2022-05-24T19:04:19Z", "aliases": [ "CVE-2020-25817" ], + "summary": "SilverStripe XXE Vulnerability in CSSContentParser", "details": "SilverStripe through 4.6.0-rc1 has an XXE Vulnerability in CSSContentParser. A developer utility meant for parsing HTML within unit tests can be vulnerable to XML External Entity (XXE) attacks. When this developer utility is misused for purposes involving external or user submitted data in custom project code, it can lead to vulnerabilities such as XSS on HTML output rendered through this custom code. This is now mitigated by disabling external entities during parsing. (The correct CVE ID year is 2020 [CVE-2020-25817, not CVE-2021-25817]).", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" + } ], "affected": [ - + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.0.0" + }, + { + "fixed": "4.7.4" + } + ] + } + ] + } ], "references": [ { @@ -22,6 +44,10 @@ "type": "WEB", "url": "https://forum.silverstripe.org/c/releases" }, + { + "type": "PACKAGE", + "url": "https://github.com/silverstripe/silverstripe-framework" + }, { "type": "WEB", "url": "https://www.silverstripe.org/blog/tag/release" @@ -32,7 +58,7 @@ }, { "type": "WEB", - "url": "https://www.silverstripe.org/download/security-releases/cve-2020-25817" + "url": "https://www.silverstripe.org/download/security-releases/cve-2021-25817" } ], "database_specific": { @@ -40,8 +66,8 @@ "CWE-611" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-04-25T21:06:33Z", "nvd_published_at": "2021-06-08T18:15:00Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2022/05/GHSA-592m-4533-rxq9/GHSA-592m-4533-rxq9.json b/advisories/github-reviewed/2022/05/GHSA-592m-4533-rxq9/GHSA-592m-4533-rxq9.json new file mode 100644 index 00000000000..600cfec4cf0 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-592m-4533-rxq9/GHSA-592m-4533-rxq9.json @@ -0,0 +1,138 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-592m-4533-rxq9", + "modified": "2024-04-25T21:06:35Z", + "published": "2022-05-24T17:15:19Z", + "aliases": [ + "CVE-2020-9280" + ], + "summary": "SilverStripe Folders migrated from 3.x may be unsafe to upload to", + "details": "In SilverStripe through 4.5, files uploaded via Forms to folders migrated from Silverstripe CMS 3.x may be put to the default \"/Uploads\" folder instead. This affects installations which allowed upload folder protection via the optional silverstripe/secureassets module under 3.x. This module is installed and enabled by default on the Common Web Platform (CWP). The vulnerability only affects files uploaded after an upgrade to 4.x.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.0.0" + }, + { + "fixed": "4.4.6" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/userforms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "5.0.0" + }, + { + "fixed": "5.4.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/assets" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.0.0" + }, + { + "fixed": "1.4.7" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/assets" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.5.0" + }, + { + "fixed": "1.5.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-9280" + }, + { + "type": "WEB", + "url": "https://github.com/silverstripe/silverstripe-assets/commit/6779fd3c8c1c05a3db5035bf6e541c9483d161fc" + }, + { + "type": "WEB", + "url": "https://github.com/silverstripe/silverstripe-userforms/commit/3bbad2044279ade5e5a5d0ae1822bafe479f8a26" + }, + { + "type": "WEB", + "url": "https://forum.silverstripe.org/c/releases" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/silverstripe/assets/CVE-2020-9280.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/silverstripe/silverstripe-framework" + }, + { + "type": "WEB", + "url": "https://www.silverstripe.org/download/security-releases" + }, + { + "type": "WEB", + "url": "https://www.silverstripe.org/download/security-releases/cve-2020-9280" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-434" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-04-25T21:06:35Z", + "nvd_published_at": "2020-04-15T21:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2022/05/GHSA-5fr8-xhqq-4p3q/GHSA-5fr8-xhqq-4p3q.json b/advisories/github-reviewed/2022/05/GHSA-5fr8-xhqq-4p3q/GHSA-5fr8-xhqq-4p3q.json new file mode 100644 index 00000000000..c9080bef670 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-5fr8-xhqq-4p3q/GHSA-5fr8-xhqq-4p3q.json @@ -0,0 +1,96 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-5fr8-xhqq-4p3q", + "modified": "2024-04-25T21:06:36Z", + "published": "2022-05-24T17:09:19Z", + "aliases": [ + "CVE-2019-12246" + ], + "summary": "SilverStripe Denial of Service on flush and development URL tools", + "details": "SilverStripe before 4.4.0 allows a Denial of Service on flush and development URL tools.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.0.0" + }, + { + "fixed": "4.4.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "3.6" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-12246" + }, + { + "type": "WEB", + "url": "https://github.com/silverstripe/silverstripe-framework/commit/ca56e8d78e468874b9267c94d8ec75240b6da0ab" + }, + { + "type": "WEB", + "url": "https://forum.silverstripe.org/c/releases" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/silverstripe/framework/CVE-2019-12246.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/silverstripe/silverstripe-framework" + }, + { + "type": "WEB", + "url": "https://www.silverstripe.org/blog/tag/release" + }, + { + "type": "WEB", + "url": "https://www.silverstripe.org/download/security-releases/cve-2019-12246" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-352" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-04-25T21:06:36Z", + "nvd_published_at": "2020-02-19T17:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2022/05/GHSA-jgw2-f5mx-rg7h/GHSA-jgw2-f5mx-rg7h.json b/advisories/github-reviewed/2022/05/GHSA-jgw2-f5mx-rg7h/GHSA-jgw2-f5mx-rg7h.json new file mode 100644 index 00000000000..044007deb40 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-jgw2-f5mx-rg7h/GHSA-jgw2-f5mx-rg7h.json @@ -0,0 +1,92 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-jgw2-f5mx-rg7h", + "modified": "2024-04-25T21:06:38Z", + "published": "2022-05-24T16:56:56Z", + "aliases": [ + "CVE-2019-14272" + ], + "summary": "SilverStripe asset-admin Cross-site Scripting (XSS)", + "details": "In SilverStripe asset-admin 4.0, there is XSS in file titles managed through the CMS.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.0.0" + }, + { + "fixed": "4.3.5" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "silverstripe/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.4.0" + }, + { + "fixed": "4.4.4" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-14272" + }, + { + "type": "WEB", + "url": "https://forum.silverstripe.org/c/releases" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/silverstripe/framework/CVE-2019-14272.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/silverstripe/silverstripe-framework" + }, + { + "type": "WEB", + "url": "https://www.silverstripe.org/blog/tag/release" + }, + { + "type": "WEB", + "url": "https://www.silverstripe.org/download/security-releases/CVE-2019-14272" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-04-25T21:06:38Z", + "nvd_published_at": "2019-09-26T12:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-2jvj-mhf2-g99w/GHSA-2jvj-mhf2-g99w.json b/advisories/unreviewed/2022/05/GHSA-2jvj-mhf2-g99w/GHSA-2jvj-mhf2-g99w.json deleted file mode 100644 index a18d9a76c65..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-2jvj-mhf2-g99w/GHSA-2jvj-mhf2-g99w.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-2jvj-mhf2-g99w", - "modified": "2022-05-14T03:45:17Z", - "published": "2022-05-14T03:45:17Z", - "aliases": [ - "CVE-2017-18049" - ], - "details": "In the CSV export feature of SilverStripe before 3.5.6, 3.6.x before 3.6.3, and 4.x before 4.0.1, it's possible for the output to contain macros and scripts, which may be executed if imported without sanitization into common software (including Microsoft Excel). For example, the CSV data may contain untrusted user input from the \"First Name\" field of a user's /myprofile page.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-18049" - }, - { - "type": "WEB", - "url": "https://www.exploit-db.com/exploits/43396" - }, - { - "type": "WEB", - "url": "https://www.silverstripe.org/download/security-releases/ss-2017-007" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-74" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2018-01-23T06:29:00Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-592m-4533-rxq9/GHSA-592m-4533-rxq9.json b/advisories/unreviewed/2022/05/GHSA-592m-4533-rxq9/GHSA-592m-4533-rxq9.json deleted file mode 100644 index c007afae866..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-592m-4533-rxq9/GHSA-592m-4533-rxq9.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-592m-4533-rxq9", - "modified": "2022-05-24T17:15:19Z", - "published": "2022-05-24T17:15:19Z", - "aliases": [ - "CVE-2020-9280" - ], - "details": "In SilverStripe through 4.5, files uploaded via Forms to folders migrated from Silverstripe CMS 3.x may be put to the default \"/Uploads\" folder instead. This affects installations which allowed upload folder protection via the optional silverstripe/secureassets module under 3.x. This module is installed and enabled by default on the Common Web Platform (CWP). The vulnerability only affects files uploaded after an upgrade to 4.x.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-9280" - }, - { - "type": "WEB", - "url": "https://forum.silverstripe.org/c/releases" - }, - { - "type": "WEB", - "url": "https://www.silverstripe.org/download/security-releases" - }, - { - "type": "WEB", - "url": "https://www.silverstripe.org/download/security-releases/cve-2020-9280" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2020-04-15T21:15:00Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-5fr8-xhqq-4p3q/GHSA-5fr8-xhqq-4p3q.json b/advisories/unreviewed/2022/05/GHSA-5fr8-xhqq-4p3q/GHSA-5fr8-xhqq-4p3q.json deleted file mode 100644 index 2222eb507fa..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-5fr8-xhqq-4p3q/GHSA-5fr8-xhqq-4p3q.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-5fr8-xhqq-4p3q", - "modified": "2022-05-24T17:09:19Z", - "published": "2022-05-24T17:09:19Z", - "aliases": [ - "CVE-2019-12246" - ], - "details": "SilverStripe through 4.3.3 allows a Denial of Service on flush and development URL tools.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-12246" - }, - { - "type": "WEB", - "url": "https://forum.silverstripe.org/c/releases" - }, - { - "type": "WEB", - "url": "https://www.silverstripe.org/blog/tag/release" - }, - { - "type": "WEB", - "url": "https://www.silverstripe.org/download/security-releases" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2020-02-19T17:15:00Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-jgw2-f5mx-rg7h/GHSA-jgw2-f5mx-rg7h.json b/advisories/unreviewed/2022/05/GHSA-jgw2-f5mx-rg7h/GHSA-jgw2-f5mx-rg7h.json deleted file mode 100644 index 9361a346a2e..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-jgw2-f5mx-rg7h/GHSA-jgw2-f5mx-rg7h.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-jgw2-f5mx-rg7h", - "modified": "2022-05-24T16:56:56Z", - "published": "2022-05-24T16:56:56Z", - "aliases": [ - "CVE-2019-14272" - ], - "details": "In SilverStripe asset-admin 4.0, there is XSS in file titles managed through the CMS.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-14272" - }, - { - "type": "WEB", - "url": "https://forum.silverstripe.org/c/releases" - }, - { - "type": "WEB", - "url": "https://www.silverstripe.org/blog/tag/release" - }, - { - "type": "WEB", - "url": "https://www.silverstripe.org/download/security-releases" - }, - { - "type": "WEB", - "url": "https://www.silverstripe.org/download/security-releases/CVE-2019-14272" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "LOW", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2019-09-26T12:15:00Z" - } -} \ No newline at end of file