Description
LaraDashboard versions 0.9.0 through 1.2.2 fail to sanitize SVG file content during media upload, allowing authenticated users with only the media.create permission to upload malicious SVG files containing script tags. When any user including administrators opens the stored SVG file served inline from the application origin, the embedded JavaScript executes in the dashboard context, enabling session hijacking and administrative account takeover.
Published: 2026-09-14
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Administrative Account Takeover
Action: Patch Immediately
AI Analysis

Impact

The vulnerability allows an authenticated user with media.create permission to upload an SVG file containing malicious script tags without proper sanitization, creating a stored XSS flaw. When any user, including administrators, opens the file from the application, the embedded JavaScript runs in the dashboard context, permitting the attacker to hijack the victim's session and potentially gain full administrative control.

Affected Systems

LaraDashboard versions 0.9.0 to 1.2.2 are affected. The product is provided by the vendor laradashboard under the same name. No other vendors or products are listed.

Risk and Exploitability

The CVSS score of 5.1 indicates a moderate risk. EPSS information is not available, and the vulnerability is not listed in the CISA KEV catalog. The likely attack path requires the attacker to be authenticated and possess the media.create permission to upload a crafted SVG. Once uploaded, any user who opens the inline file triggers the stored script, enabling session hijacking and possible administrative takeover.

Generated by OpenCVE AI on September 15, 2026 at 14:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a version of LaraDashboard released after 1.2.2 where SVG upload sanitization has been implemented.
  • Restrict the media.create permission to trusted users or disable it for roles that do not require media management.
  • Configure the application to filter or reject SVG files at upload time, ensuring that script tags are removed before storage.

Generated by OpenCVE AI on September 15, 2026 at 14:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 14 Sep 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 14 Sep 2026 13:00:00 +0000

Type Values Removed Values Added
Description LaraDashboard versions 0.9.0 through 1.2.2 fail to sanitize SVG file content during media upload, allowing authenticated users with only the media.create permission to upload malicious SVG files containing script tags. When any user including administrators opens the stored SVG file served inline from the application origin, the embedded JavaScript executes in the dashboard context, enabling session hijacking and administrative account takeover.
Title LaraDashboard 0.9.0 through 1.2.2 Stored XSS via SVG Upload
First Time appeared Laradashboard
Laradashboard lara Dashboard
Weaknesses CWE-79
CPEs cpe:2.3:a:laradashboard:lara_dashboard:*:*:*:*:*:*:*:*
Vendors & Products Laradashboard
Laradashboard lara Dashboard
References
Metrics cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N'}

cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N'}


Subscriptions

Laradashboard Lara Dashboard
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-14T20:26:47.225Z

Reserved: 2026-09-14T11:33:51.886Z

Link: CVE-2026-90931

cve-icon Vulnrichment

Updated: 2026-09-14T20:26:25.039Z

cve-icon NVD

Status : Received

Published: 2026-09-14T13:19:31.350

Modified: 2026-09-14T21:17:42.903

Link: CVE-2026-90931

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-15T14:15:05Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')