LiveActive security incident?Get immediate response
CVE Record

CVE-2017-1001003: math.js before 3.17.0 had an issue where private properties such as a constructor could be replaced by usin...

math.js before 3.17.0 had an issue where private properties such as a constructor could be replaced by using unicode characters when creating an object.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2017-1001003 concerns older math.js versions before 3.17.0. A flaw in object creation allowed private-looking properties, including constructor-related properties, to be replaced using Unicode characters. Business risk depends on whether affected math.js code processes untrusted input.

Executive priority

Handle as a dependency remediation item, not an emergency based on the provided evidence. Prioritize internet-facing or customer-input systems using affected math.js versions.

Technical view

The source bundle describes a math.js issue fixed around version 3.17.0 where Unicode characters could be used during object creation to replace private properties such as a constructor. No CVSS score, detailed impact statement, or active exploitation evidence is provided.

Likely exposure

Exposure is most likely in JavaScript applications or services depending on math.js before 3.17.0, especially where users can influence math.js object creation or parsed data.

Exploitation context

The bundle does not cite active exploitation, public weaponization, or KEV listing. Treat exploitability as context-dependent and validate whether untrusted data reaches affected math.js behavior.

Researcher notes

Evidence is limited to the CVE description, math.js history, and a fixing commit reference. The bundle does not provide CVSS, proof-of-concept details, or a complete impact analysis.

Mitigation direction

  • Inventory applications and packages using math.js.
  • Upgrade math.js to 3.17.0 or later where applicable.
  • Review vendor history and commit notes before production rollout.
  • Prioritize systems processing untrusted math.js input.
  • Monitor dependency scanners for this CVE.

Validation and detection

  • Check lockfiles for math.js versions before 3.17.0.
  • Confirm deployed artifacts match reviewed dependency versions.
  • Identify routes or jobs accepting user-controlled math.js data.
  • Run existing unit and regression tests after upgrading.
  • Document any unavoidable legacy dependency exceptions.
Prepared
Confidence
medium
Sources
4

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 · medium confidence lookup

CWE-88: Command execution behavior lookup

Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. 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
cve · low confidence lookup

CVE-2017-1001003 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
3Source links

CVSS and timeline data

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

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
math.jsmath.js3.17.0Listed
Weakness

CWE details

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

CWE-88 · source CWE mapping

Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')

Improper Neutralization of Argument Delimiters in a Command ('Argument Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.