Cyber Resilience

CVE-2022-44019

HighPublic PoCRCE

Published: 30 October 2022

Published
30 October 2022
Modified
07 May 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0362 88.1th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-44019 is a high-severity OS Command Injection (CWE-78) vulnerability in Totaljs Total.Js. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 11.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CVE-2022-44019 is an OS command injection vulnerability (CWE-78) affecting Total.js version 4 prior to commit 0e5ace7. The flaw resides in the /api/common/ping endpoint, which passes an unsanitized host parameter containing shell metacharacters directly to a system command, enabling arbitrary command execution.

An attacker with low-privileged authenticated access can exploit the issue over the network by submitting a crafted request to the ping endpoint. Successful exploitation grants remote code execution, allowing the attacker to compromise confidentiality, integrity, and availability on the affected server with a CVSS score of 8.8.

Public references, including the Total.js code repository issue and a technical write-up, point to the patch introduced in commit 0e5ace7. Upgrading to a version containing this fix is the primary mitigation.

EPSS scores for the CVE rose from lower values to a peak of 0.0808 on 2025-01-22 before receding to the current 0.0362, indicating a period of increased exploitation interest after disclosure.

EU & UK References

Vulnerability details

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

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

totaljs
total.js
≤ 2022-09-26

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-78

Platform-independent apps typically execute inside a managed runtime or sandbox that restricts direct OS command execution, reducing the ability to exploit OS command injection.

addresses: CWE-78

Validates inputs to block special elements that would alter OS command execution.

References