Summary
Acunetix 360 detected Laravel debug mode is enabled, so the target web server is disclosing some system information data in the HTTP response.
Debug mode enables extra debugging behaviors that assist developers, as well as attackers.
Impact
An attacker can obtain information such as:
- Application key
- Database connection strings
Remediation
Change your
.env
file to disable debug mode:APP_DEBUG=false