Releases76
Frequency1 month 1 day
Last Release
Stars4.37K
Node.js framework

CVE History

CVEPublishedCVSS v3CVSS v2
5.4 MEDIUM3.5 LOW

A stored cross-site scripting (XSS) vulnerability in the upload function of totaljs CMS 3.4.5 allows attackers to execute arbitrary web scripts via a JavaScript embedded PDF file.

7.5 HIGH6.5 MEDIUM

Total.js framework (npm package total.js) is a framework for Node.js platfrom written in pure JavaScript similar to PHP's Laravel or Python's Django or ASP.NET MVC. In total.js framework before version 3.4.9, calling the utils.set function with user-controlled values leads to code-injection. This can cause a variety of impacts that include arbitrary code execution. This is fixed in version 3.4.9.

9.8 CRITICAL7.5 HIGH

The package total.js before 3.4.9 are vulnerable to Arbitrary Code Execution via the U.set() and U.get() functions.

9.8 CRITICAL7.5 HIGH

The package total.js before 3.4.8 are vulnerable to Remote Code Execution (RCE) via set.

8.6 HIGH7.5 HIGH

This affects the package total.js before 3.4.7. The issue occurs in the image.pipe and image.stream functions. The type parameter is used to build the command that is then executed using child_process.spawn. The issue occurs because child_process.spawn is called with the option shell set to true and because the type parameter is not properly sanitized.

7.3 HIGH7.5 HIGH

This affects the package total.js before 3.4.7. The set function can be used to set a value into the object according to the path. However the keys of the path being set are not properly sanitized, leading to a prototype pollution vulnerability. The impact depends on the application. In some cases it is possible to achieve Denial of service (DoS), Remote Code Execution or Property Injection.

5 MEDIUM

index.js in Total.js Platform before 3.2.3 allows path traversal.