Description
Ground Station prior to 0.6.0 contains an unauthenticated denial-of-service vulnerability in the Socket.IO server's service_control event handler that allows any unauthenticated network peer to forcibly terminate the ground-station process by sending a single restart_service command. Attackers can connect to the Socket.IO server on port 7000 without credentials due to disabled authentication enforcement and a wildcard CORS policy, then emit the service_control event to terminate all active satellite-tracking sessions, SDR recording pipelines, demodulators, decoders, and rotator controllers, with repeated triggering possible in Docker deployments to create a persistent denial-of-service condition.
Published: 2026-08-06
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An unauthenticated denial‑of‑service flaw exists in the Ground Station project before version 0.6.0. The flaw lies in the Socket.IO server’s service_control event handler, which accepts a restart_service command without requiring valid authentication. By sending this single command, an external actor can shut down the ground‑station process, terminating all satellite‑tracking activities, SDR recordings, demodulators, decoders, and rotator controllers.

Affected Systems

Ground Station from the developer Efstratios Goudelis, any installations running a version earlier than 0.6.0. This includes deployments running the example Docker image or any custom builds that have not applied the 0.6.0 patch.

Risk and Exploitability

The CVSS score is 8.7, signifying a high‑severity vulnerability. No EPSS score is published, and the issue is not listed in the CISA KEV catalog, yet the lack of authentication and permissive CORS mean that any external host can trigger the exploit immediately. In a containerized environment, repeated requests can quickly exhaust resources, making a persistent denial of service possible.

Generated by OpenCVE AI on August 6, 2026 at 16:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Ground Station to 0.6.0 or newer to remediate the unauthenticated service_control endpoint.
  • Restrict access to port 7000 by configuring a firewall or network policy so that only trusted internal hosts can connect.
  • Reconfigure the Socket.IO server to enforce authentication and tighten the CORS policy before deploying the service.

Generated by OpenCVE AI on August 6, 2026 at 16:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 10:30:00 +0000

Type Values Removed Values Added
First Time appeared Efstratios Goudelis
Efstratios Goudelis ground Station
Vendors & Products Efstratios Goudelis
Efstratios Goudelis ground Station

Thu, 06 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Description Ground Station prior to 0.6.0 contains an unauthenticated denial-of-service vulnerability in the Socket.IO server's service_control event handler that allows any unauthenticated network peer to forcibly terminate the ground-station process by sending a single restart_service command. Attackers can connect to the Socket.IO server on port 7000 without credentials due to disabled authentication enforcement and a wildcard CORS policy, then emit the service_control event to terminate all active satellite-tracking sessions, SDR recording pipelines, demodulators, decoders, and rotator controllers, with repeated triggering possible in Docker deployments to create a persistent denial-of-service condition.
Title Ground Station prior to 0.6.0 Unauthenticated DoS via service_control Socket.IO
Weaknesses CWE-306
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Efstratios Goudelis Ground Station
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-06T15:36:18.987Z

Reserved: 2026-06-11T16:07:13.000Z

Link: CVE-2026-53985

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-06T16:16:43.620

Modified: 2026-08-06T22:17:42.427

Link: CVE-2026-53985

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T09:59:19Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function