CVE-2026-36044
Published: 27 May 2026
Summary
CVE-2026-36044 is a high-severity an unspecified weakness vulnerability in Npmjs (inferred from references). Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Unix Shell (T1059.004); ranked at the 23.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
Threat & Defense at a Glance
Threat & Defense Details
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct OS command injection via unsanitized input to child_process.exec() enables arbitrary Unix shell command execution (T1059.004); the high-severity network-reachable package flaw also maps to exploitation of public-facing apps (T1190).
NVD Description
@pensar/apex <= 0.0.58 is vulnerable to OS command injection via the smart_enumerate tool. The createSmartEnumerateTool() function in src/core/agent/tools.ts constructs a shell command by concatenating unsanitized values from the extensions array and url parameter into a string passed to Node.js child_process.exec().…
more
Because exec() spawns a shell, shell metacharacters in those values are interpreted by the host shell, resulting in arbitrary OS command execution with the privileges of the running process.
Deeper analysisAI
Automated synthesis unavailable for this CVE.
Details
- CWE(s)