GHSA-vmfm-ch9h-5c7g · Severity: high · Ecosystem: npm — Signal K Server's WebSocket Login Endpoint Lacks Rate Limiting (Credential Brute-Force)
Signal K Server is a server application that runs on a central hub in a boat. Prior to version 2.25.0, the HTTP login endpoints (POST /login and POST /signalk/v1/auth/login) are protected by express-rate-limit (default: 100 attempts per 10-minute window, configurable via HTTP_RATE_LIMITS). The WebSocket login path — sending {login: {username, password}} messages over an established WebSocket connection — calls app.securityStrategy.login() directly without any rate limiting. An attacker can bypass HTTP rate limiting entirely by opening a WebSocket connection and attempting unlimited password guesses at the speed bcrypt allows (~20 attempts/sec with 10 salt rounds). This issue has been patched in version 2.25.0.
Conclusion & alert: CVE-2026-41893 is rated Exploit Available (53.6/100): CVSS High severity, with low exploitation likelihood (EPSS 0.04%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-05-16 | 0.05% | 0.04% | -0.02% |
| 2 | 2026-05-15 | 0.04% | 0.05% | +0.01% |
| 3 | 2026-05-10 | — | 0.04% | — |
Full EPSS history (3 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.7 | 4.0 | HIGH |
|
— | — | [email protected] |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
GHSA-vmfm-ch9h-5c7g · Severity: high · Ecosystem: npm — Signal K Server's WebSocket Login Endpoint Lacks Rate Limiting (Credential Brute-Force)
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| signalk | signal_k_server | < 2.25.0 | cpe:2.3:a:signalk:signal_k_server:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/SignalK/signalk-server/commit/215d81eb700d5419c3396a0fbf23f2e246dfac2d | Patch |
| https://github.com/SignalK/signalk-server/pull/2568 | Issue Tracking Patch |
| https://github.com/SignalK/signalk-server/releases/tag/v2.25.0 | Product Release Notes |
| https://github.com/SignalK/signalk-server/security/advisories/GHSA-vmfm-ch9h-5c7g | Exploit Mitigation Vendor Advisory |