{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "0.4.13"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "5649905f1021155933463a54a76030924adffb9d"
            },
            {
              "fixed": "fc971642d461b237c1bf2695d88da3d48f03ff1c"
            }
          ],
          "repo": "https://github.com/sgoudelis/ground-station",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-g344-jqcx-cr7q"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-200",
      "CWE-22"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53452.json"
  },
  "details": "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.",
  "id": "CVE-2026-53452",
  "modified": "2026-08-27T11:30:51.910120704Z",
  "published": "2026-08-19T14:44:20.658Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/sgoudelis/ground-station/releases/tag/v0.4.13"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53452.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/sgoudelis/ground-station/security/advisories/GHSA-g344-jqcx-cr7q"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-53452"
    },
    {
      "type": "FIX",
      "url": "https://github.com/sgoudelis/ground-station/commit/5649905f1021155933463a54a76030924adffb9d"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Ground Station: Unauthenticated out-of-containment file read via `sigmfplayback` `recordingPath`"
}