ghsa-mrmf-qwxg-7c3h
Vulnerability from github
Published
2018-11-09 17:48
Modified
2023-09-08 19:51
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

markdown [link](data:text/html,<script>alert('0')</script>)

Recommendation

Update to v1.7.0 or later

Show details on source website


{
  "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"
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

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…