Laravel Telescope Disclosure

Various Laravel Telescope files were discovered within the application folder.

  • laravel
  • disclosure
  • logs

Laravel Telescope is a debugging assistant for the Laravel framework. It provides insight into the requests coming into your application, exceptions, log entries, database queries, queued jobs, mail, notifications, cache events, scheduled tasks, variable dumps, and more.

Impact

If possible, remove the telescope files from the application folder.If this is not possible, ensure that the telescope files are not accessible via the web.

Solution

If possible, remove the telescope files.

Was this page helpful?