CVE-2026-86184

Summary

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.

Affected Software

VendorProductVersion RangeStatus
laradashboardlaradashboard0 < 1.3.0affected
laradashboardlaradashboard1.3.0unaffected

Weaknesses

  • CWE-306: Missing Authentication for Critical Function

References