bundler-audit 0.6.1 → 0.9.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/FUNDING.yml +3 -0
- data/.github/ISSUE_TEMPLATE/bug-report.md +44 -0
- data/.github/workflows/ruby.yml +42 -0
- data/.gitignore +1 -1
- data/.rspec +1 -1
- data/.rubocop.yml +83 -0
- data/COPYING.txt +4 -4
- data/ChangeLog.md +111 -4
- data/Gemfile +7 -3
- data/README.md +85 -23
- data/Rakefile +17 -30
- data/bundler-audit.gemspec +3 -11
- data/gemspec.yml +2 -2
- data/lib/bundler/audit/advisory.rb +81 -9
- data/lib/bundler/audit/cli/formats/json.rb +65 -0
- data/lib/bundler/audit/cli/formats/junit.rb +127 -0
- data/lib/bundler/audit/cli/formats/text.rb +122 -0
- data/lib/bundler/audit/cli/formats.rb +148 -0
- data/lib/bundler/audit/cli/thor_ext/shell/basic/say_error.rb +33 -0
- data/lib/bundler/audit/cli.rb +114 -88
- data/lib/bundler/audit/configuration.rb +108 -0
- data/lib/bundler/audit/database.rb +161 -29
- data/lib/bundler/audit/report.rb +149 -0
- data/lib/bundler/audit/results/insecure_source.rb +78 -0
- data/lib/bundler/audit/results/result.rb +21 -0
- data/lib/bundler/audit/results/unpatched_gem.rb +98 -0
- data/lib/bundler/audit/results.rb +19 -0
- data/lib/bundler/audit/scanner.rb +105 -26
- data/lib/bundler/audit/task.rb +19 -6
- data/lib/bundler/audit/version.rb +3 -3
- data/lib/bundler/audit.rb +2 -2
- data/spec/advisory_spec.rb +153 -20
- data/spec/bundle/insecure_sources/Gemfile.lock +151 -0
- data/spec/bundle/secure/Gemfile +1 -0
- data/spec/bundle/secure/Gemfile.lock +123 -0
- data/spec/bundle/unpatched_gems/Gemfile +1 -1
- data/spec/bundle/unpatched_gems/Gemfile.lock +31 -0
- data/spec/bundle/unpatched_gems_with_dot_configuration/.bundler-audit.yml +3 -0
- data/spec/bundle/unpatched_gems_with_dot_configuration/Gemfile +3 -0
- data/spec/bundle/unpatched_gems_with_dot_configuration/Gemfile.lock +31 -0
- data/spec/cli/formats/json_spec.rb +114 -0
- data/spec/cli/formats/junit_spec.rb +284 -0
- data/spec/cli/formats/text_spec.rb +273 -0
- data/spec/cli/formats_spec.rb +86 -0
- data/spec/cli_spec.rb +100 -21
- data/spec/configuration_spec.rb +78 -0
- data/spec/database_spec.rb +286 -39
- data/spec/fixtures/advisory/CVE-2020-1234.yml +21 -0
- data/spec/fixtures/{not_a_hash.yml → advisory/not_a_hash.yml} +0 -0
- data/spec/fixtures/config/bad/empty.yml +0 -0
- data/spec/fixtures/config/bad/ignore_contains_a_non_string.yml +4 -0
- data/spec/fixtures/config/bad/ignore_is_not_an_array.yml +3 -0
- data/spec/fixtures/config/valid.yml +4 -0
- data/spec/fixtures/lib/bundler/audit/cli/formats/bad.rb +17 -0
- data/spec/fixtures/lib/bundler/audit/cli/formats/good.rb +17 -0
- data/spec/integration_spec.rb +17 -89
- data/spec/report_spec.rb +98 -0
- data/spec/results/insecure_source_spec.rb +47 -0
- data/spec/results/result_spec.rb +10 -0
- data/spec/results/unpatched_gem_spec.rb +123 -0
- data/spec/scanner_spec.rb +90 -34
- data/spec/spec_helper.rb +40 -35
- metadata +47 -383
- data/.gitmodules +0 -3
- data/.travis.yml +0 -13
- data/data/ruby-advisory-db/.gitignore +0 -1
- data/data/ruby-advisory-db/.rspec +0 -1
- data/data/ruby-advisory-db/.travis.yml +0 -12
- data/data/ruby-advisory-db/CONTRIBUTING.md +0 -69
- data/data/ruby-advisory-db/CONTRIBUTORS.md +0 -40
- data/data/ruby-advisory-db/Gemfile +0 -9
- data/data/ruby-advisory-db/Gemfile.lock +0 -40
- data/data/ruby-advisory-db/LICENSE.txt +0 -5
- data/data/ruby-advisory-db/README.md +0 -99
- data/data/ruby-advisory-db/Rakefile +0 -26
- data/data/ruby-advisory-db/gems/Arabic-Prawn/OSVDB-104365.yml +0 -12
- data/data/ruby-advisory-db/gems/RedCloth/CVE-2012-6684.yml +0 -21
- data/data/ruby-advisory-db/gems/VladTheEnterprising/CVE-2014-4995.yml +0 -13
- data/data/ruby-advisory-db/gems/VladTheEnterprising/CVE-2014-4996.yml +0 -13
- data/data/ruby-advisory-db/gems/actionmailer/OSVDB-98629.yml +0 -17
- data/data/ruby-advisory-db/gems/actionpack/CVE-2014-0130.yml +0 -23
- data/data/ruby-advisory-db/gems/actionpack/CVE-2014-7818.yml +0 -24
- data/data/ruby-advisory-db/gems/actionpack/CVE-2014-7829.yml +0 -26
- data/data/ruby-advisory-db/gems/actionpack/CVE-2015-7576.yml +0 -116
- data/data/ruby-advisory-db/gems/actionpack/CVE-2015-7581.yml +0 -55
- data/data/ruby-advisory-db/gems/actionpack/CVE-2016-0751.yml +0 -71
- data/data/ruby-advisory-db/gems/actionpack/CVE-2016-0752.yml +0 -96
- data/data/ruby-advisory-db/gems/actionpack/CVE-2016-2097.yml +0 -90
- data/data/ruby-advisory-db/gems/actionpack/CVE-2016-2098.yml +0 -89
- data/data/ruby-advisory-db/gems/actionpack/CVE-2016-6316.yml +0 -57
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-100524.yml +0 -20
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-100525.yml +0 -21
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-100526.yml +0 -27
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-100527.yml +0 -24
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-100528.yml +0 -22
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-103439.yml +0 -24
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-103440.yml +0 -22
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-74616.yml +0 -18
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-77199.yml +0 -23
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-79727.yml +0 -26
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-84243.yml +0 -28
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-84513.yml +0 -23
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-84515.yml +0 -26
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-89026.yml +0 -24
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-91452.yml +0 -20
- data/data/ruby-advisory-db/gems/actionpack/OSVDB-91454.yml +0 -23
- data/data/ruby-advisory-db/gems/actionview/CVE-2016-0752.yml +0 -92
- data/data/ruby-advisory-db/gems/actionview/CVE-2016-2097.yml +0 -89
- data/data/ruby-advisory-db/gems/actionview/CVE-2016-6316.yml +0 -56
- data/data/ruby-advisory-db/gems/activemodel/CVE-2016-0753.yml +0 -92
- data/data/ruby-advisory-db/gems/activerecord/CVE-2014-3514.yml +0 -23
- data/data/ruby-advisory-db/gems/activerecord/CVE-2015-7577.yml +0 -107
- data/data/ruby-advisory-db/gems/activerecord/CVE-2016-6317.yml +0 -73
- data/data/ruby-advisory-db/gems/activerecord/OSVDB-103438.yml +0 -23
- data/data/ruby-advisory-db/gems/activerecord/OSVDB-108664.yml +0 -23
- data/data/ruby-advisory-db/gems/activerecord/OSVDB-108665.yml +0 -24
- data/data/ruby-advisory-db/gems/activerecord/OSVDB-82403.yml +0 -25
- data/data/ruby-advisory-db/gems/activerecord/OSVDB-82610.yml +0 -24
- data/data/ruby-advisory-db/gems/activerecord/OSVDB-88661.yml +0 -20
- data/data/ruby-advisory-db/gems/activerecord/OSVDB-89025.yml +0 -24
- data/data/ruby-advisory-db/gems/activerecord/OSVDB-90072.yml +0 -21
- data/data/ruby-advisory-db/gems/activerecord/OSVDB-90073.yml +0 -23
- data/data/ruby-advisory-db/gems/activerecord/OSVDB-91453.yml +0 -26
- data/data/ruby-advisory-db/gems/activerecord-jdbc-adapter/OSVDB-114854.yml +0 -20
- data/data/ruby-advisory-db/gems/activerecord-oracle_enhanced-adapter/OSVDB-95376.yml +0 -15
- data/data/ruby-advisory-db/gems/activeresource/OSVDB-95749.yml +0 -15
- data/data/ruby-advisory-db/gems/activesupport/CVE-2015-3226.yml +0 -54
- data/data/ruby-advisory-db/gems/activesupport/CVE-2015-3227.yml +0 -32
- data/data/ruby-advisory-db/gems/activesupport/OSVDB-79726.yml +0 -26
- data/data/ruby-advisory-db/gems/activesupport/OSVDB-84516.yml +0 -23
- data/data/ruby-advisory-db/gems/activesupport/OSVDB-89594.yml +0 -25
- data/data/ruby-advisory-db/gems/activesupport/OSVDB-91451.yml +0 -28
- data/data/ruby-advisory-db/gems/administrate/CVE-2016-3098.yml +0 -14
- data/data/ruby-advisory-db/gems/aescrypt/CVE-2013-7463.yml +0 -10
- data/data/ruby-advisory-db/gems/archive-tar-minitar/CVE-2016-10173.yml +0 -16
- data/data/ruby-advisory-db/gems/as/OSVDB-112683.yml +0 -10
- data/data/ruby-advisory-db/gems/authlogic/OSVDB-89064.yml +0 -15
- data/data/ruby-advisory-db/gems/auto_awesomplete/OSVDB-132800.yml +0 -11
- data/data/ruby-advisory-db/gems/auto_select2/OSVDB-132800.yml +0 -13
- data/data/ruby-advisory-db/gems/awesome_spawn/CVE-2014-0156.yml +0 -19
- data/data/ruby-advisory-db/gems/backup-agoddard/OSVDB-108578.yml +0 -8
- data/data/ruby-advisory-db/gems/backup_checksum/OSVDB-108569.yml +0 -12
- data/data/ruby-advisory-db/gems/backup_checksum/OSVDB-108570.yml +0 -10
- data/data/ruby-advisory-db/gems/bcrypt/OSVDB-62067.yml +0 -17
- data/data/ruby-advisory-db/gems/bcrypt-ruby/OSVDB-62067.yml +0 -19
- data/data/ruby-advisory-db/gems/bio-basespace-sdk/OSVDB-101031.yml +0 -8
- data/data/ruby-advisory-db/gems/brbackup/OSVDB-108899.yml +0 -12
- data/data/ruby-advisory-db/gems/brbackup/OSVDB-108900.yml +0 -11
- data/data/ruby-advisory-db/gems/brbackup/OSVDB-108901.yml +0 -11
- data/data/ruby-advisory-db/gems/bson/CVE-2015-4412.yml +0 -16
- data/data/ruby-advisory-db/gems/builder/OSVDB-95668.yml +0 -13
- data/data/ruby-advisory-db/gems/bundler/OSVDB-110004.yml +0 -15
- data/data/ruby-advisory-db/gems/bundler/OSVDB-115090.yml +0 -13
- data/data/ruby-advisory-db/gems/bundler/OSVDB-115091.yml +0 -12
- data/data/ruby-advisory-db/gems/bundler/OSVDB-115917.yml +0 -12
- data/data/ruby-advisory-db/gems/cap-strap/OSVDB-108574.yml +0 -8
- data/data/ruby-advisory-db/gems/cap-strap/OSVDB-108575.yml +0 -7
- data/data/ruby-advisory-db/gems/ciborg/OSVDB-108586.yml +0 -8
- data/data/ruby-advisory-db/gems/cocaine/OSVDB-98835.yml +0 -15
- data/data/ruby-advisory-db/gems/codders-dataset/OSVDB-108582.yml +0 -8
- data/data/ruby-advisory-db/gems/codders-dataset/OSVDB-108583.yml +0 -8
- data/data/ruby-advisory-db/gems/colorscore/CVE-2015-7541.yml +0 -21
- data/data/ruby-advisory-db/gems/command_wrap/OSVDB-91450.yml +0 -9
- data/data/ruby-advisory-db/gems/crack/OSVDB-90742.yml +0 -17
- data/data/ruby-advisory-db/gems/cremefraiche/OSVDB-93395.yml +0 -11
- data/data/ruby-advisory-db/gems/curb/OSVDB-114600.yml +0 -12
- data/data/ruby-advisory-db/gems/curl/OSVDB-91230.yml +0 -13
- data/data/ruby-advisory-db/gems/devise/CVE-2015-8314.yml +0 -14
- data/data/ruby-advisory-db/gems/devise/OSVDB-114435.yml +0 -17
- data/data/ruby-advisory-db/gems/devise/OSVDB-89642.yml +0 -20
- data/data/ruby-advisory-db/gems/devise-two-factor/CVE-2015-7225.yml +0 -22
- data/data/ruby-advisory-db/gems/doorkeeper/CVE-2014-8144.yml +0 -26
- data/data/ruby-advisory-db/gems/doorkeeper/CVE-2016-6582.yml +0 -43
- data/data/ruby-advisory-db/gems/doorkeeper/OSVDB-118830.yml +0 -17
- data/data/ruby-advisory-db/gems/dragonfly/OSVDB-110439.yml +0 -13
- data/data/ruby-advisory-db/gems/dragonfly/OSVDB-90647.yml +0 -16
- data/data/ruby-advisory-db/gems/dragonfly/OSVDB-96798.yml +0 -14
- data/data/ruby-advisory-db/gems/dragonfly/OSVDB-97854.yml +0 -12
- data/data/ruby-advisory-db/gems/echor/OSVDB-102129.yml +0 -12
- data/data/ruby-advisory-db/gems/echor/OSVDB-102130.yml +0 -11
- data/data/ruby-advisory-db/gems/ember-source/CVE-2013-4170.yml +0 -25
- data/data/ruby-advisory-db/gems/ember-source/CVE-2014-0013.yml +0 -33
- data/data/ruby-advisory-db/gems/ember-source/CVE-2014-0014.yml +0 -30
- data/data/ruby-advisory-db/gems/ember-source/CVE-2014-0046.yml +0 -26
- data/data/ruby-advisory-db/gems/ember-source/CVE-2015-1866.yml +0 -26
- data/data/ruby-advisory-db/gems/ember-source/CVE-2015-7565.yml +0 -30
- data/data/ruby-advisory-db/gems/enum_column3/OSVDB-94679.yml +0 -9
- data/data/ruby-advisory-db/gems/espeak-ruby/CVE-2016-10193.yml +0 -15
- data/data/ruby-advisory-db/gems/extlib/OSVDB-90740.yml +0 -18
- data/data/ruby-advisory-db/gems/fastreader/OSVDB-91232.yml +0 -13
- data/data/ruby-advisory-db/gems/fat_free_crm/OSVDB-101445.yml +0 -17
- data/data/ruby-advisory-db/gems/fat_free_crm/OSVDB-101446.yml +0 -19
- data/data/ruby-advisory-db/gems/fat_free_crm/OSVDB-101447.yml +0 -17
- data/data/ruby-advisory-db/gems/fat_free_crm/OSVDB-101448.yml +0 -19
- data/data/ruby-advisory-db/gems/fat_free_crm/OSVDB-101700.yml +0 -16
- data/data/ruby-advisory-db/gems/fat_free_crm/OSVDB-110420.yml +0 -19
- data/data/ruby-advisory-db/gems/fat_free_crm/OSVDB-118465.yml +0 -17
- data/data/ruby-advisory-db/gems/features/OSVDB-96975.yml +0 -8
- data/data/ruby-advisory-db/gems/festivaltts4r/CVE-2016-10194.yml +0 -12
- data/data/ruby-advisory-db/gems/fileutils/OSVDB-90715.yml +0 -7
- data/data/ruby-advisory-db/gems/fileutils/OSVDB-90716.yml +0 -7
- data/data/ruby-advisory-db/gems/fileutils/OSVDB-90717.yml +0 -8
- data/data/ruby-advisory-db/gems/fileutils/OSVDB-90718.yml +0 -7
- data/data/ruby-advisory-db/gems/flash_tool/OSVDB-90829.yml +0 -8
- data/data/ruby-advisory-db/gems/flavour_saver/OSVDB-110796.yml +0 -14
- data/data/ruby-advisory-db/gems/flukso4r/OSVDB-101577.yml +0 -7
- data/data/ruby-advisory-db/gems/fog-dragonfly/OSVDB-110439.yml +0 -15
- data/data/ruby-advisory-db/gems/fog-dragonfly/OSVDB-90647.yml +0 -16
- data/data/ruby-advisory-db/gems/fog-dragonfly/OSVDB-96798.yml +0 -16
- data/data/ruby-advisory-db/gems/fog-dragonfly/OSVDB-97854.yml +0 -12
- data/data/ruby-advisory-db/gems/ftpd/OSVDB-90784.yml +0 -18
- data/data/ruby-advisory-db/gems/git-fastclone/CVE-2015-8968.yml +0 -21
- data/data/ruby-advisory-db/gems/git-fastclone/CVE-2015-8969.yml +0 -13
- data/data/ruby-advisory-db/gems/gitlab-grit/OSVDB-99370.yml +0 -14
- data/data/ruby-advisory-db/gems/gnms/OSVDB-108594.yml +0 -7
- data/data/ruby-advisory-db/gems/gollum/CVE-2015-7314.yml +0 -13
- data/data/ruby-advisory-db/gems/gollum-grit_adapter/CVE-2014-9489.yml +0 -23
- data/data/ruby-advisory-db/gems/gtk2/OSVDB-40774.yml +0 -20
- data/data/ruby-advisory-db/gems/gyazo/OSVDB-108563.yml +0 -10
- data/data/ruby-advisory-db/gems/handlebars-source/OSVDB-131671.yml +0 -17
- data/data/ruby-advisory-db/gems/http/CVE-2015-1828.yml +0 -14
- data/data/ruby-advisory-db/gems/httparty/OSVDB-90741.yml +0 -14
- data/data/ruby-advisory-db/gems/i18n/OSVDB-100528.yml +0 -17
- data/data/ruby-advisory-db/gems/jquery-rails/CVE-2015-1840.yml +0 -36
- data/data/ruby-advisory-db/gems/jquery-ujs/CVE-2015-1840.yml +0 -35
- data/data/ruby-advisory-db/gems/jruby-openssl/CVE-2009-4123.yml +0 -16
- data/data/ruby-advisory-db/gems/jruby-sandbox/OSVDB-106279.yml +0 -12
- data/data/ruby-advisory-db/gems/json/OSVDB-101137.yml +0 -17
- data/data/ruby-advisory-db/gems/json/OSVDB-101157.yml +0 -14
- data/data/ruby-advisory-db/gems/json/OSVDB-90074.yml +0 -23
- data/data/ruby-advisory-db/gems/kafo/OSVDB-106826.yml +0 -15
- data/data/ruby-advisory-db/gems/kajam/OSVDB-108529.yml +0 -12
- data/data/ruby-advisory-db/gems/kajam/OSVDB-108530.yml +0 -11
- data/data/ruby-advisory-db/gems/karo/OSVDB-108573.yml +0 -10
- data/data/ruby-advisory-db/gems/karteek-docsplit/OSVDB-92117.yml +0 -9
- data/data/ruby-advisory-db/gems/kcapifony/OSVDB-108571.yml +0 -8
- data/data/ruby-advisory-db/gems/kcapifony/OSVDB-108572.yml +0 -7
- data/data/ruby-advisory-db/gems/kelredd-pruview/OSVDB-92228.yml +0 -9
- data/data/ruby-advisory-db/gems/kompanee-recipes/OSVDB-108593.yml +0 -12
- data/data/ruby-advisory-db/gems/lawn-login/OSVDB-108576.yml +0 -8
- data/data/ruby-advisory-db/gems/ldap_fluff/OSVDB-90579.yml +0 -15
- data/data/ruby-advisory-db/gems/ldoce/OSVDB-91870.yml +0 -9
- data/data/ruby-advisory-db/gems/lean-ruport/OSVDB-108581.yml +0 -8
- data/data/ruby-advisory-db/gems/lingq/OSVDB-108585.yml +0 -7
- data/data/ruby-advisory-db/gems/loofah/OSVDB-90945.yml +0 -21
- data/data/ruby-advisory-db/gems/lynx/OSVDB-108579.yml +0 -7
- data/data/ruby-advisory-db/gems/lynx/OSVDB-108580.yml +0 -8
- data/data/ruby-advisory-db/gems/mail/OSVDB-131677.yml +0 -26
- data/data/ruby-advisory-db/gems/mail/OSVDB-70667.yml +0 -21
- data/data/ruby-advisory-db/gems/mail/OSVDB-81631.yml +0 -14
- data/data/ruby-advisory-db/gems/mail/OSVDB-81632.yml +0 -16
- data/data/ruby-advisory-db/gems/mapbox-rails/OSVDB-129854.yml +0 -21
- data/data/ruby-advisory-db/gems/mapbox-rails/OSVDB-132871.yml +0 -22
- data/data/ruby-advisory-db/gems/md2pdf/OSVDB-92290.yml +0 -9
- data/data/ruby-advisory-db/gems/mini_magick/OSVDB-91231.yml +0 -15
- data/data/ruby-advisory-db/gems/minitar/CVE-2016-10173.yml +0 -16
- data/data/ruby-advisory-db/gems/moped/CVE-2015-4410.yml +0 -17
- data/data/ruby-advisory-db/gems/multi_xml/OSVDB-89148.yml +0 -16
- data/data/ruby-advisory-db/gems/mustache-js-rails/OSVDB-131671.yml +0 -17
- data/data/ruby-advisory-db/gems/net-ldap/OSVDB-106108.yml +0 -14
- data/data/ruby-advisory-db/gems/newrelic_rpm/OSVDB-90189.yml +0 -17
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2015-1819.yml +0 -52
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2015-5312.yml +0 -92
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2015-7499.yml +0 -37
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2015-8806.yml +0 -42
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2016-4658.yml +0 -32
- data/data/ruby-advisory-db/gems/nokogiri/CVE-2017-5029.yml +0 -44
- data/data/ruby-advisory-db/gems/nokogiri/OSVDB-101179.yml +0 -18
- data/data/ruby-advisory-db/gems/nokogiri/OSVDB-101458.yml +0 -15
- data/data/ruby-advisory-db/gems/nokogiri/OSVDB-118481.yml +0 -15
- data/data/ruby-advisory-db/gems/nokogiri/OSVDB-90946.yml +0 -15
- data/data/ruby-advisory-db/gems/nori/OSVDB-90196.yml +0 -19
- data/data/ruby-advisory-db/gems/omniauth-facebook/OSVDB-99693.yml +0 -22
- data/data/ruby-advisory-db/gems/omniauth-facebook/OSVDB-99888.yml +0 -17
- data/data/ruby-advisory-db/gems/omniauth-oauth2/OSVDB-90264.yml +0 -16
- data/data/ruby-advisory-db/gems/open-uri-cached/OSVDB-121701.yml +0 -13
- data/data/ruby-advisory-db/gems/paperclip/CVE-2015-2963.yml +0 -16
- data/data/ruby-advisory-db/gems/paperclip/OSVDB-103151.yml +0 -13
- data/data/ruby-advisory-db/gems/paratrooper-newrelic/OSVDB-101839.yml +0 -13
- data/data/ruby-advisory-db/gems/paratrooper-pingdom/OSVDB-101847.yml +0 -13
- data/data/ruby-advisory-db/gems/passenger/CVE-2014-1831.yml +0 -13
- data/data/ruby-advisory-db/gems/passenger/CVE-2014-1832.yml +0 -13
- data/data/ruby-advisory-db/gems/passenger/CVE-2015-7519.yml +0 -17
- data/data/ruby-advisory-db/gems/passenger/CVE-2016-10345.yml +0 -16
- data/data/ruby-advisory-db/gems/passenger/OSVDB-90738.yml +0 -16
- data/data/ruby-advisory-db/gems/passenger/OSVDB-93752.yml +0 -15
- data/data/ruby-advisory-db/gems/passenger/OSVDB-94074.yml +0 -14
- data/data/ruby-advisory-db/gems/pdfkit/OSVDB-90867.yml +0 -11
- data/data/ruby-advisory-db/gems/point-cli/OSVDB-108577.yml +0 -8
- data/data/ruby-advisory-db/gems/quick_magick/OSVDB-106954.yml +0 -7
- data/data/ruby-advisory-db/gems/rack/CVE-2015-3225.yml +0 -18
- data/data/ruby-advisory-db/gems/rack/OSVDB-78121.yml +0 -21
- data/data/ruby-advisory-db/gems/rack/OSVDB-89317.yml +0 -21
- data/data/ruby-advisory-db/gems/rack/OSVDB-89320.yml +0 -19
- data/data/ruby-advisory-db/gems/rack/OSVDB-89327.yml +0 -20
- data/data/ruby-advisory-db/gems/rack/OSVDB-89938.yml +0 -18
- data/data/ruby-advisory-db/gems/rack/OSVDB-89939.yml +0 -23
- data/data/ruby-advisory-db/gems/rack-attack/OSVDB-132234.yml +0 -26
- data/data/ruby-advisory-db/gems/rack-cache/OSVDB-83077.yml +0 -18
- data/data/ruby-advisory-db/gems/rack-mini-profiler/CVE-2016-4442.yml +0 -17
- data/data/ruby-advisory-db/gems/rack-ssl/OSVDB-104734.yml +0 -11
- data/data/ruby-advisory-db/gems/rails-html-sanitizer/CVE-2015-7578.yml +0 -47
- data/data/ruby-advisory-db/gems/rails-html-sanitizer/CVE-2015-7579.yml +0 -75
- data/data/ruby-advisory-db/gems/rails-html-sanitizer/CVE-2015-7580.yml +0 -70
- data/data/ruby-advisory-db/gems/rbovirt/OSVDB-104080.yml +0 -20
- data/data/ruby-advisory-db/gems/rdoc/OSVDB-90004.yml +0 -27
- data/data/ruby-advisory-db/gems/redcarpet/CVE-2015-5147.yml +0 -17
- data/data/ruby-advisory-db/gems/redcarpet/OSVDB-120415.yml +0 -16
- data/data/ruby-advisory-db/gems/redis-namespace/OSVDB-96425.yml +0 -15
- data/data/ruby-advisory-db/gems/refile/OSVDB-120857.yml +0 -16
- data/data/ruby-advisory-db/gems/rest-client/CVE-2015-1820.yml +0 -23
- data/data/ruby-advisory-db/gems/rest-client/OSVDB-117461.yml +0 -13
- data/data/ruby-advisory-db/gems/rgpg/OSVDB-95948.yml +0 -15
- data/data/ruby-advisory-db/gems/ruby-saml/CVE-2016-5697.yml +0 -17
- data/data/ruby-advisory-db/gems/ruby-saml/OSVDB-117903.yml +0 -13
- data/data/ruby-advisory-db/gems/ruby-saml/OSVDB-124383.yml +0 -11
- data/data/ruby-advisory-db/gems/ruby-saml/OSVDB-124991.yml +0 -13
- data/data/ruby-advisory-db/gems/ruby_parser/OSVDB-90561.yml +0 -11
- data/data/ruby-advisory-db/gems/rubyzip/CVE-2017-5946.yml +0 -14
- data/data/ruby-advisory-db/gems/safemode/CVE-2016-3693.yml +0 -13
- data/data/ruby-advisory-db/gems/screen_capture/OSVDB-107783.yml +0 -7
- data/data/ruby-advisory-db/gems/sentry-raven/OSVDB-115654.yml +0 -14
- data/data/ruby-advisory-db/gems/sfpagent/OSVDB-105971.yml +0 -15
- data/data/ruby-advisory-db/gems/show_in_browser/OSVDB-93490.yml +0 -8
- data/data/ruby-advisory-db/gems/sidekiq/OSVDB-125675.yml +0 -9
- data/data/ruby-advisory-db/gems/sidekiq/OSVDB-125676.yml +0 -14
- data/data/ruby-advisory-db/gems/sidekiq/OSVDB-125678.yml +0 -9
- data/data/ruby-advisory-db/gems/sidekiq-pro/OSVDB-126329.yml +0 -12
- data/data/ruby-advisory-db/gems/sidekiq-pro/OSVDB-126330.yml +0 -10
- data/data/ruby-advisory-db/gems/sidekiq-pro/OSVDB-126331.yml +0 -14
- data/data/ruby-advisory-db/gems/sounder/OSVDB-96278.yml +0 -14
- data/data/ruby-advisory-db/gems/spina/CVE-2015-4619.yml +0 -16
- data/data/ruby-advisory-db/gems/spree/OSVDB-119205.yml +0 -18
- data/data/ruby-advisory-db/gems/spree/OSVDB-125699.yml +0 -18
- data/data/ruby-advisory-db/gems/spree/OSVDB-125701.yml +0 -17
- data/data/ruby-advisory-db/gems/spree/OSVDB-125712.yml +0 -16
- data/data/ruby-advisory-db/gems/spree/OSVDB-125713.yml +0 -15
- data/data/ruby-advisory-db/gems/spree/OSVDB-69098.yml +0 -19
- data/data/ruby-advisory-db/gems/spree/OSVDB-73751.yml +0 -11
- data/data/ruby-advisory-db/gems/spree/OSVDB-76011.yml +0 -15
- data/data/ruby-advisory-db/gems/spree/OSVDB-81505.yml +0 -14
- data/data/ruby-advisory-db/gems/spree/OSVDB-81506.yml +0 -16
- data/data/ruby-advisory-db/gems/spree/OSVDB-90865.yml +0 -20
- data/data/ruby-advisory-db/gems/spree/OSVDB-91216.yml +0 -17
- data/data/ruby-advisory-db/gems/spree/OSVDB-91217.yml +0 -17
- data/data/ruby-advisory-db/gems/spree/OSVDB-91218.yml +0 -17
- data/data/ruby-advisory-db/gems/spree/OSVDB-91219.yml +0 -17
- data/data/ruby-advisory-db/gems/spree_auth/OSVDB-90865.yml +0 -16
- data/data/ruby-advisory-db/gems/spree_auth_devise/OSVDB-90865.yml +0 -20
- data/data/ruby-advisory-db/gems/sprockets/CVE-2014-7819.yml +0 -27
- data/data/ruby-advisory-db/gems/sprout/OSVDB-100598.yml +0 -16
- data/data/ruby-advisory-db/gems/sup/CVE-2013-4478.yml +0 -14
- data/data/ruby-advisory-db/gems/sup/CVE-2013-4479.yml +0 -14
- data/data/ruby-advisory-db/gems/thumbshooter/OSVDB-91839.yml +0 -9
- data/data/ruby-advisory-db/gems/twitter-bootstrap-rails/OSVDB-109206.yml +0 -22
- data/data/ruby-advisory-db/gems/uglifier/OSVDB-126747.yml +0 -19
- data/data/ruby-advisory-db/gems/web-console/CVE-2015-3224.yml +0 -22
- data/data/ruby-advisory-db/gems/web-console/OSVDB-112346.yml +0 -12
- data/data/ruby-advisory-db/gems/webbynode/OSVDB-100920.yml +0 -12
- data/data/ruby-advisory-db/gems/wicked/OSVDB-98270.yml +0 -14
- data/data/ruby-advisory-db/gems/will_paginate/OSVDB-101138.yml +0 -15
- data/data/ruby-advisory-db/gems/xaviershay-dm-rails/OSVDB-118579.yml +0 -13
- data/data/ruby-advisory-db/lib/cf_scrape.py +0 -5
- data/data/ruby-advisory-db/lib/osvdb_scrape.rb +0 -92
- data/data/ruby-advisory-db/libraries/rubygems/CVE-2013-4287.yml +0 -19
- data/data/ruby-advisory-db/libraries/rubygems/CVE-2013-4363.yml +0 -20
- data/data/ruby-advisory-db/libraries/rubygems/CVE-2015-3900.yml +0 -19
- data/data/ruby-advisory-db/libraries/rubygems/CVE-2015-4020.yml +0 -19
- data/data/ruby-advisory-db/libraries/rubygems/OSVDB-33561.yml +0 -17
- data/data/ruby-advisory-db/libraries/rubygems/OSVDB-81444.yml +0 -14
- data/data/ruby-advisory-db/libraries/rubygems/OSVDB-85809.yml +0 -16
- data/data/ruby-advisory-db/rubies/jruby/CVE-2010-1330.yml +0 -17
- data/data/ruby-advisory-db/rubies/jruby/CVE-2011-4838.yml +0 -15
- data/data/ruby-advisory-db/rubies/jruby/CVE-2012-5370.yml +0 -17
- data/data/ruby-advisory-db/rubies/jruby/OSVDB-94644.yml +0 -12
- data/data/ruby-advisory-db/rubies/rbx/OSVDB-78119.yml +0 -13
- data/data/ruby-advisory-db/rubies/rbx/OSVDB-87861.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2007-5162.yml +0 -16
- data/data/ruby-advisory-db/rubies/ruby/CVE-2007-5770.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-1447.yml +0 -15
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-1891.yml +0 -21
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-2376.yml +0 -18
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-3443.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-3655.yml +0 -18
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-3656.yml +0 -19
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-3657.yml +0 -16
- data/data/ruby-advisory-db/rubies/ruby/CVE-2008-3905.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2009-0642.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2009-5147.yml +0 -13
- data/data/ruby-advisory-db/rubies/ruby/CVE-2011-0188.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2011-2686.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2011-2705.yml +0 -16
- data/data/ruby-advisory-db/rubies/ruby/CVE-2011-3009.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2012-4464.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2012-4466.yml +0 -16
- data/data/ruby-advisory-db/rubies/ruby/CVE-2012-4481.yml +0 -15
- data/data/ruby-advisory-db/rubies/ruby/CVE-2015-1855.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/CVE-2015-7551.yml +0 -19
- data/data/ruby-advisory-db/rubies/ruby/CVE-2015-9096.yml +0 -19
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-100113.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-105027.yml +0 -20
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-107478.yml +0 -16
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-108971.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-113747.yml +0 -19
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-114641.yml +0 -22
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-120541.yml +0 -22
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-46550.yml +0 -22
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-46551.yml +0 -21
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-46552.yml +0 -21
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-46553.yml +0 -22
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-46554.yml +0 -18
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-47753.yml +0 -16
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-55031.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-60880.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-61774.yml +0 -20
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-65556.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-66040.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-70957.yml +0 -15
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-70958.yml +0 -20
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-74829.yml +0 -18
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-78118.yml +0 -14
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-87280.yml +0 -17
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-87863.yml +0 -18
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-87917.yml +0 -16
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-90587.yml +0 -16
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-93414.yml +0 -19
- data/data/ruby-advisory-db/rubies/ruby/OSVDB-94628.yml +0 -21
- data/data/ruby-advisory-db/scripts/post-advisories.sh +0 -18
- data/data/ruby-advisory-db/spec/advisory_example.rb +0 -202
- data/data/ruby-advisory-db/spec/gem_example.rb +0 -22
- data/data/ruby-advisory-db/spec/gems_spec.rb +0 -23
- data/data/ruby-advisory-db/spec/library_example.rb +0 -21
- data/data/ruby-advisory-db/spec/ruby_example.rb +0 -23
- data/data/ruby-advisory-db/spec/spec_helper.rb +0 -1
- data/data/ruby-advisory-db.ts +0 -1
@@ -1,18 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: extlib
|
3
|
-
cve: 2013-1802
|
4
|
-
osvdb: 90740
|
5
|
-
url: http://osvdb.org/show/osvdb/90740
|
6
|
-
title: extlib Gem for Ruby Type Casting Parameter Parsing Remote Code Execution
|
7
|
-
date: 2013-01-08
|
8
|
-
|
9
|
-
description: |
|
10
|
-
extlib Gem for Ruby contains a flaw that is triggered when a type casting
|
11
|
-
error occurs during the parsing of parameters. This may allow a
|
12
|
-
context-dependent attacker to potentially execute arbitrary code.
|
13
|
-
|
14
|
-
cvss_v2: 9.3
|
15
|
-
|
16
|
-
patched_versions:
|
17
|
-
- ">= 0.9.16"
|
18
|
-
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: fastreader
|
3
|
-
cve: 2013-2615
|
4
|
-
osvdb: 91232
|
5
|
-
url: http://osvdb.org/show/osvdb/91232
|
6
|
-
title: fastreader Gem for Ruby URI Handling Arbitrary Command Injection
|
7
|
-
date: 2013-03-13
|
8
|
-
description: |
|
9
|
-
fastreader Gem for Ruby contains a flaw that is triggered during the handling
|
10
|
-
of specially crafted input passed via a URL that contains a ';' character.
|
11
|
-
This may allow a context-dependent attacker to potentially execute arbitrary
|
12
|
-
commands.
|
13
|
-
cvss_v2: 9.3
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: fat_free_crm
|
3
|
-
osvdb: 101445
|
4
|
-
cve: 2013-7222
|
5
|
-
url: http://osvdb.org/show/osvdb/101445
|
6
|
-
title: Fat Free CRM Gem for Ruby lack of support for cycling the Rails
|
7
|
-
session secret
|
8
|
-
date: 2013-12-24
|
9
|
-
description: |
|
10
|
-
Fat Free CRM contains a flaw that is due to the application defining a static
|
11
|
-
security session token in config/initialiers/secret_token.rb. If a remote
|
12
|
-
attacker has explicit knowledge of this token, they can potentially execute
|
13
|
-
arbitrary code.
|
14
|
-
cvss_v2: 5.0
|
15
|
-
patched_versions:
|
16
|
-
- ">= 0.13.0"
|
17
|
-
- "~> 0.12.1"
|
@@ -1,19 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: fat_free_crm
|
3
|
-
osvdb: 101446
|
4
|
-
cve: 2013-7223
|
5
|
-
url: http://osvdb.org/show/osvdb/101446
|
6
|
-
title: Fat Free CRM Gem for Ruby contains multiple cross-site request forgery
|
7
|
-
(CSRF) vulnerabilities
|
8
|
-
date: 2013-12-24
|
9
|
-
description: |
|
10
|
-
Fat Free CRM contains a flaw as the application is missing the protect_from_forgery
|
11
|
-
statement, therefore HTTP requests to app/controllers/application_controller.rb
|
12
|
-
do not require multiple steps, explicit confirmation, or a unique token when
|
13
|
-
performing certain sensitive actions. By tricking a user into following a specially
|
14
|
-
crafted link, a context-dependent attacker can perform a Cross-Site Request Forgery
|
15
|
-
(CSRF / XSRF) attack causing the victim to perform unspecified actions.
|
16
|
-
cvss_v2: 6.8
|
17
|
-
patched_versions:
|
18
|
-
- ">= 0.13.0"
|
19
|
-
- "~> 0.12.1"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: fat_free_crm
|
3
|
-
osvdb: 101447
|
4
|
-
cve: 2013-7224
|
5
|
-
url: http://osvdb.org/show/osvdb/101447
|
6
|
-
title: Fat Free CRM Gem for Ruby allows remote attackers to obtain
|
7
|
-
sensitive informations
|
8
|
-
date: 2013-12-24
|
9
|
-
description: |
|
10
|
-
Fat Free CRM contains a flaw in user controllers that is triggered as JSON
|
11
|
-
requests are rendered with a full JSON object. This may allow a remote
|
12
|
-
attacker to gain access to potentially sensitive information e.g. other
|
13
|
-
users password hashes.
|
14
|
-
cvss_v2: 5.0
|
15
|
-
patched_versions:
|
16
|
-
- ">= 0.13.0"
|
17
|
-
- "~> 0.12.1"
|
@@ -1,19 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: fat_free_crm
|
3
|
-
osvdb: 101448
|
4
|
-
cve: 2013-7225
|
5
|
-
url: http://osvdb.org/show/osvdb/101448
|
6
|
-
title: Fat Free CRM Gem for Ruby allows remote attackers to inject or
|
7
|
-
manipulate SQL queries
|
8
|
-
date: 2013-12-24
|
9
|
-
description: |
|
10
|
-
Fat Free CRM contains a flaw that may allow carrying out an SQL injection
|
11
|
-
attack. The issue is due to the app/controllers/home_controller.rb script
|
12
|
-
not properly sanitizing user-supplied input to the 'state' parameter or
|
13
|
-
input passed via comments and emails. This may allow a remote attacker to
|
14
|
-
inject or manipulate SQL queries in the back-end database, allowing for
|
15
|
-
the manipulation or disclosure of arbitrary data.
|
16
|
-
cvss_v2: 6.5
|
17
|
-
patched_versions:
|
18
|
-
- ">= 0.13.0"
|
19
|
-
- "~> 0.12.1"
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: fat_free_crm
|
3
|
-
osvdb: 101700
|
4
|
-
cve: 2013-7249
|
5
|
-
url: http://osvdb.org/show/osvdb/101700
|
6
|
-
title: Fat Free CRM Gem for Ruby allows remote attackers to obtain
|
7
|
-
sensitive informations
|
8
|
-
date: 2013-12-24
|
9
|
-
description: |
|
10
|
-
Fat Free CRM contains a flaw that is triggered when the attacker sends a
|
11
|
-
direct request for XML data. This may allow a remote attacker to gain
|
12
|
-
access to potentially sensitive information.
|
13
|
-
cvss_v2: 5.0
|
14
|
-
patched_versions:
|
15
|
-
- ">= 0.13.0"
|
16
|
-
- "~> 0.12.1"
|
@@ -1,19 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: fat_free_crm
|
3
|
-
osvdb: 110420
|
4
|
-
cve: 2014-5441
|
5
|
-
url: http://osvdb.org/show/osvdb/110420
|
6
|
-
title: Fat Free CRM Gem contains a javascript cross-site scripting (XSS)
|
7
|
-
vulnerability
|
8
|
-
date: 2014-08-22
|
9
|
-
description: |
|
10
|
-
Fat Free CRM Gem contains a javascript cross-site scripting (XSS)
|
11
|
-
vulnerability. When a user is created/updated using a specifically
|
12
|
-
crafted username, first name or last name, it is possible for
|
13
|
-
arbitrary javascript to be executed on all Fat Free CRM pages.
|
14
|
-
This code would be executed for all logged in users.
|
15
|
-
cvss_v2: 4.3
|
16
|
-
unaffected_versions:
|
17
|
-
- "<= 0.11.0"
|
18
|
-
patched_versions:
|
19
|
-
- ">= 0.13.3"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: fat_free_crm
|
3
|
-
osvdb: 118465
|
4
|
-
cve: 2015-1585
|
5
|
-
url: http://osvdb.org/show/osvdb/118465
|
6
|
-
title: Fat Free CRM Gem being vulnerable to CSRF-type attacks
|
7
|
-
date: 2015-02-16
|
8
|
-
description: |
|
9
|
-
Fat Free CRM contains a flaw as HTTP requests to /admin/users do not require
|
10
|
-
multiple steps, explicit confirmation, or a unique token when performing
|
11
|
-
certain sensitive actions. By tricking a user into following a specially
|
12
|
-
crafted link, a context-dependent attacker can perform a Cross-Site Request
|
13
|
-
Forgery (CSRF / XSRF) attack causing the victim to creating administrative
|
14
|
-
users.
|
15
|
-
cvss_v2: 6.8
|
16
|
-
patched_versions:
|
17
|
-
- ">= 0.13.6"
|
@@ -1,8 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: features
|
3
|
-
cve: 2013-4318
|
4
|
-
osvdb: 96975
|
5
|
-
url: http://osvdb.org/show/osvdb/96975
|
6
|
-
title: Features Gem for Ruby /tmp/out.html Local XSS
|
7
|
-
date: 2013-09-01
|
8
|
-
description: Features Gem for Ruby contains a flaw that allows a local cross-site scripting (XSS) attack. This flaw exists because the application does not validate certain input upon submission to /tmp/out.html. This may allow an attacker to create a specially crafted request that would execute arbitrary script code in a user's browser within the trust relationship between their browser and the server.
|
@@ -1,12 +0,0 @@
|
|
1
|
-
cve: 2016-10194
|
2
|
-
gem: festivaltts4r
|
3
|
-
url: https://github.com/spejman/festivaltts4r/issues/1
|
4
|
-
title: festivaltts4r Gem for Ruby Arbitrary Command Execution
|
5
|
-
date: 2016-04-23
|
6
|
-
|
7
|
-
description: |
|
8
|
-
festivaltts4r passes user modifiable strings directly to a shell
|
9
|
-
command. An attacker can execute malicious commands by modifying
|
10
|
-
the strings that are passed as arguments to the to_speech and
|
11
|
-
and to_mp3 methods in lib/festivaltts4r/festival4r.rb library.
|
12
|
-
|
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: fileutils
|
3
|
-
osvdb: 90715
|
4
|
-
url: http://osvdb.org/show/osvdb/90715
|
5
|
-
title: fileutils Gem for Ruby files_utils.rb /tmp File Symlink Arbitrary File Overwrite
|
6
|
-
date: 2013-02-28
|
7
|
-
description: fileutils Gem for Ruby contains a flaw as the program creates temporary files insecurely. It is possible for a local attacker to use a symlink attack against temporary files created by files_utils.rb to cause the program to unexpectedly overwrite an arbitrary file.
|
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: fileutils
|
3
|
-
osvdb: 90716
|
4
|
-
url: http://osvdb.org/show/osvdb/90716
|
5
|
-
title: fileutils Gem for Ruby Temporary Directory Hijacking Weakness
|
6
|
-
date: 2013-02-28
|
7
|
-
description: fileutils Gem for Ruby contains a flaw that is due to the program not verifying the existence of a directory before attempting to create it. This may allow a local attacker to create the directory in advance, thus owning any files subsequently written to it.
|
@@ -1,8 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: fileutils
|
3
|
-
cve: 2013-2516
|
4
|
-
osvdb: 90717
|
5
|
-
url: http://osvdb.org/show/osvdb/90717
|
6
|
-
title: fileutils Gem for Ruby file_utils.rb Crafted URL Handling Remote Command Execution
|
7
|
-
date: 2013-02-28
|
8
|
-
description: fileutils Gem for Ruby contains a flaw in file_utils.rb. The issue is triggered when handling a specially crafted URL containing a command after a delimiter (;). This may allow a remote attacker to potentially execute arbitrary commands.
|
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: fileutils
|
3
|
-
osvdb: 90718
|
4
|
-
url: http://osvdb.org/show/osvdb/90718
|
5
|
-
title: fileutils Gem for Ruby /lib/file_utils/open_office.rb Character Handling Remote Command Execution
|
6
|
-
date: 2013-02-28
|
7
|
-
description: fileutils Gem for Ruby contains a flaw in /lib/file_utils/open_office.rb. The issue is triggered when handling a specially crafted URL containing a command after a delimiter (;). This may allow a remote attacker to potentially execute arbitrary commands.
|
@@ -1,8 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: flash_tool
|
3
|
-
cve: 2013-2513
|
4
|
-
osvdb: 90829
|
5
|
-
url: http://osvdb.org/show/osvdb/90829
|
6
|
-
title: flash_tool Gem for Ruby File Download Handling Arbitrary Command Execution
|
7
|
-
date: 2013-03-04
|
8
|
-
description: flash_tool Gem for Ruby contains a flaw that is triggered during the handling of downloaded files that contain shell characters. With a specially crafted file, a context-dependent attacker can execute arbitrary commands.
|
@@ -1,14 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: flavour_saver
|
3
|
-
osvdb: 110796
|
4
|
-
url: http://osvdb.org/show/osvdb/110796
|
5
|
-
title: |
|
6
|
-
FlavourSaver handlebars helper remote code execution.
|
7
|
-
date: 2014-09-04
|
8
|
-
description: |
|
9
|
-
FlavourSaver contains a flaw in helper method dispatch where it uses
|
10
|
-
Kernel::send to call helpers without checking that they are defined
|
11
|
-
within the template context first. This allows expressions such as
|
12
|
-
{{system "ls"}} or {{eval "puts 1 + 1"}} to be executed.
|
13
|
-
patched_versions:
|
14
|
-
- ">= 0.3.3"
|
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: flukso4r
|
3
|
-
osvdb: 101577
|
4
|
-
url: http://osvdb.org/show/osvdb/101577
|
5
|
-
title: flukso4r Gem for Ruby /lib/flukso/R.rb Arbitrary Command Execution
|
6
|
-
date: 2013-12-31
|
7
|
-
description: flukso4r Gem for Ruby contains a flaw in /lib/flukso/R.rb that is due to the application failing to properly validate user-supplied input. This may allow a context-dependent attacker to execute arbitrary commands.
|
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: fog-dragonfly
|
3
|
-
osvdb: 110439
|
4
|
-
url: http://osvdb.org/show/osvdb/110439
|
5
|
-
title: Dragonfly Gem for Ruby Image Uploading & Processing Remote Command Execution
|
6
|
-
date: 2014-08-25
|
7
|
-
description: |
|
8
|
-
Dragonfly Gem for Ruby contains a flaw in Uploading & Processing that is due
|
9
|
-
to the gem failing to restrict arbitrary commands to imagemagicks convert.
|
10
|
-
This may allow a remote attacker to gain read/write access to the filesystem
|
11
|
-
and execute arbitrary commands.
|
12
|
-
|
13
|
-
This gem has been renamed. Please use "dragonfly" from now on.
|
14
|
-
patched_versions:
|
15
|
-
- ">= 0.8.4"
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: fog-dragonfly
|
3
|
-
cve: 2013-1756
|
4
|
-
osvdb: 90647
|
5
|
-
url: http://www.osvdb.org/show/osvdb/90647
|
6
|
-
title: Dragonfly Gem for Ruby Crafted Request Parsing Remote Code Execution
|
7
|
-
date: 2013-02-19
|
8
|
-
description: |
|
9
|
-
Dragonfly Gem for Ruby contains a flaw that is triggered during the parsing
|
10
|
-
of a specially crafted request. This may allow a remote attacker to execute
|
11
|
-
arbitrary code.
|
12
|
-
|
13
|
-
This gem has been renamed. Please use "dragonfly" from now on.
|
14
|
-
cvss_v2: 7.5
|
15
|
-
unaffected_versions:
|
16
|
-
- "< 0.7.0"
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: fog-dragonfly
|
3
|
-
cve: 2013-5671
|
4
|
-
osvdb: 96798
|
5
|
-
url: http://osvdb.org/show/osvdb/96798
|
6
|
-
title: fog-dragonfly Gem for Ruby imagemagickutils.rb Remote Command Execution
|
7
|
-
date: 2013-09-03
|
8
|
-
description: |
|
9
|
-
fog-dragonfly Gem for Ruby contains a flaw that is due to the program
|
10
|
-
failing to properly sanitize input passed via the imagemagickutils.rb script.
|
11
|
-
This may allow a remote attacker to execute arbitrary commands.
|
12
|
-
|
13
|
-
This gem has been renamed. Please use "dragonfly" from now on.
|
14
|
-
cvss_v2: 7.5
|
15
|
-
patched_versions:
|
16
|
-
- ">= 0.8.4"
|
@@ -1,12 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: fog-dragonfly
|
3
|
-
osvdb: 97854
|
4
|
-
url: http://osvdb.org/show/osvdb/97854
|
5
|
-
title: Dragonfly Gem for Ruby on Windows Shell Escaping Weakness
|
6
|
-
date: 2011-09-01
|
7
|
-
description: |
|
8
|
-
Dragonfly Gem for Ruby contains a flaw that is due to the program failing to
|
9
|
-
properly escape a shell that contains injected characters. This may allow a
|
10
|
-
context-dependent attacker to potentially execute arbitrary commands.
|
11
|
-
|
12
|
-
This gem has been renamed. Please use "dragonfly" from now on.
|
@@ -1,18 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: ftpd
|
3
|
-
cve: 2013-2512
|
4
|
-
osvdb: 90784
|
5
|
-
url: http://osvdb.org/show/osvdb/90784
|
6
|
-
title: ftpd Gem for Ruby Shell Character Handling Remote Command Injection
|
7
|
-
date: 2013-02-28
|
8
|
-
|
9
|
-
description: |
|
10
|
-
ftpd Gem for Ruby contains a flaw that is triggered when handling a
|
11
|
-
specially crafted option or filename that contains a shell
|
12
|
-
character. This may allow a remote attacker to inject arbitrary
|
13
|
-
commands.
|
14
|
-
|
15
|
-
cvss_v2: 9.0
|
16
|
-
|
17
|
-
patched_versions:
|
18
|
-
- ">= 0.2.2"
|
@@ -1,21 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: git-fastclone
|
3
|
-
cve: 2015-8968
|
4
|
-
url: https://hackerone.com/reports/104465
|
5
|
-
title: git-fastclone permits arbitrary shell command execution from .gitmodules
|
6
|
-
date: 2015-12-11
|
7
|
-
description: |
|
8
|
-
Git allows executing arbitrary shell commands using git-remote-ext via a
|
9
|
-
remote URLs. Normally git never requests URLs that the user doesn't
|
10
|
-
specifically request, so this is not a serious security concern. However,
|
11
|
-
submodules did allow the remote repository to specify what URL to clone
|
12
|
-
from.
|
13
|
-
|
14
|
-
If an attacker can instruct a user to run a recursive clone from a
|
15
|
-
repository they control, they can get a client to run an arbitrary shell
|
16
|
-
command. Alternately, if an attacker can MITM an unencrypted git clone,
|
17
|
-
they could exploit this. The ext command will be run if the repository is
|
18
|
-
recursively cloned or if submodules are updated. This attack works when
|
19
|
-
cloning both local and remote repositories.
|
20
|
-
patched_versions:
|
21
|
-
- ">= 1.0.1"
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: git-fastclone
|
3
|
-
cve: 2015-8969
|
4
|
-
url: https://hackerone.com/reports/105190
|
5
|
-
title: git-fastclone Shell Metacharacter Injection Arbitrary Command Execution
|
6
|
-
date: 2015-12-15
|
7
|
-
description: |
|
8
|
-
git-fastclone before 1.0.5 passes user modifiable strings directly to a shell
|
9
|
-
command. An attacker can execute malicious commands by modifying the strings
|
10
|
-
that are passed as arguments to "cd " and "git clone " commands in the
|
11
|
-
library.
|
12
|
-
patched_versions:
|
13
|
-
- ">= 1.0.5"
|
@@ -1,14 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: gitlab-grit
|
3
|
-
cve: 2013-4489
|
4
|
-
osvdb: 99370
|
5
|
-
url: http://www.osvdb.org/show/osvdb/99370
|
6
|
-
title: GitLab Grit Gem for Ruby contains a flaw
|
7
|
-
date: 2013-11-04
|
8
|
-
description: GitLab Grit Gem for Ruby contains a flaw in the app/contexts/search_context.rb script.
|
9
|
-
The issue is triggered when input passed via the code search box is not properly sanitized,
|
10
|
-
which allows strings to be evaluated by the Bourne shell. This may allow a remote attacker to
|
11
|
-
execute arbitrary commands.
|
12
|
-
cvss_v2:
|
13
|
-
patched_versions:
|
14
|
-
- '>= 2.6.1'
|
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: gnms
|
3
|
-
osvdb: 108594
|
4
|
-
url: http://osvdb.org/show/osvdb/108594
|
5
|
-
title: gnms Gem for Ruby /lib/cmd_parse.rb ip Variable Shell Metacharacter Handling Remote Command Injection
|
6
|
-
date: 2014-06-30
|
7
|
-
description: gnms Gem for Ruby contains a flaw in /lib/cmd_parse.rb that is triggered when handling shell metacharacters passed via the 'ip' variable. This may allow a remote attacker to inject arbitrary commands.
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: gollum
|
3
|
-
cve: 2015-7314
|
4
|
-
osvdb: 127779
|
5
|
-
url: https://github.com/gollum/gollum/commit/ce68a88293ce3b18c261312392ad33a88bb69ea1
|
6
|
-
title: gollum Upload File Functionality Permits Arbitrary File Access
|
7
|
-
date: 2015-09-20
|
8
|
-
description: |
|
9
|
-
The gollum gem contains a flaw in its upload file functionality that can
|
10
|
-
allow arbitrary file access. This occurs due to a lack of type checking
|
11
|
-
when handling temporary files during the upload process.
|
12
|
-
patched_versions:
|
13
|
-
- ">= 4.0.1"
|
@@ -1,23 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: gollum-grit_adapter
|
3
|
-
cve: 2014-9489
|
4
|
-
url: https://github.com/gollum/gollum/issues/913
|
5
|
-
title: |
|
6
|
-
gollum-grit_adapter Search Functionality Allows Arbitrary Command
|
7
|
-
Execution
|
8
|
-
date: 2014-12-04
|
9
|
-
description: |
|
10
|
-
The gollum-grit_adapter gem contains a flaw that can allow arbitrary
|
11
|
-
command execution.
|
12
|
-
|
13
|
-
Grit implements its search functionality by shelling out to `git grep`. In
|
14
|
-
turn, `git grep` takes a `-O` or `--open-files-in-pages` option that will
|
15
|
-
pipe the results of `grep` to an arbitrary process. By failing to properly
|
16
|
-
sanitize user input search parameters, an attacker can thus perform command
|
17
|
-
execution.
|
18
|
-
|
19
|
-
Note that the grep result must find the string 'master' (or
|
20
|
-
whatever is the default branch that gollum uses) in any of the wiki's
|
21
|
-
documents for this to succeed.
|
22
|
-
patched_versions:
|
23
|
-
- ">= 0.1.1"
|
@@ -1,20 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: gtk2
|
3
|
-
cve: 2007-6183
|
4
|
-
osvdb: 40774
|
5
|
-
url: http://osvdb.org/show/osvdb/40774
|
6
|
-
title:
|
7
|
-
Ruby-GNOME2 gtk/src/rbgtkmessagedialog.c Gtk::MessageDialog.new() Function
|
8
|
-
Format String
|
9
|
-
date: 2007-11-27
|
10
|
-
|
11
|
-
description: |
|
12
|
-
Format string vulnerability in the mdiag_initialize function in
|
13
|
-
gtk/src/rbgtkmessagedialog.c in Ruby-GNOME 2 (aka Ruby/Gnome2) 0.16.0, and
|
14
|
-
SVN versions before 20071127, allows context-dependent attackers to execute
|
15
|
-
arbitrary code via format string specifiers in the message parameter.
|
16
|
-
|
17
|
-
cvss_v2: 6.8
|
18
|
-
|
19
|
-
patched_versions:
|
20
|
-
- "> 0.16.0"
|
@@ -1,10 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: gyazo
|
3
|
-
cve: 2014-4994
|
4
|
-
osvdb: 108563
|
5
|
-
url: http://osvdb.org/show/osvdb/108563
|
6
|
-
title: gyazo Gem for Ruby client.rb Metacharacter Handling Remote Command Execution
|
7
|
-
date: 2014-06-30
|
8
|
-
description: gyazo Gem for Ruby contains a flaw in client.rb that is triggered when handling metacharacters. This may allow a remote attacker to execute arbitrary commands.
|
9
|
-
patched_versions:
|
10
|
-
- ">= 2.0.0"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: handlebars-source
|
3
|
-
osvdb: 131671
|
4
|
-
url: https://blog.srcclr.com/handlebars_vulnerability_research_findings/
|
5
|
-
title: handlebars.js - quoteless attributes in templates can lead to XSS
|
6
|
-
date: 2015-08-24
|
7
|
-
description: |
|
8
|
-
The upstream 'handlebars' node.js module was found to not properly escape
|
9
|
-
equals (=) signs, leading to possible content injection via attributes
|
10
|
-
in templates.
|
11
|
-
|
12
|
-
Example:
|
13
|
-
* Template: <a href={{foo}}/>
|
14
|
-
* Input: { 'foo' : 'test.com onload=alert(1)'}
|
15
|
-
* Rendered result: <a href=test.com onload=alert(1)/>
|
16
|
-
patched_versions:
|
17
|
-
- ">= 4.0.0"
|
@@ -1,14 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: http
|
3
|
-
cve: 2015-1828
|
4
|
-
osvdb: 119927
|
5
|
-
url: https://groups.google.com/forum/#!topic/httprb/jkb4oxwZjkU
|
6
|
-
title: HTTPS MitM vulnerability in http.rb
|
7
|
-
date: 2015-03-24
|
8
|
-
description: |
|
9
|
-
http.rb failed to call the OpenSSL::SSL::SSLSocket#post_connection_check method to perform hostname verification.
|
10
|
-
Because of this, an attacker with a valid certificate but with a mismatched subject can perform a MitM attack.
|
11
|
-
cvss_v2: 5.0
|
12
|
-
patched_versions:
|
13
|
-
- ">= 0.7.3"
|
14
|
-
- "~> 0.6.4"
|
@@ -1,14 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: httparty
|
3
|
-
cve: 2013-1801
|
4
|
-
osvdb: 90741
|
5
|
-
url: http://osvdb.org/show/osvdb/90741
|
6
|
-
title: httparty Gem for Ruby Type Casting Parameter Parsing Remote Code Execution
|
7
|
-
date: 2013-01-14
|
8
|
-
description: |
|
9
|
-
httparty Gem for Ruby contains a flaw that is triggered when a type casting
|
10
|
-
error occurs during the parsing of parameters. This may allow a
|
11
|
-
context-dependent attacker to potentially execute arbitrary code.
|
12
|
-
cvss_v2: 7.5
|
13
|
-
patched_versions:
|
14
|
-
- ">= 0.10.0"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: i18n
|
3
|
-
cve: 2013-4492
|
4
|
-
osvdb: 100528
|
5
|
-
url: https://groups.google.com/forum/#!topic/ruby-security-ann/pLrh6DUw998
|
6
|
-
title: i18n missing translation error message XSS
|
7
|
-
date: 2013-12-03
|
8
|
-
|
9
|
-
description: |
|
10
|
-
The HTML exception message raised by I18n::MissingTranslation fails
|
11
|
-
to escape the keys.
|
12
|
-
|
13
|
-
cvss_v2: 4.3
|
14
|
-
|
15
|
-
patched_versions:
|
16
|
-
- ~> 0.5.1
|
17
|
-
- '>= 0.6.6'
|
@@ -1,36 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: jquery-rails
|
3
|
-
cve: 2015-1840
|
4
|
-
url: https://groups.google.com/forum/#!topic/ruby-security-ann/XIZPbobuwaY
|
5
|
-
title: CSRF Vulnerability in jquery-rails
|
6
|
-
date: 2015-06-16
|
7
|
-
description: |
|
8
|
-
In the scenario where an attacker might be able to control the href attribute
|
9
|
-
of an anchor tag or the action attribute of a form tag that will trigger a
|
10
|
-
POST action, the attacker can set the href or action to
|
11
|
-
" https://attacker.com" (note the leading space) that will be passed to
|
12
|
-
JQuery, who will see this as a same origin request, and send the user's CSRF
|
13
|
-
token to the attacker domain.
|
14
|
-
|
15
|
-
To work around this problem, change code that allows users to control the
|
16
|
-
href attribute of an anchor tag or the action attribute of a form tag to
|
17
|
-
filter the user parameters.
|
18
|
-
|
19
|
-
For example, code like this:
|
20
|
-
|
21
|
-
link_to params
|
22
|
-
|
23
|
-
to code like this:
|
24
|
-
|
25
|
-
link_to filtered_params
|
26
|
-
|
27
|
-
def filtered_params
|
28
|
-
\# Filter just the parameters that you trust
|
29
|
-
end
|
30
|
-
|
31
|
-
See also:
|
32
|
-
- http://blog.honeybadger.io/understanding-the-rails-jquery-csrf-vulnerability-cve-2015-1840/
|
33
|
-
cvss_v2: 5.0
|
34
|
-
patched_versions:
|
35
|
-
- ">= 4.0.4"
|
36
|
-
- "~> 3.1.3"
|
@@ -1,35 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: jquery-ujs
|
3
|
-
cve: 2015-1840
|
4
|
-
url: https://groups.google.com/forum/#!topic/ruby-security-ann/XIZPbobuwaY
|
5
|
-
title: CSRF Vulnerability in jquery-ujs
|
6
|
-
date: 2015-06-16
|
7
|
-
description: |
|
8
|
-
In the scenario where an attacker might be able to control the href attribute
|
9
|
-
of an anchor tag or the action attribute of a form tag that will trigger a
|
10
|
-
POST action, the attacker can set the href or action to
|
11
|
-
" https://attacker.com" (note the leading space) that will be passed to
|
12
|
-
JQuery, who will see this as a same origin request, and send the user's CSRF
|
13
|
-
token to the attacker domain.
|
14
|
-
|
15
|
-
To work around this problem, change code that allows users to control the
|
16
|
-
href attribute of an anchor tag or the action attribute of a form tag to
|
17
|
-
filter the user parameters.
|
18
|
-
|
19
|
-
For example, code like this:
|
20
|
-
|
21
|
-
link_to params
|
22
|
-
|
23
|
-
to code like this:
|
24
|
-
|
25
|
-
link_to filtered_params
|
26
|
-
|
27
|
-
def filtered_params
|
28
|
-
\# Filter just the parameters that you trust
|
29
|
-
end
|
30
|
-
|
31
|
-
See also:
|
32
|
-
- http://blog.honeybadger.io/understanding-the-rails-jquery-csrf-vulnerability-cve-2015-1840/
|
33
|
-
cvss_v2: 5.0
|
34
|
-
patched_versions:
|
35
|
-
- ">= 1.0.4"
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: jruby-openssl
|
3
|
-
platform: jruby
|
4
|
-
cve: 2009-4123
|
5
|
-
url: http://jruby.org/2009/12/07/vulnerability-in-jruby-openssl
|
6
|
-
title: jruby-openssl Gem for JRuby fails to do proper certificate validation
|
7
|
-
date: 2009-12-07
|
8
|
-
description: |
|
9
|
-
A security problem involving peer certificate verification was found where
|
10
|
-
failed verification silently did nothing, making affected applications
|
11
|
-
vulnerable to attackers. Attackers could lead a client application to believe
|
12
|
-
that a secure connection to a rogue SSL server is legitimate. Attackers could
|
13
|
-
also penetrate client-validated SSL server applications with a dummy
|
14
|
-
certificate.
|
15
|
-
patched_versions:
|
16
|
-
- ">= 0.6"
|