GHSA-2mhh-w6q8-5hxw · 深刻度: low · エコシステム: npm — Remote Memory Disclosure in ws
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.
総合評価: CVE-2016-10518 は中リスク(49.7/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.34%、56 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2025-12-15 | 0.45% | 0.34% | -0.10% |
| 2 | 2025-05-01 | 0.47% | 0.45% | -0.02% |
| 3 | 2025-03-30 | — | 0.47% | — |
EPSS の全履歴 (全 9 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 7.5 | 3.0 | HIGH |
|
3.9 | 3.6 | [email protected] |
| 5.0 | 2.0 | MEDIUM |
|
10.0 | 2.9 | [email protected] |
GHSA-2mhh-w6q8-5hxw · 深刻度: low · エコシステム: npm — Remote Memory Disclosure in ws
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
unimportant | CVE-2016-10518 unimportant priority: Debian including 1 source packages (node-ws), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 5. | https://security-tracker.debian.org/tracker/CVE-2016-10518 |
ubuntu
|
medium | CVE-2016-10518 medium priority: Ubuntu including 1 source packages (node-ws), 6 status rows across 6 suites (artful, bionic, cosmic, trusty, upstream, xenial): not-affected 2, DNE 1, ignored 1, needs-triage 1, released 1. | https://ubuntu.com/security/CVE-2016-10518 |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| ws_project | ws | < 1.0.1 | cpe:2.3:a:ws_project:ws:*:*:*:*:*:node.js:*:* |
| URL | タグ |
|---|---|
| https://gist.github.com/c0nrad/e92005446c480707a74a | Patch Third Party Advisory |
| https://github.com/websockets/ws/releases/tag/1.0.1 | Release Notes Third Party Advisory |
| https://nodesecurity.io/advisories/67 | Third Party Advisory |