๐Ÿ” CVE Alert

CVE-2026-53451

CRITICAL 9.8

Ground Station: Unauthenticated arbitrary file write (path traversal) in save-waterfall-snapshot leads to remote code execution

CVSS Score
9.8
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-22 CWE-73 CWE-94
Vendor sgoudelis
Product ground-station
Published Aug 19, 2026
Stay Ahead of the Next One

Get instant alerts for sgoudelis ground-station

Be the first to know when new critical vulnerabilities affecting sgoudelis ground-station are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

sgoudelis / ground-station
< 0.4.13

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/sgoudelis/ground-station/security/advisories/GHSA-q35x-w3h6-36w8 github.com: https://github.com/sgoudelis/ground-station/commit/5649905f1021155933463a54a76030924adffb9d github.com: https://github.com/sgoudelis/ground-station/releases/tag/v0.4.13