Skip to main content

next-npm-version CVE-2025-63706

| EUVDEUVD-2025-209724 CRITICAL
Code Injection (CWE-94)
2026-05-07 mitre GHSA-2xx6-qf7x-grqh
9.8
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
7.3 HIGH

Command runs in a local developer/CI context requiring the tool be invoked (UI:R) with some access to influence input (PR:L, AV:L); successful injection yields full code execution, so C/I/A:H.

3.1 AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
4.0 AV:L/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

4
Analysis Generated
Jul 23, 2026 - 23:01 vuln.today
CVSS changed
May 08, 2026 - 23:22 NVD
9.8 (None) 9.8 (CRITICAL)
CVE Published
May 07, 2026 - 00:00 nvd
UNKNOWN (no severity yet)
CVE Published
May 07, 2026 - 00:00 nvd
CRITICAL 9.8

DescriptionCVE.org

NPM package next-npm-version1.0.1 is vulnerable to Command injection.

AnalysisAI

Code injection in the Node.js npm package next-npm-version 1.0.1 (published by afeiship/@jswork) allows attacker-controlled input to be passed into a shell execution context, achieving arbitrary command execution (CWE-94). A proof-of-concept exists in a public gist, though there is no evidence of active exploitation; the EPSS probability is very low (0.03%, 10th percentile) and CISA SSVC rates exploitation as 'none' but automatable with total technical impact. The NVD CVSS of 9.8 (AV:N) appears optimistic for a version-bumping developer utility whose command execution is far more plausibly reached via local/library invocation than remote network access.

Technical ContextAI

next-npm-version is a small helper library in the @jswork/afeiship JavaScript ecosystem intended to automate bumping and publishing npm package versions. Such tooling typically shells out to the npm CLI or git using child_process (exec/execSync) with interpolated arguments; when a version string or other parameter is concatenated into that command line without sanitization, shell metacharacters (;, |, `, $()) break out of the intended command - the CWE-94 (Improper Control of Generation of Code / code injection) root cause here manifesting as OS command injection. The CPE data is unusable (cpe:2.3:a:n/a:n/a:*) as MITRE recorded the vendor/product as 'n/a', so the affected component is identified only by the package name and the referenced npm/GitHub artifacts.

RemediationAI

No vendor-released patched version is identified at time of analysis - the references point to a GitHub issue (github.com/afeiship/next-npm-version/issues/1) and the npm package page rather than a tagged fixed release, so upgrading is not currently an option. As the most effective compensating control, remove the next-npm-version dependency from build and release pipelines (its function, bumping npm versions, is replaceable by 'npm version' directly), which eliminates the injection surface entirely with no security downside. If it must remain, never pass untrusted or externally-influenced strings (branch names, tags, CI variables, user input) into its version/command parameters, and run any release tooling that uses it in an isolated, least-privileged CI runner so that a triggered command cannot reach production credentials or hosts. Monitor the npm advisory (https://www.npmjs.com/package/@jswork/next-npm-version) and NVD (https://nvd.nist.gov/vuln/detail/CVE-2025-63706) for a fixed release.

CVE-2024-41713 CRITICAL POC
9.1 Oct 21

A vulnerability in the NuPoint Unified Messaging (NPM) component of Mitel MiCollab through 9.8 SP1 FP2 (9.8.1.201) could

CVE-2024-55591 CRITICAL POC
9.8 Jan 14

FortiOS and FortiProxy contain an authentication bypass via the Node.js websocket module allowing unauthenticated remote

CVE-2023-44487 HIGH POC
7.5 Oct 10

Denial of service against HTTP/2 server implementations allows remote unauthenticated attackers to exhaust server resour

CVE-2014-7205 CRITICAL POC
10.0 Oct 08

Eval injection vulnerability in the internals.batch function in lib/batch.js in the bassmaster plugin before 1.5.2 for t

CVE-2025-59528 CRITICAL POC
10.0 Sep 22

Flowise version 3.0.5 contains a remote code execution vulnerability in the CustomMCP node. The mcpServerConfig paramete

CVE-2017-14849 HIGH POC
7.5 Sep 28

Node.js 8.5.0 before 8.6.0 allows remote attackers to access unintended files, because a change to ".." handling was inc

CVE-2017-5941 CRITICAL POC
9.8 Feb 09

An issue was discovered in the node-serialize package 0.0.4 for Node.js. Rated critical severity (CVSS 9.8), this vulner

CVE-2014-0224 HIGH POC
7.4 Jun 05

OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCiph

CVE-2014-3744 HIGH POC
7.5 Oct 23

Directory traversal vulnerability in the st module before 0.2.5 for Node.js allows remote attackers to read arbitrary fi

CVE-2014-9566 HIGH POC
7.5 Mar 10

Multiple SQL injection vulnerabilities in the Manage Accounts page in the AccountManagement.asmx service in the Solarwin

CVE-2013-4660 MEDIUM POC
6.8 Jun 28

The JS-YAML module before 2.0.5 for Node.js parses input without properly considering the unsafe !!js/function tag, whic

CVE-2016-2107 MEDIUM POC
5.9 May 05

The AES-NI implementation in OpenSSL before 1.0.1t and 1.0.2 before 1.0.2h does not consider memory allocation during a

Share

CVE-2025-63706 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy