cvedb.io
CVE-2016-10518
HIGH · CVSS 7.5
EPSS exploitation probability: 0%
Published 2018-05-31T20:29:00.503 · Last modified 2026-06-17T00:39:50.267

Summary

A vulnerability was found in the ping functionality of the ws module before 1.0.0 which allowed clients to allocate memory by sending a ping frame. The ping functionality by default responds with a pong frame and the previously given payload of the ping frame. This is exactly what you expect, but internally ws always transforms all data that we need to send to a Buffer instance and that is where the vulnerability existed. ws didn't do any checks for the type of data it was sending. With buffers in node when you allocate it when a number instead of a string it will allocate the amount of bytes.

Affected products

ws_project — ws

Does this affect you?

Add your gear to cvedb and we'll alert you only when ws_project ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.