LiveActive security incident?Get immediate response
CVE Record

CVE-2016-10597: cobalt-cli downloads resources over HTTP, which leaves it vulnerable to MITM attacks.

cobalt-cli downloads 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

cobalt-cli fetched resources over unencrypted HTTP, so someone positioned on the network could potentially alter what the tool downloaded. The sources do not provide a severity score, confirmed exploitation, or a named patch. Treat this as a legacy supply-chain exposure if cobalt-cli remains in developer workstations or CI.

Executive priority

Handle as a targeted cleanup item rather than an emergency unless cobalt-cli is active in build pipelines. The main business concern is tampered build or toolchain inputs through insecure downloads, but public evidence is limited.

Technical view

CVE-2016-10597 affects all versions of the HackerOne cobalt-cli Node module. The issue is CWE-311: resources are downloaded over HTTP, exposing downloads to man-in-the-middle tampering. The public bundle does not include CVSS data, exploit confirmation, or specific remediation details.

Likely exposure

Exposure is most likely in old JavaScript projects, developer machines, build scripts, or CI jobs that still install or run cobalt-cli. The source bundle names all versions as affected but does not identify downstream products or package managers beyond the Node module.

Exploitation context

No active exploitation is shown by KEV or the supplied sources. Practical exploitation would require an attacker able to intercept or modify network traffic during cobalt-cli HTTP resource downloads. The bundle does not provide evidence of public weaponization.

Researcher notes

The record is sparse: no CVSS vector, no patch statement, and no exploitation evidence are included. The affected scope is broad because the bundle states all versions. Validation should focus on confirming real use in environments that can influence builds or releases.

Mitigation direction

  • Inventory repositories, CI jobs, and developer images for cobalt-cli usage.
  • Check the Node Security advisory and vendor/package guidance for remediation or retirement direction.
  • Avoid using cobalt-cli on untrusted networks while remediation status is unclear.
  • Prefer maintained replacement tooling that retrieves resources over authenticated HTTPS.
  • Remove unused cobalt-cli dependencies from projects and build environments.

Validation and detection

  • Search dependency manifests and lockfiles for cobalt-cli entries.
  • Review CI scripts and build logs for cobalt-cli execution.
  • Confirm whether any cobalt-cli workflow still downloads external resources.
  • Document affected projects and whether the tool is required or removable.
  • Track vendor guidance because the supplied sources do not name a patch.
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-10597 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
HackerOnecobalt-cli node moduleAll versionsListed
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.