Description
Lara Dashboard before 1.3.0 contains an authentication bypass vulnerability in the screenshot-login route that allows unauthenticated attackers to authenticate as any user by email when APP_ENV is not production. Attackers can request the GET /screenshot-login/{email} endpoint with a registered email address to receive a fully authenticated session, enabling access to user administration, settings, database contents, and arbitrary code execution through the module installer.
Published: 2026-09-05
Score: 9.3 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an unauthenticated attacker to authenticate as any user by requesting the GET /screenshot-login/{email} endpoint when the application environment is not production. The attacker receives a fully authenticated session, granting access to user administration, settings, database content, and the ability to execute arbitrary code through the module installer.

Affected Systems

Laradashboard’s Laradashboard application prior to version 1.3.0 is affected. Any installation that has not been upgraded to 1.3.0 or later exposes the screenshot-login route and is therefore vulnerable.

Risk and Exploitability

The CVSS score of 9.3 indicates critical severity, and the exploitation can be performed over the network without any credentials or special conditions beyond the application being in a non-production environment. The EPSS score is not available, but the lack of a KEV listing does not reduce the seriousness of the threat; the attack vector is a simple HTTP GET request to a publicly accessible endpoint.

Generated by OpenCVE AI on September 5, 2026 at 12:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Laradashboard 1.3.0 or later to apply the vendor‑supplied fix for the authentication bypass.
  • Configure the application to run with APP_ENV=production in all deployed environments so the vulnerable route is not exposed.
  • If an immediate upgrade is not feasible, block incoming traffic to the /screenshot-login/* URI via a firewall or web‑server rule and monitor logs for attempted exploit attempts.

Generated by OpenCVE AI on September 5, 2026 at 12:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 05 Sep 2026 13:15:00 +0000

Type Values Removed Values Added
First Time appeared Laradashboard laradashboard
Vendors & Products Laradashboard laradashboard

Sat, 05 Sep 2026 11:45:00 +0000

Type Values Removed Values Added
Description Lara Dashboard before 1.3.0 contains an authentication bypass vulnerability in the screenshot-login route that allows unauthenticated attackers to authenticate as any user by email when APP_ENV is not production. Attackers can request the GET /screenshot-login/{email} endpoint with a registered email address to receive a fully authenticated session, enabling access to user administration, settings, database contents, and arbitrary code execution through the module installer.
Title Lara Dashboard before 1.3.0 Missing Authentication in screenshot-login Route
First Time appeared Laradashboard
Laradashboard lara Dashboard
Weaknesses CWE-306
CPEs cpe:2.3:a:laradashboard:lara_dashboard:*:*:*:*:*:*:*:*
Vendors & Products Laradashboard
Laradashboard lara Dashboard
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Laradashboard Lara Dashboard Laradashboard
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-05T11:38:00.626Z

Reserved: 2026-09-05T11:16:13.582Z

Link: CVE-2026-86184

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-05T12:16:49.090

Modified: 2026-09-05T12:16:49.090

Link: CVE-2026-86184

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-05T13:00:05Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function