org.webjars.npm:mithril@1.0.0 vulnerabilities

  • latest version

    2.2.3

  • latest non vulnerable version

  • first published

    9 years ago

  • latest version published

    a year ago

  • licenses detected

  • package manager

Direct Vulnerabilities

Known vulnerabilities in the org.webjars.npm:mithril 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
  • H
Prototype Pollution

org.webjars.npm:mithril is a modern client-side JavaScript framework for building Single Page Applications and provides routing and XHR utilities out of the box.

Affected versions of this package are vulnerable to Prototype Pollution via the m.parseQueryString function.

How to fix Prototype Pollution?

Upgrade org.webjars.npm:mithril to version 2.0.3 or higher.

[,2.0.3)
  • H
Prototype Pollution

org.webjars.npm:mithril is a modern client-side JavaScript framework for building Single Page Applications and provides routing and XHR utilities out of the box.

Affected versions of this package are vulnerable to Prototype Pollution. parseQueryString may allow a malicious user to modify the prototype of Object, allowing the addition or modification of an existing property that will exist on all objects. An example of a payload would be, __proto__%5BtoString%5D=123, this would change the toString() function to 123.

How to fix Prototype Pollution?

Upgrade org.webjars.npm:mithril to version 1.1.7, 2.0.3 or higher.

[,1.1.7) [2.0.0-rc.0,2.0.3)