ghsa-cfjh-p3g4-3q2f
Vulnerability from github
Published
2017-10-24 18:33
Modified
2021-09-09 17:02
VLAI Severity ?
Summary
VBScript Content Injection in marked
Details
Versions 0.3.2 and earlier of marked
are affected by a cross-site scripting vulnerability even when sanitize:true
is set.
Proof of Concept ( IE10 Compatibility Mode Only )
[xss link](vbscript:alert(1))
will get a link
<a href="vbscript:alert(1)">xss link</a>
Recommendation
Update to version 0.3.3 or later.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "marked" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.3.3" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2015-1370" ], "database_specific": { "cwe_ids": [ "CWE-79" ], "github_reviewed": true, "github_reviewed_at": "2020-06-16T21:31:22Z", "nvd_published_at": null, "severity": "MODERATE" }, "details": "Versions 0.3.2 and earlier of `marked` are affected by a cross-site scripting vulnerability even when `sanitize:true` is set. \n\n## Proof of Concept ( IE10 Compatibility Mode Only )\n\n`[xss link](vbscript:alert(1\u0026#41;)`\n\nwill get a link\n\n`\u003ca href=\"vbscript:alert(1)\"\u003exss link\u003c/a\u003e`\n\n\n## Recommendation\n\nUpdate to version 0.3.3 or later.", "id": "GHSA-cfjh-p3g4-3q2f", "modified": "2021-09-09T17:02:02Z", "published": "2017-10-24T18:33:36Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-1370" }, { "type": "WEB", "url": "https://github.com/chjj/marked/issues/492" }, { "type": "WEB", "url": "https://github.com/markedjs/marked/issues/492" }, { "type": "WEB", "url": "https://github.com/evilpacket/marked/commit/3c191144939107c45a7fa11ab6cb88be6694a1ba" }, { "type": "WEB", "url": "https://github.com/markedjs/marked/commit/fc372d1c6293267722e33f2719d57cebd67b3da1" }, { "type": "PACKAGE", "url": "https://github.com/markedjs/marked" }, { "type": "WEB", "url": "https://www.npmjs.com/advisories/24" }, { "type": "WEB", "url": "https://www.npmjs.com/advisories/24/versions" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2015/01/23/2" } ], "schema_version": "1.4.0", "severity": [], "summary": "VBScript Content Injection in marked" }
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.
Loading…
Loading…