From 0a27e26a260ae05ea4a9fd0ce9cee20e063955b8 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 21:07:51 +0000 Subject: [PATCH] Publish Advisories GHSA-cvj4-g3gx-8vqq GHSA-38h6-gmr2-j4wx --- .../GHSA-cvj4-g3gx-8vqq.json | 4 + .../GHSA-38h6-gmr2-j4wx.json | 131 ++++++++++++++++++ 2 files changed, 135 insertions(+) create mode 100644 advisories/github-reviewed/2023/04/GHSA-38h6-gmr2-j4wx/GHSA-38h6-gmr2-j4wx.json diff --git a/advisories/github-reviewed/2018/10/GHSA-cvj4-g3gx-8vqq/GHSA-cvj4-g3gx-8vqq.json b/advisories/github-reviewed/2018/10/GHSA-cvj4-g3gx-8vqq/GHSA-cvj4-g3gx-8vqq.json index 7dafdabe9fd..12e043df3b6 100644 --- a/advisories/github-reviewed/2018/10/GHSA-cvj4-g3gx-8vqq/GHSA-cvj4-g3gx-8vqq.json +++ b/advisories/github-reviewed/2018/10/GHSA-cvj4-g3gx-8vqq/GHSA-cvj4-g3gx-8vqq.json @@ -40,6 +40,10 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-14949" }, + { + "type": "WEB", + "url": "https://github.com/restlet/restlet-framework-java/commit/fe75aff3af23b879b984db7a2b6824cee0ef0fc5" + }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-cvj4-g3gx-8vqq" diff --git a/advisories/github-reviewed/2023/04/GHSA-38h6-gmr2-j4wx/GHSA-38h6-gmr2-j4wx.json b/advisories/github-reviewed/2023/04/GHSA-38h6-gmr2-j4wx/GHSA-38h6-gmr2-j4wx.json new file mode 100644 index 00000000000..2f1d7a40d17 --- /dev/null +++ b/advisories/github-reviewed/2023/04/GHSA-38h6-gmr2-j4wx/GHSA-38h6-gmr2-j4wx.json @@ -0,0 +1,131 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-38h6-gmr2-j4wx", + "modified": "2023-04-03T21:06:31Z", + "published": "2023-04-03T21:06:31Z", + "aliases": [ + "CVE-2023-28851" + ], + "summary": "Silverstripe Form Capture vulnerable to stored cross-site-scripting", + "details": "### Impact\nImproper escaping when presenting stored form submissions allowed for an attacker to perform a Cross-Site Scripting attack\n\n### Patches\nThe vulnerability was initially patched in version 1.0.2, and version 1.1.0 includes this patch. The bug was then accidentally re-introduced during a merge error, and has been re-patched in versions 2.2.5 and 3.1.1.", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "bigfork/silverstripe-form-capture" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.0.0" + }, + { + "fixed": "3.1.1" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 3.1.0" + } + }, + { + "package": { + "ecosystem": "Packagist", + "name": "andrewhaine/silverstripe-form-capture" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0.2.0" + }, + { + "fixed": "1.0.2" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 0.2.3" + } + }, + { + "package": { + "ecosystem": "Packagist", + "name": "andrewhaine/silverstripe-form-capture" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.0.0" + }, + { + "fixed": "2.2.5" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 2.2.4" + } + }, + { + "package": { + "ecosystem": "Packagist", + "name": "andrewhaine/silverstripe-form-capture" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.0.0" + }, + { + "fixed": "1.1.0" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 1.0.1" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/bigfork/silverstripe-form-capture/security/advisories/GHSA-38h6-gmr2-j4wx" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28851" + }, + { + "type": "WEB", + "url": "https://github.com/bigfork/silverstripe-form-capture/commit/5b3aa39dd1eef042f173167b0fa4d3f717971772" + }, + { + "type": "PACKAGE", + "url": "https://github.com/bigfork/silverstripe-form-capture" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2023-04-03T21:06:31Z", + "nvd_published_at": "2023-04-03T18:15:00Z" + } +} \ No newline at end of file