mirror of
https://github.com/0xMarcio/cve.git
synced 2026-03-16 05:26:00 +00:00
18 lines
832 B
Markdown
18 lines
832 B
Markdown
### [CVE-2011-3187](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3187)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The to_s method in actionpack/lib/action_dispatch/middleware/remote_ip.rb in Ruby on Rails 3.0.5 does not validate the X-Forwarded-For header in requests from IP addresses on a Class C network, which might allow remote attackers to inject arbitrary text into log files or bypass intended address parsing via a crafted header.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://webservsec.blogspot.com/2011/02/ruby-on-rails-vulnerability.html
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|