CVE-2026-53984 Details
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.
A vulnerability allowing unauthenticated database destruction and arbitrary data injection has been identified in Ground Station versions prior to 0.6.0. This issue resides in the Socket.IO server's database_backup event handler, where any unauthenticated network peer can send a full_restore command with a SQL blob to wipe or replace the entire SQLite database. The vulnerability is exploitable because authentication enforcement is disabled, and a wildcard CORS policy allows unrestricted access. Attackers can connect to the Socket.IO server on port 7000 without credentials, emit the database_backup event, and execute raw SQL commands that could permanently erase critical data or inject false information that misdirects the application to attacker-controlled resources.
Users can update to Ground Station version 0.6.0 or later, where this vulnerability has been fixed. Instructions for updating can be found on the Ground Station GitHub repository.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Aug 6, 2026CISA-ADP
Assessed Aug 7, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/sgoudelis/ground-station | [email protected] | ProductVendor |
| https://github.com/sgoudelis/ground-station/commit/2ecde82a8814cbea18883ce023bf45cbf06172eb | [email protected] | Source CodeVendor |
| https://github.com/sgoudelis/ground-station/security/advisories/GHSA-mjp8-x6h7-229q | [email protected] | AdvisoryRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-306 | Missing Authentication for Critical Function | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| sgoudelis Ground Station | <= 0.5.2 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 7, 2026 | CVE Modified | CISA-ADP |
| Aug 6, 2026 | New CVE Received | [email protected] |
Volerion