You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module exploits an IP whitelist bypass vulnerability in the developer web console included with Ruby on Rails 4.0.x and 4.1.x. This module will also achieve code execution on Rails 4.2.x if the attack is launched from a whitelisted IP range.
4
+
5
+
## Verification Steps
6
+
7
+
**Prerequisites:**
8
+
9
+
```
10
+
gem install rails -v 4.2.6
11
+
rails new taco
12
+
cd taco
13
+
vim config/environments/development.rb
14
+
```
15
+
16
+
Add the following line just before the final `end` tag:
0 commit comments