LiveActive security incident?Get immediate response
CVE Record

CVE-2017-16226: The static-eval module is intended to evaluate statically-analyzable expressions.

The static-eval module is intended to evaluate statically-analyzable expressions. In affected versions, untrusted user input is able to access the global function constructor, effectively allowing arbitrary code execution.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2017-16226 affects the static-eval Node module. If an application lets untrusted input reach affected versions, that input can escape the intended static expression evaluation and trigger arbitrary code execution. Business urgency depends on whether static-eval is present and exposed to user-controlled expressions.

Executive priority

Prioritize quickly if static-eval is in production and connected to public or tenant-controlled input. If it is only a build-time dependency with no untrusted input path, urgency is lower but cleanup remains prudent.

Technical view

Affected static-eval versions up to 1.1.1 allow untrusted input to access the global Function constructor. That breaks the module's static-analysis boundary and can result in arbitrary code execution in the Node.js process evaluating the expression.

Likely exposure

Exposure is most likely in Node.js applications or build/runtime tooling that depend on static-eval <=1.1.1 and evaluate expressions influenced by users, tenants, content, API input, or third-party data.

Exploitation context

The source bundle does not show KEV listing or confirmed active exploitation. The issue is still serious because successful abuse could execute code in the evaluator's process when untrusted input reaches affected static-eval behavior.

Researcher notes

CWE-20 is listed. The key primitive is access to the global Function constructor through affected static-eval evaluation. Evidence provided does not include CVSS, exploit-in-the-wild confirmation, or a specific fixed version statement.

Mitigation direction

  • Inventory dependencies for static-eval and confirm resolved versions.
  • Update beyond the affected range only according to maintainer or advisory guidance.
  • Remove or replace static-eval where it evaluates untrusted expressions.
  • Block user-controlled input from reaching affected evaluation paths.
  • Add input validation and deny unexpected expression sources.

Validation and detection

  • Check SBOM, package manifests, and lockfiles for static-eval <=1.1.1.
  • Trace whether public routes, APIs, or content pipelines call static-eval.
  • Confirm no user-controlled data reaches affected evaluation code.
  • Review deployed artifacts, not only source manifests.
  • Add regression tests for rejected untrusted expression input.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-20: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2017-16226 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HackerOnestatic-eval node module node module<=1.1.1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-20 · source CWE mapping

Improper Input Validation

Improper Input Validation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.