Reflected cross-site scripting (XSS) In node-marked
Description
VBScript Content Injection in marked
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.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Component | Affected version | Patched versions |
|---|---|---|---|
debian 13 | 0.3.6+dfsg-1 | ||
npm | 0.3.3 | ||
debian 11 | 0.3.6+dfsg-1 | ||
debian 12 | 0.3.6+dfsg-1 | ||
nuget | 0.3.3 | ||
debian 14 | 0.3.6+dfsg-1 |
Aliases
1. 2. 3. 4. 5. 6.
References
1. 2. 3. 4. 5. 6. 7.