ghsa-mrwr-2945-fr22
Vulnerability from github
Published
2021-06-22 15:17
Modified
2021-06-23 18:44
Severity ?
Summary
Cross-site scripting in PageKit
Details
In PageKit v1.0.18, a user can upload SVG files in the file upload portion of the CMS. These SVG files can contain malicious scripts. This file will be uploaded to the system and it will not be stripped or filtered. The user can create a link on the website pointing to "/storage/exp.svg" that will point to http://localhost/pagekit/storage/exp.svg. When a user comes along to click that link, it will trigger a XSS attack.
{ "affected": [ { "package": { "ecosystem": "Packagist", "name": "pagekit/pagekit" }, "ranges": [ { "events": [ { "introduced": "0" }, { "last_affected": "1.0.18" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2021-32245" ], "database_specific": { "cwe_ids": [ "CWE-79" ], "github_reviewed": true, "github_reviewed_at": "2021-06-17T17:32:02Z", "nvd_published_at": "2021-06-16T21:15:00Z", "severity": "MODERATE" }, "details": "In PageKit v1.0.18, a user can upload SVG files in the file upload portion of the CMS. These SVG files can contain malicious scripts. This file will be uploaded to the system and it will not be stripped or filtered. The user can create a link on the website pointing to \"/storage/exp.svg\" that will point to http://localhost/pagekit/storage/exp.svg. When a user comes along to click that link, it will trigger a XSS attack.", "id": "GHSA-mrwr-2945-fr22", "modified": "2021-06-23T18:44:29Z", "published": "2021-06-22T15:17:28Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-32245" }, { "type": "WEB", "url": "https://github.com/pagekit/pagekit/issues/963" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "type": "CVSS_V3" } ], "summary": "Cross-site scripting in PageKit" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- 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.