Description
Ground Station prior to 0.6.0 contains an unauthenticated database-destruction and arbitrary-data-injection vulnerability in the Socket.IO server's database_backup event handler that allows any unauthenticated network peer to wipe or replace the entire SQLite database by sending a single full_restore command with a caller-supplied SQL blob. 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 database_backup event to drop every existing table and recreate the database from attacker-controlled CREATE TABLE and INSERT INTO statements executed via raw exec_driver_sql, permanently destroying all satellite records, orbital sources, hardware configurations, and observation schedules, or planting fabricated orbital-source URLs and observation entries that redirect the ground station to attacker-controlled servers on the next scheduled sync.
Published: 2026-08-06
Score: 8.8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Ground Station before 0.6.0 allows any network peer to reach the Socket.IO endpoint on port 7000 without authentication and to emit a database_backup event that executes a caller‑supplied SQL blob. The vulnerability removes all existing tables and recreates them from malicious CREATE TABLE and INSERT statements, destroying satellite, hardware, and schedule data or inserting fabricated entries that redirect the system to attacker‑controlled servers. The flaw is a missing authentication check (CWE‑306) and has a CVSS score of 8.8, indicating a high severity of data loss and integrity compromise.

Affected Systems

The product Ground Station by Efstratios Goudelis is affected in all releases prior to version 0.6.0. The database is SQLite and can be fully overwritten or populated with attacker‑controlled data. Organizations running any pre‑0.6.0 instance of this software are at risk.

Risk and Exploitability

The vulnerability is exploitable remotely via the unprotected Socket.IO endpoint. No EPSS is available, but the CVSS rating shows significant risk. The system is listed as not in the CISA KEV catalog, yet the lack of authentication and permissive CORS policy means an attacker can trigger the destructive payload from anywhere on the network without prior compromise. Because the database operation is performed with raw execution privileges, the attacker can achieve complete loss of data or subvert future operations.

Generated by OpenCVE AI on August 7, 2026 at 01:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Restrict Socket.IO server access by limiting the listening interface to trusted internal networks or applying firewall rules to block unauthorized connections.
  • Configure a strict CORS policy on the Socket.IO server to prevent cross‑origin requests from untrusted domains.
  • Implement authentication mechanisms for all privileged events to mitigate similar threats in future releases.

Generated by OpenCVE AI on August 7, 2026 at 01:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description Ground Station prior to 0.6.0 contains an unauthenticated database-destruction and arbitrary-data-injection vulnerability in the Socket.IO server's database_backup event handler that allows any unauthenticated network peer to wipe or replace the entire SQLite database by sending a single full_restore command with a caller-supplied SQL blob. 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 database_backup event to drop every existing table and recreate the database from attacker-controlled CREATE TABLE and INSERT INTO statements executed via raw exec_driver_sql, permanently destroying all satellite records, orbital sources, hardware configurations, and observation schedules, or planting fabricated orbital-source URLs and observation entries that redirect the ground station to attacker-controlled servers on the next scheduled sync.
Title Ground Station prior to 0.6.0 Unauthenticated Database Wipe and Arbitrary Data Injection via Socket.IO database_backup full_restore Action
Weaknesses CWE-306
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-06T15:33:49.861Z

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

Link: CVE-2026-53984

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T01:45:05Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function