Description
Lara Dashboard before 1.3.2 fails to authorize access to the post-builder image and video upload endpoints, allowing authenticated accounts without content permissions to upload files. Attackers can upload polyglot files with attacker-chosen extensions to the public web root and execute code if the deployment permits execution of the uploaded file type.
Published: 2026-09-07
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Lara Dashboard releases before 1.3.2 lack an authorization check on the post‑builder image and video upload endpoints. Any authenticated user, regardless of content‑creation permissions, can upload files to the public web root. The flaw allows uploading polyglot files with attacker‑chosen extensions, enabling code execution on the server if the deployment environment permits execution of that file type. This represents a classic missing‑authorization problem (CWE‑862).

Affected Systems

The vulnerable product is Laradashboard (laradashboard:laradashboard). All releases older than version 1.3.2—including the 1.3.1 release—contain the flaw. The issue resides in the routes/web.php upload routes and is handled by the Backend/PostController. No other product or vendor is affected by this specific vulnerability.

Risk and Exploitability

The CVSS base score is 5.3, categorizing the flaw as medium severity. Attackers need only an authenticated account, which is often easily obtained in many deployments. Once authenticated, they can upload arbitrary files to the web root, and if the web server allows the uploaded type to execute, arbitrary code can run with the application’s privileges. The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog, yet the combination of missing authorization and potential code execution presents a notable operational risk.

Generated by OpenCVE AI on September 7, 2026 at 23:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Laradashboard to version 1.3.2 or newer, where proper authorization checks are added to the upload endpoints.
  • If an upgrade is not immediately possible, limit upload access to users with explicit content‑creation permissions or to administrators, and enforce strict file‑type validation to reject executable or polyglot files.
  • Move the upload directory outside the publicly served web root or configure the web server to treat that directory as non‑executable, disabling script execution for any uploaded content.

Generated by OpenCVE AI on September 7, 2026 at 23:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 07 Sep 2026 22:15:00 +0000

Type Values Removed Values Added
Description Lara Dashboard before 1.3.2 fails to authorize access to the post-builder image and video upload endpoints, allowing authenticated accounts without content permissions to upload files. Attackers can upload polyglot files with attacker-chosen extensions to the public web root and execute code if the deployment permits execution of the uploaded file type.
Title Lara Dashboard before 1.3.2 Missing Authorization in Post-Builder Media Upload Endpoints
First Time appeared Laradashboard
Laradashboard lara Dashboard
Weaknesses CWE-862
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:N/S:U/C:N/I:L/A:L'}

cvssV4_0

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


Subscriptions

Laradashboard Lara Dashboard
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-07T22:01:48.106Z

Reserved: 2026-09-07T12:34:31.457Z

Link: CVE-2026-86436

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-07T22:17:21.833

Modified: 2026-09-07T22:17:21.833

Link: CVE-2026-86436

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T23:30:17Z

Weaknesses