๐Ÿ” CVE Alert

CVE-2026-90932

HIGH 7.2

LaraDashboard 0.9.2 through 1.2.2 Path Traversal RCE

CVSS Score
7.2
EPSS Score
0.0%
EPSS Percentile
0th

LaraDashboard versions 0.9.2 through 1.2.2 contain a path traversal vulnerability in the core-upgrade backup handling. CoreUpgradeController and BackupService (e.g. BackupService::deleteBackup()) concatenate the user-supplied backup_file/filename value directly onto the backup directory path without normalisation, without applying basename(), and without verifying that the resolved path remains inside storage/app/core-backups; the corresponding form requests only validate the value as a bounded string. An authenticated user holding only the delegated settings.edit permission (not Superadmin) can supply ../ traversal sequences to delete arbitrary files reachable on the host filesystem, including outside the application tree, or to restore a ZIP archive from an arbitrary on-disk location, writing arbitrary files into the application directories and achieving remote code execution. Note: the advisory states the vulnerable concatenation was introduced in the v0.9.7 release line. No patched version was available at the time of publication.

CWE CWE-73
Vendor laradashboard
Product laradashboard
Published Sep 14, 2026
Stay Ahead of the Next One

Get instant alerts for laradashboard laradashboard

Be the first to know when new high vulnerabilities affecting laradashboard laradashboard are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

laradashboard / laradashboard
0.9.2 โ‰ค 1.4.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/laradashboard/laradashboard/security/advisories/GHSA-g48h-h5pc-396j vulncheck.com: https://www.vulncheck.com/advisories/laradashboard-0.9.2-through-1.2.2-path-traversal-rce

Credits

๐Ÿ” capivara-research