LiveActive security incident?Get immediate response
CVE Record

CVE-2016-10592: jser-stat is a JSer.info stat library.

jser-stat is a JSer.info stat library. jser-stat 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

jser-stat retrieves data resources over unencrypted HTTP. Anyone able to intercept that traffic could tamper with what the package downloads. The sources do not identify a patch, known exploitation, or business-critical impact beyond man-in-the-middle exposure.

Executive priority

Treat this as a targeted dependency hygiene issue, not an emergency. Prioritize removal or replacement if the package is present in production workflows or sensitive build environments.

Technical view

CVE-2016-10592 affects all versions of the jser-stat Node module. The issue is classified as CWE-311 because data resources are downloaded over HTTP instead of a protected channel, creating a man-in-the-middle tampering risk. No CVSS score is provided.

Likely exposure

Exposure is likely limited to environments that include and execute the jser-stat Node module, especially where its HTTP downloads occur across untrusted or interceptable networks.

Exploitation context

The bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation would require a network position capable of intercepting or modifying HTTP resource downloads.

Researcher notes

The public bundle is sparse: affected range is all versions, weakness is CWE-311, and references point to the advisory and HTTP URL mapping. No CVSS, patch version, or exploit evidence is provided.

Mitigation direction

  • Check upstream and advisory sources for maintained remediation guidance.
  • Inventory and remove jser-stat where it is not required.
  • If retained, avoid running downloads over untrusted network paths.
  • Assess replacement with a maintained package that uses HTTPS-protected resources.

Validation and detection

  • Check dependency manifests and lockfiles for jser-stat.
  • Confirm whether application workflows execute jser-stat data downloads.
  • Review network policy for outbound unencrypted HTTP from affected environments.
  • Document whether the package remains required or can be removed.
Prepared
Confidence
medium
Sources
4

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-10592 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
3Source 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
HackerOnejser-stat 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.