CVE-2026-41893
CVE-2026-41893 is a high-severity vulnerability in Signalk Signal K Server with a CVSS 3.x base score of 7.5. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-307.
Key facts
- Severity: High (CVSS 3.x base score 7.5)
- CVSS v4: 8.7
- EPSS exploit prediction: 0% (25th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-28922
- Weakness: CWE-307
- Affected product: Signalk Signal K Server
- Published:
- Last modified:
Description
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.
Frequently asked questions
- What is CVE-2026-41893?
- 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.
- How severe is CVE-2026-41893?
- CVE-2026-41893 has a CVSS 3.x base score of 7.5, rated high severity. It is exploitable over network with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is none, integrity high, and availability none.
- Is CVE-2026-41893 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (25th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2026-41893?
- CVE-2026-41893 affects Signalk Signal K Server. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2026-41893?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its high severity, prioritise patching exposed systems.
- Does CVE-2026-41893 have an EU (EUVD) identifier?
- Yes. CVE-2026-41893 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-28922.
- When was CVE-2026-41893 published?
- CVE-2026-41893 was published on 2026-05-09 and last updated on 2026-06-17.
References
- https://github.com/SignalK/signalk-server/commit/215d81eb700d5419c3396a0fbf23f2e246dfac2d
- https://github.com/SignalK/signalk-server/pull/2568
- https://github.com/SignalK/signalk-server/releases/tag/v2.25.0
- https://github.com/SignalK/signalk-server/security/advisories/GHSA-vmfm-ch9h-5c7g
Affected products (1)
- cpe:2.3:a:signalk:signal_k_server:*:*:*:*:*:*:*:*
More vulnerabilities in Signalk Signal K Server
- CVE-2026-23515 — Critical (CVSS 9.9): Signal K Server is a server application that runs on a central hub in a boat. Prior to 1.5.0, a command injection…
- CVE-2025-66398 — Critical (CVSS 9.6): Signal K Server is a server application that runs on a central hub in a boat. Prior to version 2.19.0, an…
- CVE-2026-33950 — Critical (CVSS 9.4): Signal K Server is a server application that runs on a central hub in a boat. Prior to version 2.24.0-beta.4, there is…
- CVE-2025-68620 — Critical (CVSS 9.1): Signal K Server is a server application that runs on a central hub in a boat. Versions prior to 2.19.0 expose two…
- CVE-2026-39320 — High (CVSS 7.5): Signal K Server is a server application that runs on a central hub in a boat. Versions prior to 2.25.0 are vulnerable…
- CVE-2026-33951 — High (CVSS 7.5): Signal K Server is a server application that runs on a central hub in a boat. Prior to version 2.24.0-beta.1, the…
All CVEs affecting Signalk Signal K Server →
Other CWE-307 (Improper Restriction of Excessive Authentication Attempts) vulnerabilities
- CVE-2026-6853 — Critical (CVSS 9.8): Improper restriction of excessive authentication attempts vulnerability in Başbelen Group Food Cafe Businesses…
- CVE-2026-8760 — Critical (CVSS 9.8): The Login with OTP plugin for WordPress is vulnerable to authentication bypass in all versions up to, and including,…
- CVE-2020-37228 — Critical (CVSS 9.8): iDS6 DSSPro Digital Signage System 6.2 contains a CAPTCHA security bypass vulnerability that allows attackers to bypass…
- CVE-2026-33879 — Critical (CVSS 9.8): Federated Learning and Interoperability Platform (FLIP) is an open-source platform for federated training and…
- CVE-2026-33640 — Critical (CVSS 9.8): Outline is a service that allows for collaborative documentation. Outline implements an Email OTP login flow for users…
- CVE-2026-31851 — Critical (CVSS 9.8): Nexxt Solutions Nebula 300+ firmware through version 12.01.01.37 does not implement rate limiting or account lockout…
Browse all CWE-307 (Improper Restriction of Excessive Authentication Attempts) vulnerabilities →