LiveActive security incident?Get immediate response
CVE Record

CVE-2017-16041: ikst versions before 1.1.2 download resources over HTTP, which leaves it vulnerable to MITM attacks.

ikst versions before 1.1.2 download resources over HTTP, which leaves it vulnerable to MITM attacks.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2017-16041 affects the ikst Node module before version 1.1.2. The package downloaded resources over unencrypted HTTP, allowing a network attacker who can intercept traffic to tamper with what is fetched.

Executive priority

Treat as a dependency hygiene issue unless the affected package is used in sensitive build or deployment paths. Prioritize remediation where network interception could alter downloaded resources.

Technical view

The issue is classified as CWE-311, missing encryption for sensitive data. Vulnerable ikst versions use HTTP for resource downloads, creating a man-in-the-middle risk during that transfer. The source bundle provides no CVSS score and no detailed attack prerequisites beyond MITM exposure.

Likely exposure

Exposure is likely limited to projects or build environments using the ikst Node module below 1.1.2, especially where downloads occur across untrusted or interceptable networks.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation. Practical exploitation would require the attacker to influence or intercept the HTTP download path.

Researcher notes

Available public data is sparse: no CVSS, no exploit details, and no KEV status. The key research task is confirming where vulnerable ikst versions are installed and whether the HTTP download behavior is reachable.

Mitigation direction

  • Upgrade ikst to version 1.1.2 or later.
  • Inventory dependency trees for vulnerable ikst versions.
  • Pin dependency versions in lockfiles after remediation.
  • Check the Node Security advisory for vendor-specific guidance.
  • Prefer trusted network paths for dependency retrieval.

Validation and detection

  • Review package manifests and lockfiles for ikst versions below 1.1.2.
  • Confirm deployed or built artifacts no longer include vulnerable ikst.
  • Check dependency audit results against CVE-2017-16041.
  • Review build or install logs for HTTP resource retrieval by ikst.
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-2017-16041 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
HackerOneikst node module<1.1.2Listed
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.