Authentication Bypass in Lara Dashboard
Lara Dashboard versions prior to 1.3.0 are vulnerable to an authentication bypass in the screenshot-login route that permits unauthenticated access to any user account when APP_ENV is not set to production.
CVE search metadata
CVE search record: CVE-2026-86184. Severity: critical. CVSS: 9.8. KEV: no. Product: Lara Dashboard (< 1.3.0). Brief: Authentication Bypass in Lara Dashboard. Brief link: https://feed.craftedsignal.io/briefs/2026-09-lara-dashboard-auth-bypass/
Lara Dashboard versions prior to 1.3.0 contain an authentication bypass vulnerability in the screenshot-login route that allows unauthenticated attackers to authenticate as any user by specifying their email address. This vulnerability is active when the application environment (APP_ENV) is configured to anything other than 'production'. By sending a crafted GET request to the /screenshot-login/{email} endpoint, an unauthenticated attacker can obtain a fully authenticated session for the specified user account. This provides the attacker with immediate access to sensitive system administration panels, application settings, and database contents. Furthermore, the elevated access granted by this bypass allows for the use of the module installer to execute arbitrary code on the underlying server, presenting a significant risk to organizational infrastructure.
Impact
Successful exploitation allows for full account takeover of any user, including administrative accounts. Attackers can leverage this access to exfiltrate sensitive data from the database, modify system configurations, and achieve remote code execution via legitimate management modules. This vulnerability exposes the entire application instance to total compromise.
Recommendation
- Upgrade Lara Dashboard to version 1.3.0 or later immediately to resolve CVE-2026-86184.
- Ensure the production application environment is explicitly set to 'production' (APP_ENV=production) in all deployment configurations to disable the vulnerable debug/development route.
- Audit access logs for unauthorized GET requests to the /screenshot-login/ path, especially those originating from external or untrusted network segments.
Immediate actions
Upgrade Lara Dashboard to 1.3.0
Review web server logs for suspicious /screenshot-login/ activity
Mitigations
Set APP_ENV=production
CVE-2026-86184
Detection coverage 1
Detects CVE-2026-86184 Exploitation - Unauthenticated Access via screenshot-login
criticalDetects exploitation attempts against CVE-2026-86184 by monitoring for GET requests to the screenshot-login route
Detection queries are available on the platform. Get full rules →