Vulnerability Description
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")).
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/fledge-iot/fledge
- https://github.com/fledge-iot/fledge/blob/main/python/fledge/services/core/api/b
FAQ
What is CVE-2026-71283?
CVE-2026-71283 is a vulnerability with a CVSS score of 4.9 (MEDIUM). 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 argumen...
How severe is CVE-2026-71283?
CVE-2026-71283 has been rated MEDIUM with a CVSS base score of 4.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-71283?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.