SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-90932

HIGH · CVSS 7.2 Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-14 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

LaraDashboard versions 0.9.2 through 1.2.2 are vulnerable to a path traversal flaw that allows authenticated users with limited permissions to manipulate file paths, potentially leading to the deletion of arbitrary files or remote code execution. This vulnerability arises from improper handling of user-supplied input in the core-upgrade backup functionality, which fails to adequately validate or sanitize file paths. Organizations using affected versions should prioritize remediation to mitigate the risk of unauthorized file access and execution.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-90932
Severity
HIGH
CVSS
7.2
EPSS
N/A

Original NVD Description

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.