org.webjars.npm:marked@1.1.0 vulnerabilities

  • latest version

    12.0.0

  • latest non vulnerable version

  • first published

    9 years ago

  • latest version published

    a month ago

  • licenses detected

  • package manager

Direct Vulnerabilities

Known vulnerabilities in the org.webjars.npm:marked package. This does not include vulnerabilities belonging to this package’s dependencies.

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Fix for free
Vulnerability Vulnerable Version
  • M
Regular Expression Denial of Service (ReDoS)

org.webjars.npm:marked is a low-level compiler for parsing markdown without caching or blocking for long periods of time.

Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) when unsanitized user input is passed to block.def.

How to fix Regular Expression Denial of Service (ReDoS)?

Upgrade org.webjars.npm:marked to version 4.0.12 or higher.

[,4.0.12)
  • M
Regular Expression Denial of Service (ReDoS)

org.webjars.npm:marked is a low-level compiler for parsing markdown without caching or blocking for long periods of time.

Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) when passing unsanitized user input to inline.reflinkSearch, if it is not being parsed by a time-limited worker thread.

How to fix Regular Expression Denial of Service (ReDoS)?

Upgrade org.webjars.npm:marked to version 4.0.12 or higher.

[,4.0.12)
  • M
Regular Expression Denial of Service (ReDoS)

org.webjars.npm:marked is a low-level compiler for parsing markdown without caching or blocking for long periods of time.

Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS). The em regex within src/rules.js file have multiple unused capture groups which could lead to a denial of service attack if user input is reachable.

How to fix Regular Expression Denial of Service (ReDoS)?

Upgrade org.webjars.npm:marked to version 1.1.1 or higher.

[0,1.1.1)