RoR Development Mode Enabled
Summary#
Invicti detected RoR (Ruby on Rails) development mode is enabled, so the target web server is disclosing some system information data in the HTTP response.
Development mode enables extra debugging behaviors that assist developers, as well as attackers.
Impact#
An attacker can obtain information such as:
- Middleware
- Application root
Remediation#
Change your
config/application.rb
file to disable development mode:config.consider_all_requests_local=false
Classifications#