CVE-2026-11417
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedOS command injection in the NodejsFunction local bundling pipeline in aws-cdk-lib before 2.245.0 (2.246.0 on Windows) might allow an actor who controls the value of one or more bundling properties (externalModules, define, loader, inject, or esbuildArgs) to execute arbitrary commands on the host running the CDK toolchain via injected shell metacharacters. This issue requires the threat actor to control the value of one or more of the affected bundling properties in the CDK application. To remediate this issue, users should upgrade to aws-cdk-lib 2.245.0 (2.246.0 on Windows) or later.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceOS command injection vulnerability in aws-cdk-lib's NodejsFunction bundling pipeline. When specific bundling properties (externalModules, define, loader, inject, or esbuildArgs) contain shell metacharacters, they can be executed as arbitrary commands on the host system. This requires an attacker to control these property values in the CDK application configuration.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Locate NodejsFunction usage in your CDK applicationSearch your codebase for imports of 'aws-cdk-lib' and usage of 'NodejsFunction' construct. Review all CDK stacks that instantiate NodejsFunction.Affected if NodejsFunction is used in your CDK application code
-
Identify configured bundling propertiesExamine each NodejsFunction instantiation for the following properties: externalModules, define, loader, inject, or esbuildArgs. These are passed via the 'bundling' option object.Affected if Any of these bundling properties are configured in your NodejsFunction definitions
-
Inspect property values for shell metacharactersReview the values assigned to externalModules, define, loader, inject, and esbuildArgs. Look for characters like ; | & $ ` ( ) { } [ ] < > " ' \n \r or other shell metacharacters that could enable command injection.Affected if Any bundling property value contains shell metacharacters or comes from untrusted/user-controlled input
-
Check for user-controlled or dynamic input sourcesTrace where the bundling property values originate. Determine if they come from environment variables, user config files, HTTP requests, databases, or other external sources that could be influenced by an attacker.Affected if Bundling property values derive from external or untrusted input sources
-
Verify aws-cdk-lib versionCheck your package.json, package-lock.json, or run 'npm list aws-cdk-lib' to determine the installed version of aws-cdk-lib.Affected if The installed version is earlier than 2.245.0 (or earlier than 2.246.0 on Windows)
You are affected if your CDK application uses NodejsFunction with any of the bundling properties (externalModules, define, loader, inject, esbuildArgs) that contain shell metacharacters and your aws-cdk-lib version is below 2.245.0.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade aws-cdk-lib to version 2.245.0 (or 2.246.0 on Windows) or later. Audit CDK applications for any use of the affected bundling properties with user-controlled or untrusted input values.
aws-cdk-lib 2.245.0 (or 2.246.0 on Windows)
- Check the current aws-cdk-lib version in use (e.g., in package.json, package-lock.json, or your lock file)
- Update aws-cdk-lib to version 2.245.0 or later using your package manager (e.g., npm install aws-cdk-lib@^2.245.0, or yarn upgrade aws-cdk-lib@^2.245.0, or pnpm update aws-cdk-lib)
- If running on Windows, use version 2.246.0 or later
- After updating, rebuild and redeploy your CDK stacks to verify the application functions correctly
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation8.0 h
- Implementation12.0 h
- Testing8.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $9,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-11417 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-11417 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data