CVE-2026-71283 PUBLISHED

Fledge IoT Gateway Backup Restore Tar Path Traversal

Assigner: TuranSec
Reserved: 05.08.2026 Published: 05.08.2026 Updated: 05.08.2026

Fledge's backup-restore upload handler, upload_backup() (python/fledge/services/core/api/backup_restore.py), calls tarfile.extractall(temp_path) on an admin-uploaded tar archive with no filter argument and no per-member path validation. A crafted tar archive containing member names with ../ path components extracts files outside the intended temporary directory, allowing arbitrary file writes anywhere on the filesystem reachable by the Fledge process. Requires the admin role (@has_permission("admin")).

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N
CVSS Score: 4.9

Product Status

Vendor fledge-iot
Product fledge
Versions Default: unaffected
  • affected from 0 to 3.1.0 (incl.)

Credits

  • Alibek Baxtiyorov finder

References

Problem Types

  • CWE-22 CWE