First published: Fri Feb 08 2013(Updated: )
`rack/file.rb` (`Rack::File`) in Rack 1.5.x before 1.5.2 and 1.4.x before 1.4.5 allows attackers to access arbitrary files outside the intended root directory via a crafted `PATH_INFO` environment variable, probably a directory traversal vulnerability that is remotely exploitable, aka "symlink path traversals."
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
rubygems/rack | >=1.4.0<1.4.5 | 1.4.5 |
rubygems/rack | >=1.5.0<1.5.2 | 1.5.2 |
Rack-Project Rack | =1.4.0 | |
Rack-Project Rack | =1.4.1 | |
Rack-Project Rack | =1.4.2 | |
Rack-Project Rack | =1.4.3 | |
Rack-Project Rack | =1.4.4 | |
Rack-Project Rack | =1.5.0 | |
Rack-Project Rack | =1.5.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2013-0262 is considered a critical vulnerability due to its potential for remote exploitation that allows arbitrary file access.
To fix CVE-2013-0262, upgrade Rack to version 1.4.5 or 1.5.2 or later.
Versions of Rack 1.4.0 through 1.4.4 and 1.5.0 through 1.5.1 are affected by CVE-2013-0262.
CVE-2013-0262 enables directory traversal attacks that could allow unauthorized access to sensitive files outside the intended root directory.
CVE-2013-0262 is a remote vulnerability that can be exploited over the network.