Arbitrary Code Execution Affecting mathjs package, versions <3.10.3


0.0
high

Snyk CVSS

    Attack Complexity Low

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID npm:mathjs:20170331
  • published 28 Jan 2018
  • disclosed 31 Mar 2017
  • credit CapacitorSet, denvit

Introduced: 31 Mar 2017

CVE NOT AVAILABLE CWE-94 Open this link in a new tab

How to fix?

Upgrade mathjs to version 3.10.3 or higher.

Overview

mathjs is an extensive math library for JavaScript and Node.js.

Affected versions of the package are vulnerable to Arbitrary Code Execution.

The expression parser in mathjs uses the eval and the new Function methods insecurely which could allow an attacker to execute arbitrary code on the remote server.