Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2014-0130 PoC — Ruby on Rails 路径遍历漏洞

Source
Associated Vulnerability
Title:Ruby on Rails 路径遍历漏洞 (CVE-2014-0130)
Description:Ruby on Rails是美国Rails团队的一套基于Ruby语言的开源Web应用框架。 Ruby on Rails 3.2.18之前版本、4.0.5之前的4.0.x版本和4.1.1之前的4.1.x版本存在路径遍历漏洞,该漏洞源于当某些路由globbing配置启用,允许远程攻击者通过精心设计的请求读取任意文件。
Description
cve-2014-0130 rails directory traversal vuln
File Snapshot

[4.0K] /data/pocs/72cd36522656cf2b5462ca519e7c455dbc920708 ├── [4.0K] app │   ├── [4.0K] assets │   │   ├── [4.0K] images │   │   │   └── [6.5K] rails.png │   │   ├── [4.0K] javascripts │   │   │   ├── [ 641] application.js │   │   │   └── [ 229] welcome.js.coffee │   │   └── [4.0K] stylesheets │   │   ├── [ 545] application.css │   │   └── [ 178] welcome.css.scss │   ├── [4.0K] controllers │   │   ├── [ 80] application_controller.rb │   │   └── [ 74] welcome_controller.rb │   ├── [4.0K] helpers │   │   ├── [ 29] application_helper.rb │   │   └── [ 25] welcome_helper.rb │   ├── [4.0K] mailers │   ├── [4.0K] models │   └── [4.0K] views │   ├── [ 5] index.html.erb │   ├── [4.0K] layouts │   │   └── [ 231] application.html.erb │   └── [4.0K] welcome │   └── [ 74] index.html.erb ├── [4.0K] config │   ├── [2.6K] application.rb │   ├── [ 191] boot.rb │   ├── [ 576] database.yml │   ├── [ 148] environment.rb │   ├── [4.0K] environments │   │   ├── [1.3K] development.rb │   │   ├── [2.4K] production.rb │   │   └── [1.5K] test.rb │   ├── [4.0K] initializers │   │   ├── [ 404] backtrace_silencers.rb │   │   ├── [ 533] inflections.rb │   │   ├── [ 205] mime_types.rb │   │   ├── [ 495] secret_token.rb │   │   ├── [ 404] session_store.rb │   │   └── [ 465] wrap_parameters.rb │   ├── [4.0K] locales │   │   └── [ 214] en.yml │   └── [1.8K] routes.rb ├── [ 154] config.ru ├── [4.0K] db │   └── [ 343] seeds.rb ├── [4.0K] doc │   └── [ 211] README_FOR_APP ├── [ 774] Gemfile ├── [2.4K] Gemfile.lock ├── [4.0K] lib │   ├── [4.0K] assets │   └── [4.0K] tasks ├── [4.0K] log ├── [4.0K] public │   ├── [ 728] 404.html │   ├── [ 711] 422.html │   ├── [ 643] 500.html │   ├── [ 0] favicon.ico │   ├── [5.8K] index.html │   └── [ 204] robots.txt ├── [ 269] Rakefile ├── [ 589] README.rdoc ├── [4.0K] script │   └── [ 295] rails ├── [4.0K] test │   ├── [4.0K] fixtures │   ├── [4.0K] functional │   │   └── [ 164] welcome_controller_test.rb │   ├── [4.0K] integration │   ├── [4.0K] performance │   │   └── [ 370] browsing_test.rb │   ├── [ 454] test_helper.rb │   └── [4.0K] unit │   └── [4.0K] helpers │   └── [ 74] welcome_helper_test.rb └── [4.0K] vendor ├── [4.0K] assets │   ├── [4.0K] javascripts │   └── [4.0K] stylesheets └── [4.0K] plugins 36 directories, 45 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.