LiveActive security incident?Get immediate response
CVE Record

CVE-2016-10680: adamvr-geoip-lite is a light weight native JavaScript implementation of GeoIP API from MaxMind adamvr-geoip...

adamvr-geoip-lite is a light weight native JavaScript implementation of GeoIP API from MaxMind adamvr-geoip-lite downloads geoip resources over HTTP, which leaves it vulnerable to MITM attacks. This impacts the integrity and availability of this geoip data that may alter the decisions made by an application using this data.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This issue affects the adamvr-geoip-lite Node module. It downloads GeoIP data over unencrypted HTTP, so someone able to intercept network traffic could tamper with or block that data. Business impact depends on how the application uses GeoIP decisions, such as routing, fraud checks, localization, or access controls.

Executive priority

Prioritize remediation where GeoIP influences customer access, fraud controls, compliance routing, or service availability. For informational-only use, handle through normal dependency hygiene because public sources provide no CVSS score or active exploitation evidence.

Technical view

CVE-2016-10680 is CWE-311: missing encryption for sensitive communication. All versions of adamvr-geoip-lite are listed as affected. The flaw is HTTP retrieval of GeoIP resources, exposing GeoIP data to man-in-the-middle modification or disruption and impacting integrity and availability.

Likely exposure

Exposure is limited to applications that include the adamvr-geoip-lite Node module and rely on its downloaded GeoIP resources. Risk rises when GeoIP data influences security, compliance, routing, or fraud decisions.

Exploitation context

The provided sources do not show active exploitation, and the CVE is not listed as KEV. Exploitation would require a position to intercept or alter the module's HTTP resource download path.

Researcher notes

Evidence is narrow: affected scope is listed as all versions, with HTTP download of GeoIP resources as the core weakness. No exploit details, patch version, CVSS vector, or confirmed exploitation are included in the provided bundle.

Mitigation direction

  • Inventory applications and lockfiles for adamvr-geoip-lite usage.
  • Check vendor or package maintainer guidance before selecting a replacement or fix.
  • Reduce reliance on GeoIP data for security-critical decisions until remediated.
  • Monitor dependent applications for unexpected GeoIP lookup changes or failures.

Validation and detection

  • Confirm whether adamvr-geoip-lite appears in package manifests or dependency trees.
  • Review application logic that trusts GeoIP results for access, routing, or fraud decisions.
  • Verify whether GeoIP resources are retrieved over HTTP in affected deployments.
  • Document compensating controls for networks where interception risk is material.
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-10680 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
HackerOneadamvr-geoip-lite 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.