Vulnerability Description
Ground Station is a browser-based suite for satellite tracking, SDR reception, hardware control, and telemetry decoding. Prior to version 0.4.13, the unauthenticated save-waterfall-snapshot Socket.IO command passes attacker-controlled snapshotName input from backend/handlers/entities/sdr.py to backend/server/snapshots.py, where os.path.join permits an absolute path or parent-directory traversal and writes attacker-controlled base64-decoded bytes outside backend/data/snapshots. An attacker can write a logging YAML file containing a logging.config.dictConfig callable factory, use the unauthenticated update-app-config operation to set log_config to that file, and invoke restart_service. During restart, backend/common/logger.py passes the YAML through resolve_log_config_path(), yaml.safe_load(), and logging.config.dictConfig(), which executes the factory with service privileges and can also cause a persistent crash loop. This issue is fixed in version 0.4.13.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/sgoudelis/ground-station/commit/5649905f1021155933463a54a7603
- https://github.com/sgoudelis/ground-station/releases/tag/v0.4.13
- https://github.com/sgoudelis/ground-station/security/advisories/GHSA-q35x-w3h6-3
- https://github.com/sgoudelis/ground-station/security/advisories/GHSA-q35x-w3h6-3
FAQ
What is CVE-2026-53451?
CVE-2026-53451 is a vulnerability with a CVSS score of 9.8 (CRITICAL). Ground Station is a browser-based suite for satellite tracking, SDR reception, hardware control, and telemetry decoding. Prior to version 0.4.13, the unauthenticated save-waterfall-snapshot Socket.IO ...
How severe is CVE-2026-53451?
CVE-2026-53451 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-53451?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.