LiveActive security incident?Get immediate response
CVE Record

CVE-2016-10578: unicode loads unicode data downloaded from unicode.org into nodejs.

unicode loads unicode data downloaded from unicode.org into nodejs. Unicode before 9.0.0 downloads binary resources over HTTP, which leaves it vulnerable to MITM attacks.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This issue affects the unicode Node.js module before version 9.0.0. It downloaded binary Unicode resources over unencrypted HTTP, so an attacker positioned on the network could tamper with the download. Business risk is mainly to systems that still build or run software using this old dependency.

Executive priority

Treat this as a dependency hygiene issue unless the vulnerable module is present in active builds or production systems. Prioritize remediation where builds run in untrusted networks or legacy applications cannot be easily rebuilt.

Technical view

CVE-2016-10578 is a CWE-311 cleartext transfer issue in the unicode Node module. Versions below 9.0.0 fetched binary resources from unicode.org using HTTP, creating a man-in-the-middle tampering risk. The bundle does not provide CVSS scoring, exploit evidence, or detailed vendor remediation beyond the affected version boundary.

Likely exposure

Exposure is likely limited to applications, build systems, or dependency trees using the unicode Node module below 9.0.0. Systems that no longer download these resources or no longer include this dependency have reduced practical exposure.

Exploitation context

The provided sources do not show active exploitation, and the CVE is not listed as KEV. Exploitation would require network positioning or traffic interception during an HTTP resource download, so exposure depends heavily on build and runtime network conditions.

Researcher notes

Evidence is sparse. The bundle identifies the product, affected version range, CWE, and HTTP MITM condition, but does not include CVSS, exploit maturity, patch notes, or detailed technical traces. Avoid assuming broader Node.js or Unicode ecosystem impact.

Mitigation direction

  • Upgrade the unicode Node module to version 9.0.0 or later.
  • Check the referenced advisory and package guidance for supported remediation details.
  • Remove unused dependencies that still pull unicode versions below 9.0.0.
  • Prefer controlled dependency builds with trusted networks and locked versions.

Validation and detection

  • Search dependency manifests and lockfiles for unicode versions below 9.0.0.
  • Check SBOM and dependency scanner output for CVE-2016-10578.
  • Identify transitive packages that may still depend on the vulnerable module.
  • Review build logs for legacy HTTP downloads from unicode.org.
Prepared
Confidence
medium
Sources
3

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-311: 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
cve · low confidence lookup

CVE-2016-10578 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
2Source 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
HackerOneunicode node module< 9.0.0Listed
Weakness

CWE details

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

CWE-311 · source CWE mapping

Missing Encryption of Sensitive Data

Missing Encryption of Sensitive Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.