GHSA-MRMF-QWXG-7C3H
Vulnerability from github – Published: 2018-11-09 17:48 – Updated: 2023-09-08 19:51
VLAI?
Summary
XSS in Data URI in remarkable
Details
Affected versions of remarkable are vulnerable to cross-site scripting. Vulnerable versions of the package allow the use of data: URIs in links, and can therefore execute javascript.
Proof of Concept
[link](data:text/html,<script>alert('0')</script>)
Recommendation
Update to v1.7.0 or later
{
"affected": [
{
"database_specific": {
"last_known_affected_version_range": "\u003c= 1.6.2"
},
"package": {
"ecosystem": "npm",
"name": "remarkable"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.7.0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2017-16006"
],
"database_specific": {
"cwe_ids": [
"CWE-79"
],
"github_reviewed": true,
"github_reviewed_at": "2020-06-16T21:47:10Z",
"nvd_published_at": null,
"severity": "HIGH"
},
"details": "Affected versions of `remarkable` are vulnerable to cross-site scripting. Vulnerable versions of the package allow the use of `data:` URIs in links, and can therefore execute javascript. \n\n\n## Proof of Concept\n\n```markdown\n[link](data:text/html,\u003cscript\u003ealert(\u00270\u0027)\u003c/script\u003e)\n```\n\n\n## Recommendation\n\nUpdate to v1.7.0 or later",
"id": "GHSA-mrmf-qwxg-7c3h",
"modified": "2023-09-08T19:51:45Z",
"published": "2018-11-09T17:48:20Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-16006"
},
{
"type": "WEB",
"url": "https://github.com/jonschlinkert/remarkable/issues/227"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-mrmf-qwxg-7c3h"
},
{
"type": "WEB",
"url": "https://www.npmjs.com/advisories/319"
}
],
"schema_version": "1.4.0",
"severity": [],
"summary": "XSS in Data URI in remarkable"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…