Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-51190 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

The "s init" command in Serverless-Devs @serverless-devs/s <= 3.1.11 passes unsanitized user input to child_process.spawn() with shell: true. A URL ending in ".git" bypasses the only input check, allowing OS command injection when a user runs "s init" with an attacker-controlled argument.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-78Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')CISA-ADP

Affected Products

ProductVersions
Serverless-Devs Serverless-Devs
<= 3.1.11 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Workaround:low effort

    Do not pass untrusted URLs directly to `s init`. Validate that the template URL matches a known allowlist before invoking `s init` in automated pipelines. Run `s init` in a sandboxed environment (e.g., a container with no network egress and no mounted service account token).

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-51190
NVD Published Date:
Aug 3, 2026
NVD Last Modified:
Sep 9, 2026
Source:
[email protected]
CVE-2026-51190 Details - Not Deferred