LiveActive security incident?Get immediate response
CVE Record

CVE-2016-10654: sfml downloads resources over HTTP, which leaves it vulnerable to MITM attacks.

sfml downloads resources over HTTP, which leaves it vulnerable to MITM attacks.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

This CVE affects the sfml Node module because it downloads resources over plain HTTP. An attacker positioned on the network could tamper with those downloads. The available sources do not provide a CVSS score, patch version, or evidence of active exploitation.

Executive priority

Treat as a dependency integrity issue with unclear severity. Prioritize inventory and containment over emergency response unless sfml is used in sensitive build paths.

Technical view

The issue is categorized as CWE-311: missing encryption of sensitive data. The stated affected scope is all versions of the sfml Node module. The vulnerable behavior is HTTP-based resource retrieval, creating a man-in-the-middle integrity risk. Source material does not describe affected endpoints, package lifecycle phase, or fixed releases.

Likely exposure

Exposure is likely limited to environments that install or execute the sfml Node module and permit its HTTP resource downloads. Dependency manifests, lockfiles, and CI build behavior should be checked.

Exploitation context

The sources support a network man-in-the-middle risk from HTTP downloads. They do not state known exploitation, and the CVE is not marked as present in CISA KEV.

Researcher notes

Evidence is sparse: affected scope is listed as all versions, but no CVSS, fixed release, exploit report, or detailed trigger conditions are provided in the bundle.

Mitigation direction

  • Check the Node Security advisory and package maintainer guidance for remediation status.
  • Identify and remove unnecessary sfml dependency usage where business impact allows.
  • Avoid installing affected packages on untrusted or interceptable networks.
  • Monitor dependency advisories for any fixed version or replacement recommendation.

Validation and detection

  • Search package manifests and lockfiles for the sfml Node module.
  • Review CI and build logs for sfml installation or resource download activity.
  • Confirm whether production systems install the package during deployment.
  • Document any affected application, environment, and dependency owner.
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-10654 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
HackerOnesfml 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.