Summary
Acunetix 360 identified a stack trace disclosure (Laravel) in the target web server's HTTP response.
Impact
An attacker can obtain information such as:
- Stack trace.
- Physical file paths of relevant files.
- Information about the generated exception.
Remediation
Change your
config/app.php
file to disable debug mode:'debug' => env('APP_DEBUG', false)