SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-53452

MEDIUM · CVSS 5.3 EPSS 0.38% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The vulnerability affects the Ground Station browser-based suite, allowing unauthenticated users to exploit the configure-sdr Socket.IO command to access sensitive metadata files outside the intended directory. This can lead to unauthorized disclosure of data if the metadata file is a readable JSON and has an associated .sigmf-data file. Organizations using versions prior to 0.4.13 should prioritize updating to mitigate potential data exposure risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-53452
Severity
MEDIUM
CVSS
5.3
EPSS
0.38%

Original NVD 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 configure-sdr Socket.IO command accepts a recordingPath for the sigmf-playback SDR and backend/handlers/entities/sdr.py stores it without validation before backend/hardware/sigmfprobe.py opens the path without enforcing containment. An absolute path or parent-directory escape ending in .sigmf-meta is parsed as JSON and returned in reply["data"]["metadata"] by the get-sdr-parameters flow. Exploitation requires the metadata file to be readable JSON and to have a sibling .sigmf-data file, but it can disclose contents outside backend/data/recordings without authentication. This issue is fixed in version 0.4.13.