LiveActive security incident?Get immediate response
CVE Record

CVE-2016-10623: macaca-chromedriver-zxa is a Node.js wrapper for the selenium chromedriver.

macaca-chromedriver-zxa is a Node.js wrapper for the selenium chromedriver. macaca-chromedriver-zxa 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 binary with an attacker controlled binary 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

The affected Node.js module downloads ChromeDriver-related binary resources over unencrypted HTTP. If someone can intercept that network traffic, they may be able to replace the downloaded binary with a malicious one, potentially leading to code execution on the system installing or using the package.

Executive priority

Prioritize review if this package appears in CI or developer build systems, because compromise there can affect trusted artifacts. Urgency is lower than confirmed exploited internet-facing issues because the source requires network interception and gives no active exploitation evidence.

Technical view

CVE-2016-10623 affects all versions of the macaca-chromedriver-zxa Node module. The package downloads binary resources over HTTP, creating a CWE-311 cleartext transmission risk. The cited description says a network-positioned attacker could swap the binary and possibly cause RCE. No CVSS score, patch, or active exploitation evidence is provided.

Likely exposure

Exposure is most likely in development, CI, build, or test environments that install or execute macaca-chromedriver-zxa. Production exposure depends on whether the module is installed or invoked there.

Exploitation context

The source describes a man-in-the-middle scenario. An attacker would need to be on the network path or otherwise positioned between the user and the remote server. The CVE is not listed as KEV in the supplied bundle.

Researcher notes

The key evidence is the HTTP binary download behavior and MITM-to-possible-RCE impact. The bundle names all versions as affected but does not provide a CVSS score, fixed version, proof of exploitation, or detailed remediation path.

Mitigation direction

  • Inventory and remove macaca-chromedriver-zxa where it is not required.
  • Check vendor or advisory guidance for any safe replacement or patched package.
  • Prefer dependencies that fetch binaries over HTTPS and verify integrity.
  • Run installs from trusted networks and controlled build environments.
  • Treat affected CI or developer hosts as higher review priority.

Validation and detection

  • Check dependency manifests and lockfiles for macaca-chromedriver-zxa.
  • Identify whether the package is installed in CI, developer, or production environments.
  • Review build processes for binary downloads over HTTP.
  • Confirm whether any replacement package uses HTTPS and integrity checks.
  • Document whether exposure is limited to non-production tooling.
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-10623 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
HackerOnemacaca-chromedriver-zxa 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.