LiveActive security incident?Get immediate response
CVE Record

CVE-2016-10670: windows-seleniumjar-mirror downloads the Selenium Jar file windows-seleniumjar-mirror downloads binary reso...

windows-seleniumjar-mirror downloads the Selenium Jar file windows-seleniumjar-mirror downloads binary resources over HTTP, which leaves it vulnerable to MITM attacks. It may be possible to cause remote code execution (RCE) by swapping out the requested resources with an attacker controlled copy if the attacker is on the network or positioned in between the user and the remote server.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A Node module used to download the Selenium JAR for Windows fetched binary resources over unencrypted HTTP. A network-positioned attacker could replace the downloaded file with malicious content, potentially causing code execution when used. The record does not provide a CVSS score, patch version, or exploitation evidence.

Executive priority

Treat this as a supply-chain hygiene issue with potential code execution impact. Prioritize review in build and developer environments, especially where untrusted networks are used, but do not treat it as known exploited based on the provided sources.

Technical view

CVE-2016-10670 affects all versions of the windows-seleniumjar-mirror node module. It is categorized as CWE-311 because binary resources are downloaded over HTTP, enabling man-in-the-middle tampering. The stated impact is possible RCE if an attacker can intercept traffic between the user and remote server.

Likely exposure

Exposure is limited to systems that install or use the windows-seleniumjar-mirror node module. The source bundle lists all versions as affected, but does not identify downstream products or package usage patterns.

Exploitation context

The public description requires an attacker to be on the network path or otherwise positioned between the user and the remote server. KEV is false, and the provided sources do not claim active exploitation.

Researcher notes

Evidence is sparse: no CVSS vector, no patch details, and no exploit-in-the-wild claim are present in the supplied bundle. The core exposure is insecure binary retrieval over HTTP for all listed versions of the named npm module.

Mitigation direction

  • Check vendor or package maintainer guidance for fixed versions or replacement recommendations.
  • Remove the package if it is no longer needed.
  • Avoid dependency workflows that fetch executable binaries over unencrypted HTTP.
  • Use trusted package-locking and artifact integrity controls where applicable.

Validation and detection

  • Search dependency manifests and lockfiles for windows-seleniumjar-mirror.
  • Identify CI, build, and developer systems that install or execute the package.
  • Review package installation paths for HTTP binary download behavior.
  • Confirm whether any vendor advisory names a fixed or safe replacement version.
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
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-2016-10670 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
HackerOnewindows-seleniumjar-mirror 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.