Lucene search

K
cvelistGitHub_MCVELIST:CVE-2021-39199
HistorySep 07, 2021 - 6:50 p.m.

CVE-2021-39199 Cross site scripting via unsafe defaults in remark-html

2021-09-0718:50:11
CWE-79
GitHub_M
www.cve.org
3
cve-2021-39199
cross site scripting
remark-html
unsafe defaults
markdown to html
xss attacks
patch
sanitize:true

CVSS3

10

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N

AI Score

9.2

Confidence

High

EPSS

0.001

Percentile

40.2%

remark-html is an open source nodejs library which compiles Markdown to HTML. In affected versions the documentation of remark-html has mentioned that it was safe by default. In practice the default was never safe and had to be opted into. That is, user input was not sanitized. This means arbitrary HTML can be passed through leading to potential XSS attacks. The problem has been patched in 13.0.2 and 14.0.1: remark-html is now safe by default, and the implementation matches the documentation. On older affected versions, pass sanitize: true if you cannot update.

CNA Affected

[
  {
    "product": "remark-html",
    "vendor": "remarkjs",
    "versions": [
      {
        "status": "affected",
        "version": ">= 14.0.0, < 14.0.1"
      },
      {
        "status": "affected",
        "version": "< 13.0.2"
      }
    ]
  }
]

CVSS3

10

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N

AI Score

9.2

Confidence

High

EPSS

0.001

Percentile

40.2%

Related for CVELIST:CVE-2021-39199