CVE-2026-86184
Received Received - Intake

Authentication Bypass in Lara Dashboard via Screenshot-Login Route

Vulnerability report for CVE-2026-86184, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-05

Last updated on: 2026-09-05

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-05
Last Modified
2026-09-05
Generated
2026-09-05
AI Q&A
2026-09-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
lara_dashboard lara_dashboard to 1.3.0 (exc)
laradashboard laradashboard to 1.3.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an authentication bypass in Lara Dashboard versions before 1.3.0. It allows unauthenticated attackers to log in as any user by email via the GET /screenshot-login/{email} endpoint when the application is not in a production environment. The endpoint was intended for testing but acts as a backdoor, granting full administrative access including user management, database access, and arbitrary code execution through module installation.

Detection Guidance

Check if the vulnerable endpoint GET /screenshot-login/{email} is accessible on your system. Use curl to test: curl -v http://your-server/screenshot-login/test@example.com. If the server responds with a session cookie or redirects to a dashboard, the vulnerability is present.

Impact Analysis

Exploitation allows attackers to gain full administrative control over the Lara Dashboard instance. This includes creating, editing, or deleting users, roles, and permissions, installing arbitrary modules that can execute PHP code, modifying system settings, accessing the database, and altering email configurations. The impact is severe as it enables complete system compromise in non-production environments.

Compliance Impact

This vulnerability can severely impact compliance with GDPR and HIPAA by enabling unauthorized access to sensitive data. Attackers could exfiltrate personal data, modify records, or gain administrative privileges to bypass security controls. Non-compliance risks include legal penalties, data breach notifications, and reputational damage due to unauthorized access to protected health or personal information.

Mitigation Strategies

Upgrade to Lara Dashboard version 1.3.0 or later. If upgrading is not immediately possible, remove the /screenshot-login route from your application or restrict access by adding environment checks and authentication requirements.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-86184. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart