---
id: CVE-2026-53451
title: >-
  Ground Station is a browser-based suite for satellite tracking, SDR reception,
  hardware control, and telemetry decoding
summary: >-
  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 sn…
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-22
  - CWE-73
  - CWE-94
published: '2026-08-19'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T20:09:01.757'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-53451'
references:
  - url: >-
      https://github.com/sgoudelis/ground-station/commit/5649905f1021155933463a54a76030924adffb9d
    label: security-advisories@github.com
  - url: 'https://github.com/sgoudelis/ground-station/releases/tag/v0.4.13'
    label: security-advisories@github.com
  - url: >-
      https://github.com/sgoudelis/ground-station/security/advisories/GHSA-q35x-w3h6-36w8
    label: security-advisories@github.com
  - url: >-
      https://github.com/sgoudelis/ground-station/security/advisories/GHSA-q35x-w3h6-36w8
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00863
epssPercentile: 0.57077
ingestedAt: '2026-09-18T20:51:25.638Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
