Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
advisory-database[bot] committed Aug 1, 2023
1 parent 21b0d22 commit fa43f60
Showing 1 changed file with 49 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,64 @@
{
"schema_version": "1.4.0",
"id": "GHSA-gvc8-xjfp-6569",
"modified": "2022-05-13T01:13:58Z",
"modified": "2023-08-01T19:50:39Z",
"published": "2022-05-13T01:13:58Z",
"aliases": [
"CVE-2015-8606"
],
"details": "Multiple cross-site scripting (XSS) vulnerabilities in SilverStripe CMS & Framework before 3.1.16 and 3.2.x before 3.2.1 allow remote attackers to inject arbitrary web script or HTML via the (1) Locale or (2) FailedLoginCount parameter to admin/security/EditForm/field/Members/item/new/ItemEditForm.",
"summary": "Silverstripe CMS XSS Vulnerability",
"details": "Multiple cross-site scripting (XSS) vulnerabilities in SilverStripe CMS & Framework before 3.1.16 and 3.2.0 before 3.2.1 allow remote attackers to inject arbitrary web script or HTML via the (1) Locale or (2) FailedLoginCount parameter to `admin/security/EditForm/field/Members/item/new/ItemEditForm`.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
}
],
"affected": [

{
"package": {
"ecosystem": "Packagist",
"name": "silverstripe/cms"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "3.1.16"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 3.1.15"
}
},
{
"package": {
"ecosystem": "Packagist",
"name": "silverstripe/cms"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3.2.0"
},
{
"fixed": "3.2.1"
}
]
}
],
"versions": [
"3.2.0"
]
}
],
"references": [
{
Expand Down Expand Up @@ -51,8 +95,8 @@
"CWE-79"
],
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"github_reviewed": true,
"github_reviewed_at": "2023-08-01T19:50:39Z",
"nvd_published_at": "2016-04-13T15:59:00Z"
}
}

0 comments on commit fa43f60

Please sign in to comment.