Lucene search

K
osvGoogleOSV:GHSA-9Q5W-79CV-947M
HistorySep 07, 2021 - 11:10 p.m.

Unsafe defaults in `remark-html`

2021-09-0723:10:56
Google
osv.dev
9
remark-html
xss attacks
patch
safe implementation

EPSS

0.001

Percentile

40.2%

Impact

The documentation of remark-html has mentioned that it was safe by default. In practise the default was never safe and had to be opted into. This means arbitrary HTML can be passed through leading to potential XSS attacks.

Patches

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.

Workarounds

On older affected versions, pass sanitize: true, like so:

-  .use(remarkHtml)
+  .use(remarkHtml, {sanitize: true})

References

n/a

For more information

If you have any questions or comments about this advisory:

EPSS

0.001

Percentile

40.2%

Related for OSV:GHSA-9Q5W-79CV-947M