VYPR

laravel-backup-restore

by Laravel

CVEs (1)

  • CVE-2026-53932higJul 9, 2026
    risk 0.45cvss epss

    ## Summary A crafted backup archive can trigger OS command injection during database restore. The restore workflow extracts a ZIP archive, enumerates files under `db-dumps`, converts the dump path to an absolute path, and passes that path into database import commands that are…