CVE-2026-53983
Last modified
CVE-2026-53983 is a critical-severity vulnerability rated 9.2/10 on the CVSS scale. Ground Station prior to 0.6.0 contains an unauthenticated blind server-side request forgery vulnerability in the orbital-source configuration path that allows any unauthenticated Socket.IO client to cause the ground-station process to issue outbound HTTP requests to attacker-chosen destinations. Attackers can connect to the Socket.IO server on port 7000 without credentials due to disabled authentication enforcement and a wildcard CORS policy, then submit a data_submission event with submit-orbital-sources action to persist an attacker-supplied URL in the database, then trigger an orbital sync via the equally unauthenticated background_task:start event. EPSS estimates a 0.33% chance of exploitation in the next 30 days.
Description
Ground Station prior to 0.6.0 contains an unauthenticated blind server-side request forgery vulnerability in the orbital-source configuration path that allows any unauthenticated Socket.IO client to cause the ground-station process to issue outbound HTTP requests to attacker-chosen destinations. Attackers can connect to the Socket.IO server on port 7000 without credentials due to disabled authentication enforcement and a wildcard CORS policy, then submit a data_submission event with submit-orbital-sources action to persist an attacker-supplied URL in the database, then trigger an orbital sync via the equally unauthenticated background_task:start event. The URL is stored with no scheme allowlist, no host validation, and no rejection of loopback, RFC1918, or link-local (cloud instance metadata at 169.254.169.254) addresses, and is passed directly to requests.get in _fetch_http_3le and _fetch_http_omm in backend/tlesync/source_adapters.py. HTTP status codes and error messages from the outbound request are emitted in the orbital_sync_state Socket.IO event to all connected clients, providing a serviceable oracle for interpreting internal-service and cloud-metadata responses even though the raw response body is not directly leaked. Because the malicious source persists in the database across restarts and re-fires every 24 hours on the scheduled sync cycle, the primitive gives durable long-term SSRF without the attacker needing to remain connected.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Efstratios Goudelis | Ground Station | < 0.6.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-53983?
How severe is CVE-2026-53983?
How do I fix CVE-2026-53983?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-53975OpenChamber 1.11.7 contains an unauthenticated remote code e…9.8
- CVE-2026-53976OpenChamber 1.11.7 contains a path traversal vulnerability i…9.3
- CVE-2026-53977OpenChamber 1.11.7 contains an authentication bypass vulnera…8.7
- CVE-2026-5398The implementation of TIOCNOTTY failed to clear a back-point…8.4
- CVE-2026-53981Cap-go prior to 12.128.2 contains an account takeover vulner…7.6
- CVE-2026-53982Cap-go Console < 12.28.2 contains a denial-of-service vulner…7.1
- CVE-2026-53984Ground Station prior to 0.6.0 contains an unauthenticated da…9.1
- CVE-2026-53985Ground Station prior to 0.6.0 contains an unauthenticated de…8.7
- CVE-2026-53987The Tag plugin for GLPI 11 before 2.14.4 stores the tag name…7.3
- CVE-2026-53992ProjectSend r2029 contains a reflected cross-site scripting …6.1
- CVE-2026-53994ProFTPD mod_sftp contains a heap-based buffer overflow reach…6.5
- CVE-2026-53996NetBSD's hdaudio(4) driver in sys/dev/hdaudio/hdaudio.c cont…7.3
Are you affected by CVE-2026-53983?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
