Vulnerability Description
Halo is an open source website building tool. Prior to 2.24.3, a path traversal vulnerability in the backup download endpoint allows authenticated administrators to read arbitrary files from the server filesystem. The backup download endpoint (GET /apis/console.api.migration.halo.run/v1alpha1/backups/{name}/files/{filename}) in MigrationServiceImpl.download() resolves the backup filename via Path.resolve() without validating that the resolved path stays within the designated backups directory. Also, the Backup creation endpoint (POST /apis/migration.halo.run/v1alpha1/backups) does not sanitize the status fields during creation This vulnerability is fixed in 2.24.3.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/halo-dev/halo/issues/10064
- https://github.com/halo-dev/halo/security/advisories/GHSA-h8wj-chr2-hf66
- https://github.com/halo-dev/halo/issues/10064
FAQ
What is CVE-2026-55439?
CVE-2026-55439 is a vulnerability with a CVSS score of 5.5 (MEDIUM). Halo is an open source website building tool. Prior to 2.24.3, a path traversal vulnerability in the backup download endpoint allows authenticated administrators to read arbitrary files from the serve...
How severe is CVE-2026-55439?
CVE-2026-55439 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-55439?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.