gsd-2022-38724
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
Silverstripe silverstripe/framework through 4.11.0, silverstripe/assets through 1.11.0, and silverstripe/asset-admin through 1.11.0 allow XSS.
Aliases
Aliases



{
  "GSD": {
    "alias": "CVE-2022-38724",
    "description": "Silverstripe silverstripe/framework through 4.11.0, silverstripe/assets through 1.11.0, and silverstripe/asset-admin through 1.11.0 allow XSS.",
    "id": "GSD-2022-38724"
  },
  "gsd": {
    "metadata": {
      "exploitCode": "unknown",
      "remediation": "unknown",
      "reportConfidence": "confirmed",
      "type": "vulnerability"
    },
    "osvSchema": {
      "aliases": [
        "CVE-2022-38724"
      ],
      "details": "Silverstripe silverstripe/framework through 4.11.0, silverstripe/assets through 1.11.0, and silverstripe/asset-admin through 1.11.0 allow XSS.",
      "id": "GSD-2022-38724",
      "modified": "2023-12-13T01:19:22.100753Z",
      "schema_version": "1.4.0"
    }
  },
  "namespaces": {
    "cve.org": {
      "CVE_data_meta": {
        "ASSIGNER": "cve@mitre.org",
        "ID": "CVE-2022-38724",
        "STATE": "PUBLIC"
      },
      "affects": {
        "vendor": {
          "vendor_data": [
            {
              "product": {
                "product_data": [
                  {
                    "product_name": "n/a",
                    "version": {
                      "version_data": [
                        {
                          "version_value": "n/a"
                        }
                      ]
                    }
                  }
                ]
              },
              "vendor_name": "n/a"
            }
          ]
        }
      },
      "data_format": "MITRE",
      "data_type": "CVE",
      "data_version": "4.0",
      "description": {
        "description_data": [
          {
            "lang": "eng",
            "value": "Silverstripe silverstripe/framework through 4.11.0, silverstripe/assets through 1.11.0, and silverstripe/asset-admin through 1.11.0 allow XSS."
          }
        ]
      },
      "problemtype": {
        "problemtype_data": [
          {
            "description": [
              {
                "lang": "eng",
                "value": "n/a"
              }
            ]
          }
        ]
      },
      "references": {
        "reference_data": [
          {
            "name": "https://www.silverstripe.org/download/security-releases/",
            "refsource": "MISC",
            "url": "https://www.silverstripe.org/download/security-releases/"
          },
          {
            "name": "https://www.silverstripe.org/blog/tag/release",
            "refsource": "MISC",
            "url": "https://www.silverstripe.org/blog/tag/release"
          },
          {
            "name": "https://forum.silverstripe.org/c/releases",
            "refsource": "MISC",
            "url": "https://forum.silverstripe.org/c/releases"
          },
          {
            "name": "https://www.silverstripe.org/download/security-releases/CVE-2022-38724",
            "refsource": "MISC",
            "url": "https://www.silverstripe.org/download/security-releases/CVE-2022-38724"
          }
        ]
      }
    },
    "gitlab.com": {
      "advisories": [
        {
          "affected_range": "\u003c=1.11.0",
          "affected_versions": "All versions up to 1.11.0",
          "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
          "cwe_ids": [
            "CWE-1035",
            "CWE-79",
            "CWE-937"
          ],
          "date": "2022-11-28",
          "description": "Silverstripe silverstripe/framework through 4.11.0, silverstripe/assets through 1.11.0, and silverstripe/asset-admin through 1.11.0 allow XSS.",
          "fixed_versions": [
            "1.11.1"
          ],
          "identifier": "CVE-2022-38724",
          "identifiers": [
            "CVE-2022-38724"
          ],
          "not_impacted": "All versions after 1.11.0",
          "package_slug": "packagist/silverstripe/asset-admin",
          "pubdate": "2022-11-23",
          "solution": "Upgrade to version 1.11.1 or above.",
          "title": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
          "urls": [
            "https://nvd.nist.gov/vuln/detail/CVE-2022-38724",
            "https://www.silverstripe.org/download/security-releases/",
            "https://www.silverstripe.org/blog/tag/release",
            "https://forum.silverstripe.org/c/releases",
            "https://www.silverstripe.org/download/security-releases/CVE-2022-38724"
          ],
          "uuid": "d9aeb9bd-3e2d-4f74-af56-cafd392e153b"
        },
        {
          "affected_range": "\u003e=1.0.0,\u003c1.11.1",
          "affected_versions": "All versions starting from 1.0.0 before 1.11.1",
          "cwe_ids": [
            "CWE-1035",
            "CWE-937"
          ],
          "date": "2022-11-21",
          "description": "A malicious content author could add arbitrary attributes to HTML editor shortcodes which could be used to inject a JavaScript payload on the front end of the site. The shortcode providers that ship with Silverstripe CMS have been reviewed and attribute allow lists have been implemented where appropriate to negate this risk.",
          "fixed_versions": [
            "1.11.1"
          ],
          "identifier": "GMS-2022-6853",
          "identifiers": [
            "GHSA-9cx2-hj6m-fv58",
            "GMS-2022-6853",
            "CVE-2022-38724"
          ],
          "not_impacted": "All versions before 1.0.0, all versions starting from 1.11.1",
          "package_slug": "packagist/silverstripe/assets",
          "pubdate": "2022-11-21",
          "solution": "Upgrade to version 1.11.1 or above.",
          "title": "XSS in shortcodes",
          "urls": [
            "https://github.com/FriendsOfPHP/security-advisories/blob/master/silverstripe/assets/CVE-2022-38724.yaml",
            "https://github.com/FriendsOfPHP/security-advisories/blob/master/silverstripe/framework/CVE-2022-38724.yaml",
            "https://www.silverstripe.org/download/security-releases/cve-2022-38724",
            "https://github.com/advisories/GHSA-9cx2-hj6m-fv58"
          ],
          "uuid": "edffd621-c09a-40d2-a86b-93b5ec93c620"
        },
        {
          "affected_range": "\u003e=4.0.0,\u003c4.11.13",
          "affected_versions": "All versions starting from 4.0.0 before 4.11.13",
          "cwe_ids": [
            "CWE-1035",
            "CWE-937"
          ],
          "date": "2022-11-21",
          "description": "A malicious content author could add arbitrary attributes to HTML editor shortcodes which could be used to inject a JavaScript payload on the front end of the site. The shortcode providers that ship with Silverstripe CMS have been reviewed and attribute allow lists have been implemented where appropriate to negate this risk.",
          "fixed_versions": [
            "4.11.13"
          ],
          "identifier": "GMS-2022-6856",
          "identifiers": [
            "GHSA-9cx2-hj6m-fv58",
            "GMS-2022-6856",
            "CVE-2022-38724"
          ],
          "not_impacted": "All versions before 4.0.0, all versions starting from 4.11.13",
          "package_slug": "packagist/silverstripe/framework",
          "pubdate": "2022-11-21",
          "solution": "Upgrade to version 4.11.13 or above.",
          "title": "XSS in shortcodes",
          "urls": [
            "https://github.com/FriendsOfPHP/security-advisories/blob/master/silverstripe/assets/CVE-2022-38724.yaml",
            "https://github.com/FriendsOfPHP/security-advisories/blob/master/silverstripe/framework/CVE-2022-38724.yaml",
            "https://www.silverstripe.org/download/security-releases/cve-2022-38724",
            "https://github.com/advisories/GHSA-9cx2-hj6m-fv58"
          ],
          "uuid": "0a183678-dc94-443b-bc31-577a299e3d56"
        }
      ]
    },
    "nvd.nist.gov": {
      "configurations": {
        "CVE_data_version": "4.0",
        "nodes": [
          {
            "children": [],
            "cpe_match": [
              {
                "cpe23Uri": "cpe:2.3:a:silverstripe:asset_admin:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndIncluding": "1.11.0",
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:a:silverstripe:assets:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndIncluding": "1.11.0",
                "versionStartIncluding": "1.0.0",
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:a:silverstripe:framework:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndIncluding": "4.11.0",
                "versionStartIncluding": "4.0.0",
                "vulnerable": true
              }
            ],
            "operator": "OR"
          }
        ]
      },
      "cve": {
        "CVE_data_meta": {
          "ASSIGNER": "cve@mitre.org",
          "ID": "CVE-2022-38724"
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "en",
              "value": "Silverstripe silverstripe/framework through 4.11.0, silverstripe/assets through 1.11.0, and silverstripe/asset-admin through 1.11.0 allow XSS."
            }
          ]
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "en",
                  "value": "CWE-79"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "https://www.silverstripe.org/download/security-releases/",
              "refsource": "MISC",
              "tags": [
                "Exploit",
                "Vendor Advisory"
              ],
              "url": "https://www.silverstripe.org/download/security-releases/"
            },
            {
              "name": "https://www.silverstripe.org/blog/tag/release",
              "refsource": "MISC",
              "tags": [
                "Patch",
                "Vendor Advisory"
              ],
              "url": "https://www.silverstripe.org/blog/tag/release"
            },
            {
              "name": "https://forum.silverstripe.org/c/releases",
              "refsource": "MISC",
              "tags": [
                "Release Notes",
                "Vendor Advisory"
              ],
              "url": "https://forum.silverstripe.org/c/releases"
            },
            {
              "name": "https://www.silverstripe.org/download/security-releases/CVE-2022-38724",
              "refsource": "MISC",
              "tags": [
                "Vendor Advisory"
              ],
              "url": "https://www.silverstripe.org/download/security-releases/CVE-2022-38724"
            }
          ]
        }
      },
      "impact": {
        "baseMetricV3": {
          "cvssV3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 5.4,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
            "version": "3.1"
          },
          "exploitabilityScore": 2.3,
          "impactScore": 2.7
        }
      },
      "lastModifiedDate": "2022-11-28T14:52Z",
      "publishedDate": "2022-11-23T00:15Z"
    }
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

Loading...

Loading...
  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.