LiveActive security incident?Get immediate response
CVE Record

CVE-2016-10568: geoip-lite-country is a stripped down version of geoip-lite, supporting only country lookup.

geoip-lite-country is a stripped down version of geoip-lite, supporting only country lookup. geoip-lite-country before 1.1.4 downloads data resources over HTTP, which leaves it vulnerable to MITM attacks.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This vulnerability affects the Node.js package geoip-lite-country before version 1.1.4. It downloaded country lookup data over unencrypted HTTP, so a network attacker could potentially intercept or alter that data in transit. Business urgency depends on whether the package is deployed and whether country lookup results influence access, fraud, routing, or compliance decisions.

Executive priority

Prioritize remediation where the package is present in production or trusted geolocation data supports security-sensitive decisions. This is not documented as actively exploited, but it is a supply-chain integrity weakness with a clear version boundary.

Technical view

geoip-lite-country versions before 1.1.4 used HTTP to download data resources, creating a man-in-the-middle risk. The CVE maps this to CWE-311. The provided sources do not include CVSS, exploit details, or evidence of active exploitation. The affected product is the geoip-lite-country Node module below 1.1.4.

Likely exposure

Exposure is likely limited to applications or build/update workflows that use geoip-lite-country below 1.1.4. Risk is higher where update traffic crosses untrusted networks or where geolocation data affects security or business controls.

Exploitation context

The provided sources describe MITM exposure from HTTP downloads, not a remote application exploit. KEV status is false, and no cited source states active exploitation. A successful attack would require a position to intercept or tamper with the package data download path.

Researcher notes

Evidence is sparse: the CVE states affected versions, HTTP data download behavior, MITM risk, and CWE-311. No CVSS vector, exploit maturity, or detailed vendor remediation text was provided beyond the pre-1.1.4 affected range.

Mitigation direction

  • Upgrade geoip-lite-country to version 1.1.4 or later.
  • Regenerate and review lockfiles to ensure the vulnerable version is not resolved.
  • Remove geoip-lite-country if it is unused or replace it with maintained guidance-approved alternatives.
  • Check vendor and package advisory sources for any updated remediation notes.

Validation and detection

  • Search package manifests and lockfiles for geoip-lite-country below 1.1.4.
  • Confirm deployed artifacts resolve geoip-lite-country at 1.1.4 or later.
  • Identify whether country lookup output influences security, routing, or compliance decisions.
  • Review dependency update logs for HTTP data download behavior in affected versions.
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-10568 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
HackerOnegeoip-lite-country node module<1.1.4Listed
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.