LiveActive security incident?Get immediate response
CVE Record

CVE-2016-10542: ws is a "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js...

ws is a "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455". By sending an overly long websocket payload to a `ws` server, it is possible to crash the node process. This affects ws 1.1.0 and earlier.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2016-10542 is a denial-of-service issue in the ws Node.js WebSocket module. A server using ws 1.1.0 or earlier can have its Node process crashed by an overly long WebSocket payload, interrupting real-time application features and any service sharing that process.

Executive priority

Treat as a targeted availability risk for legacy Node.js WebSocket services. Prioritize internet-facing or customer-facing systems first, especially where a process crash would affect revenue, operations, or support obligations.

Technical view

The source bundle describes CWE-400 uncontrolled resource consumption in ws <=1.1.0. The vulnerable condition is triggered by an overly long WebSocket payload sent to a ws server, causing the Node process to crash. No CVSS vector, CPE list, or detailed patch metadata is included.

Likely exposure

Exposure is most likely in older Node.js applications that run public or partner-facing WebSocket endpoints and depend on ws 1.1.0 or earlier. Modern applications using newer ws versions are not identified as affected in the provided sources.

Exploitation context

The provided sources support remote denial-of-service potential against affected ws servers. They do not indicate active exploitation, KEV listing, exploit maturity, authentication requirements, or public weaponization details.

Researcher notes

The bundle is sparse: it names the vulnerable package, affected version range, crash condition, and CWE, but lacks CVSS, fixed-version details, and exploitation telemetry. Avoid claiming more than denial-of-service unless additional vendor evidence is reviewed.

Mitigation direction

  • Inventory Node.js applications using the ws package.
  • Flag deployments using ws 1.1.0 or earlier.
  • Upgrade ws beyond the affected range after checking vendor guidance.
  • Limit request sizes and monitor WebSocket crash patterns where feasible.
  • Restart affected services under process supervision until remediation is complete.

Validation and detection

  • Review package-lock.json, yarn.lock, pnpm-lock.yaml, or SBOMs for ws versions.
  • Confirm whether affected applications expose WebSocket server endpoints.
  • Check runtime dependency trees for transitive ws <=1.1.0 usage.
  • Review service logs for Node process crashes linked to WebSocket traffic.
  • Document any compensating controls around payload limits and service restarts.
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-400: 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-10542 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
HackerOnews node module<=1.1.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-400 · source CWE mapping

Uncontrolled Resource Consumption

Uncontrolled Resource Consumption represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.