TotaljsCVEs & Vulnerabilities

26 CVEs affecting Totaljs products, tracked from the National Vulnerability Database, with CVSS/EPSS scores and exploitation status.

Most Affected Products

total.js 12total.js cms 6messenger 3openplatform 2total4 1content management system 1flow 1
CVE-2025-11019MEDIUM

A vulnerability has been found in Total.js CMS up to 19.9.0. This impacts an unknown function of the component Files Menu. The manipulation leads to cross site scripting. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.

26 Sep 2025
4.8
CVSS
CVE-2025-10940MEDIUM

A vulnerability was found in Total.js CMS 1.0.0. Affected by this vulnerability is the function layouts_save of the file /admin/ of the component Layout Page. Performing manipulation of the argument HTML results in cross site scripting. It is possible to initiate the attack remotely. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.

25 Sep 2025
4.8
CVSS
CVE-2024-48655HIGH

An issue in Total.js CMS v.1.0 allows a remote attacker to execute arbitrary code via the func.js file.

25 Oct 2024
8.8
CVSS
CVE-2023-30097MEDIUM

A stored cross-site scripting (XSS) vulnerability in TotalJS messenger commit b6cf1c9 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the private task field.

4 May 2023
5.4
CVSS
CVE-2023-30096MEDIUM

A stored cross-site scripting (XSS) vulnerability in TotalJS messenger commit b6cf1c9 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the user information field.

4 May 2023
5.4
CVSS
CVE-2023-30095MEDIUM

A stored cross-site scripting (XSS) vulnerability in TotalJS messenger commit b6cf1c9 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the channel description field.

4 May 2023
5.4
CVSS
CVE-2023-30094MEDIUM

A stored cross-site scripting (XSS) vulnerability in TotalJS Flow v10 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the platform name field in the settings module.

4 May 2023
5.4
CVSS
CVE-2023-27070MEDIUM

A stored cross-site scripting (XSS) vulnerability in TotalJS OpenPlatform commit b80b09d allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the platform name field.

14 Mar 2023
5.4
CVSS
CVE-2023-27069MEDIUM

A stored cross-site scripting (XSS) vulnerability in TotalJS OpenPlatform commit b80b09d allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the account name field.

14 Mar 2023
5.4
CVSS
CVE-2022-44019HIGH

In Total.js 4 before 0e5ace7, /api/common/ping can achieve remote command execution via shell metacharacters in the host parameter.

30 Oct 2022
8.8
CVSS
CVE-2022-41392MEDIUM

A cross-site scripting (XSS) vulnerability in TotalJS commit 8c2c8909 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Website name text field under Main Settings.

7 Oct 2022
5.4
CVSS
CVE-2022-30013MEDIUM

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.

16 May 2022
5.4
CVSS
CVE-2022-26565MEDIUM

A cross-site scripting (XSS) vulnerability in Totaljs all versions before commit 95f54a5commit, allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Page Name text field when creating a new page.

2 Apr 2022
4.8
CVSS
CVE-2021-32831HIGH

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.

31 Aug 2021
7.2
CVSS
CVE-2021-23390CRITICAL

The package total4 before 0.0.43 are vulnerable to Arbitrary Code Execution via the U.set() and U.get() functions.

12 Jul 2021
9.8
CVSS
CVE-2021-23389CRITICAL

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

12 Jul 2021
9.8
CVSS
CVE-2021-23344CRITICAL

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

4 Mar 2021
9.8
CVSS
CVE-2020-28495HIGH

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.

2 Feb 2021
7.3
CVSS
CVE-2020-28494HIGH

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.

2 Feb 2021
8.6
CVSS
CVE-2020-9381HIGH

controllers/admin.js in Total.js CMS 13 allows remote attackers to execute arbitrary code via a POST to the /admin/api/widgets/ URI. This can be exploited in conjunction with CVE-2019-15954.

25 Feb 2020
7.5
CVSS
CVE-2019-15955MEDIUM

An issue was discovered in Total.js CMS 12.0.0. A low privilege user can perform a simple transformation of a cookie to obtain the random values inside it. If an attacker can discover a session cookie owned by an admin, then it is possible to brute force it with O(n)=2n instead of O(n)=n^x complexity, and steal the admin password.

5 Sep 2019
6.5
CVSS
CVE-2019-15954CRITICALpoc

An issue was discovered in Total.js CMS 12.0.0. An authenticated user with the widgets privilege can gain achieve Remote Command Execution (RCE) on the remote server by creating a malicious widget with a special tag containing JavaScript code that will be evaluated server side. In the process of evaluating the tag by the back-end, it is possible to escape the sandbox object by using the following payload: <script total>global.process.mainModule.require(child_process).exec(RCE);</script>

5 Sep 2019
9.9
CVSS
CVE-2019-15953HIGH

An issue was discovered in Total.js CMS 12.0.0. An authenticated user with limited privileges can get access to a resource that they do not own by calling the associated API. The product correctly manages privileges only for the front-end resource path, not for API requests. This leads to vertical and horizontal privilege escalation.

5 Sep 2019
8.8
CVSS
CVE-2019-15952HIGH

An issue was discovered in Total.js CMS 12.0.0. An authenticated user with the Pages privilege can conduct a path traversal attack (../) to include .html files that are outside the permitted directory. Also, if a page contains a template directive, then the directive will be server side processed. Thus, if a user can control the content of a .html file, then they can inject a payload with a malicious template directive to gain Remote Command Execution. The exploit will work only with the .html extension.

5 Sep 2019
8.8
CVSS
CVE-2019-10260MEDIUM

Total.js CMS 12.0.0 has XSS related to themes/admin/views/index.html (item.message) and themes/admin/public/ui.js (column.format).

28 Mar 2019
6.1
CVSS
CVE-2019-8903HIGH

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

18 Feb 2019
7.5
CVSS
← PrevPage 1 / 1Next →