Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. signalk-server
  4. ›
  5. CVE-2026-34083

CVE-2026-34083: Signal K Server: OAuth Authorization Code Theft via Unvalidated Host Header in OIDC Flow

April 3, 2026

SignalK Server contains a code-level vulnerability in its OIDC login and logout handlers where the unvalidated HTTP Host header is used to construct the OAuth2 redirect_uri. Because the redirectUri configuration is silently unset by default, an attacker spoof the Host header to steal OAuth authorization codes and hijack user sessions in realistic deployments as The OIDC provider will then send the authorization code to whatever domain was injected.

The OIDC specification requires redirect_uri to be pre-registered and not derived from untrusted input. Constructing it from the Host header violates this requirement and introduces a trust boundary break. This risk is actively amplified by SignalK’s official documentation, which instructs administrators to deploy an Nginx configuration that forwards the vulnerable Host header, exposing production environments.

References

  • github.com/SignalK/signalk-server
  • github.com/SignalK/signalk-server/releases/tag/v2.24.0
  • github.com/SignalK/signalk-server/security/advisories/GHSA-cxj8-ggf2-p57c
  • github.com/advisories/GHSA-cxj8-ggf2-p57c
  • nvd.nist.gov/vuln/detail/CVE-2026-34083

Code Behaviors & Features

Detect and mitigate CVE-2026-34083 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 2.20.0 before 2.24.0

Fixed versions

  • 2.24.0

Solution

Upgrade to version 2.24.0 or above.

Impact 6.1 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-346: Origin Validation Error
  • CWE-601: URL Redirection to Untrusted Site ('Open Redirect')

Source file

npm/signalk-server/CVE-2026-34083.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 09 May 2026 12:18:13 +0000.