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,12 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: jruby-sandbox
|
3
|
-
platform: jruby
|
4
|
-
osvdb: 106279
|
5
|
-
url: http://www.phenoelit.org/stuff/jruby-sandbox.txt
|
6
|
-
title: jruby-sandbox Java Class Importation Sandbox Bypass
|
7
|
-
date: 2014-04-24
|
8
|
-
description: |
|
9
|
-
jruby-sandbox contains a flaw that is triggered when importing Java Classes.
|
10
|
-
This may allow a remote attacker to bypass the sandbox for code execution.
|
11
|
-
patched_versions:
|
12
|
-
- ">= 0.2.3"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: json
|
3
|
-
cve: 2013-0269
|
4
|
-
osvdb: 101137
|
5
|
-
url: http://osvdb.org/show/osvdb/101137
|
6
|
-
title: json Gem for Ruby JSON::GenericObject Function Arbitrary Addition Creation
|
7
|
-
date: 2013-02-04
|
8
|
-
description: |
|
9
|
-
json Gem for Ruby contains a flaw in the JSON::GenericObject function. The
|
10
|
-
issue is due to the program failing to restrict users from creating additions
|
11
|
-
regardless of the state of create_additions. This may allow a remote attacker
|
12
|
-
to create arbitrary additions.
|
13
|
-
cvss_v2: 9.0
|
14
|
-
patched_versions:
|
15
|
-
- ">= 1.7.7"
|
16
|
-
unaffected_versions:
|
17
|
-
- "< 1.7.0"
|
@@ -1,14 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: json
|
3
|
-
osvdb: 101157
|
4
|
-
url: http://osvdb.org/show/osvdb/101157
|
5
|
-
title: json Gem for Ruby Data Handling Stack Buffer Overflow
|
6
|
-
date: 2007-05-21
|
7
|
-
description: |
|
8
|
-
json Gem for Ruby contains an overflow condition that is triggered as
|
9
|
-
user-supplied input is not properly validated when handling specially crafted
|
10
|
-
data. This may allow a remote attacker to cause a stack-based buffer
|
11
|
-
overflow, resulting in a denial of service or potentially allowing the
|
12
|
-
execution of arbitrary code.
|
13
|
-
patched_versions:
|
14
|
-
- ">= 1.1.0"
|
@@ -1,23 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: json
|
3
|
-
cve: 2013-0269
|
4
|
-
osvdb: 90074
|
5
|
-
url: http://osvdb.org/show/osvdb/90074
|
6
|
-
title: Ruby on Rails JSON Gem Arbitrary Symbol Creation Remote DoS
|
7
|
-
date: 2013-02-11
|
8
|
-
|
9
|
-
description: |
|
10
|
-
Ruby on Rails contains a flaw that may allow a remote denial of service.
|
11
|
-
The issue is due to the JSON gem being tricked in to generating Ruby symbols
|
12
|
-
during the parsing of certain JSON documents. Since Ruby symbols are not
|
13
|
-
garbage collected, a remote attacker can crash a users system. This also may
|
14
|
-
allow the attacker to create arbitrary objects that may be used to bypass
|
15
|
-
certain security mechanisms and potentially allow SQL injection attacks to
|
16
|
-
be conducted.
|
17
|
-
|
18
|
-
cvss_v2: 9.0
|
19
|
-
|
20
|
-
patched_versions:
|
21
|
-
- ~> 1.5.5
|
22
|
-
- ~> 1.6.8
|
23
|
-
- ">= 1.7.7"
|
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: kafo
|
3
|
-
cve: 2014-0135
|
4
|
-
osvdb: 106826
|
5
|
-
url: http://osvdb.org/show/osvdb/106826
|
6
|
-
title: Kafo default_values.yaml Insecure Permissions Local Information Disclosure
|
7
|
-
date: 2014-03-13
|
8
|
-
description: Kafo contains a flaw that is due to the program using insecure
|
9
|
-
world-readable permissions for the default_values.yaml file. This may allow a
|
10
|
-
local attacker to gain access to password and other unspecified sensitive
|
11
|
-
information located within the file.
|
12
|
-
cvss_v2: 1.9
|
13
|
-
patched_versions:
|
14
|
-
- "~> 0.3.17"
|
15
|
-
- ">= 0.5.2"
|
@@ -1,12 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: kajam
|
3
|
-
cve: 2014-4999
|
4
|
-
osvdb: 108529
|
5
|
-
url: http://osvdb.org/show/osvdb/108529
|
6
|
-
title: kajam Gem for Ruby /dataset/lib/dataset/database/postgresql.rb Process List Local Plaintext Password Disclosure
|
7
|
-
date: 2014-06-30
|
8
|
-
description: |
|
9
|
-
kajam Gem for Ruby contains a flaw in
|
10
|
-
/dataset/lib/dataset/database/postgresql.rb that is triggered as the program
|
11
|
-
exposes the MySQL or PostgreSQL password in the process list. This may allow
|
12
|
-
a local attacker to gain access to password information.
|
@@ -1,11 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: kajam
|
3
|
-
osvdb: 108530
|
4
|
-
url: http://osvdb.org/show/osvdb/108530
|
5
|
-
title: kajam Gem for Ruby /dataset/lib/dataset/database/postgresql.rb Metacharacter Handling Remote Command Execution
|
6
|
-
date: 2014-06-30
|
7
|
-
description: |
|
8
|
-
kajam Gem for Ruby contains a flaw in
|
9
|
-
/dataset/lib/dataset/database/postgresql.rb that is triggered when handling
|
10
|
-
metacharacters. This may allow a remote attacker to execute arbitrary
|
11
|
-
commands.
|
@@ -1,10 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: karo
|
3
|
-
osvdb: 108573
|
4
|
-
url: http://osvdb.org/show/osvdb/108573
|
5
|
-
title: karo Gem for Ruby db.rb Metacharacter Handling Remote Command Execution
|
6
|
-
date: 2014-06-30
|
7
|
-
description: |
|
8
|
-
karo Gem for Ruby contains a flaw in db.rb that is triggered when handling
|
9
|
-
metacharacters. This may allow a remote attacker to execute arbitrary
|
10
|
-
commands.
|
@@ -1,9 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: karteek-docsplit
|
3
|
-
cve: 2013-1933
|
4
|
-
osvdb: 92117
|
5
|
-
url: http://osvdb.org/show/osvdb/92117
|
6
|
-
title: Karteek Docsplit Gem for Ruby text_extractor.rb File Name Shell Metacharacter Injection Arbitrary Command Execution
|
7
|
-
date: 2013-04-08
|
8
|
-
description: Karteek Docsplit Gem for Ruby contains a flaw that is due to the program failing to properly sanitize input passed to text_extractor.rb. With a specially crafted file name that contains shell metacharacters, a context-dependent attacker can execute arbitrary commands
|
9
|
-
cvss_v2: 9.3
|
@@ -1,8 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: kcapifony
|
3
|
-
cve: 2014-5001
|
4
|
-
osvdb: 108571
|
5
|
-
url: http://osvdb.org/show/osvdb/108571
|
6
|
-
title: kcapifony Gem for Ruby /lib/ksymfony1.rb Process List Local Plaintext Password Disclosure
|
7
|
-
date: 2014-06-30
|
8
|
-
description: kcapifony Gem for Ruby contains a flaw in /lib/ksymfony1.rb that is triggered as the program displays password information in plaintext in the process list. This may allow a local attacker to gain access to password information.
|
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: kcapifony
|
3
|
-
osvdb: 108572
|
4
|
-
url: http://osvdb.org/show/osvdb/108572
|
5
|
-
title: kcapifony Gem for Ruby /lib/ksymfony1.rb Metacharacter Handling Remote Command Execution
|
6
|
-
date: 2014-06-30
|
7
|
-
description: kcapifony Gem for Ruby contains a flaw in /lib/ksymfony1.rb that is triggered when handling metacharacters. This may allow a remote attacker to execute arbitrary commands.
|
@@ -1,9 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: kelredd-pruview
|
3
|
-
cve: 2013-1947
|
4
|
-
osvdb: 92228
|
5
|
-
url: http://osvdb.org/show/osvdb/92228
|
6
|
-
title: kelredd-pruview Gem for Ruby /lib/pruview/document.rb File Name Shell Metacharacter Injection Arbitrary Command Execution
|
7
|
-
date: 2013-04-04
|
8
|
-
description: kelredd-pruview Gem for Ruby contains a flaw in /lib/pruview/document.rb. The issue is triggered during the handling of a specially crafted file name that contains injected shell metacharacters. This may allow a context-dependent attacker to potentially execute arbitrary commands.
|
9
|
-
cvss_v2: 9.3
|
@@ -1,12 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: kompanee-recipes
|
3
|
-
osvdb: 108593
|
4
|
-
url: http://osvdb.org/show/osvdb/108593
|
5
|
-
title: kompanee-recipes Gem for Ruby /lib/kompanee-recipes/heroku.rb Multiple Variable Handling Remote Command Execution Weakness
|
6
|
-
date: 2014-06-30
|
7
|
-
description: |
|
8
|
-
kompanee-recipes Gem for Ruby contains a flaw in
|
9
|
-
/lib/kompanee-recipes/heroku.rb that is triggered when handling shell
|
10
|
-
metacharacters passed via the 'password', 'user', 'deploy_name', and
|
11
|
-
'application' variables. This may allow a remote attacker to execute
|
12
|
-
arbitrary commands.
|
@@ -1,8 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: lawn-login
|
3
|
-
cve: 2014-5000
|
4
|
-
osvdb: 108576
|
5
|
-
url: http://osvdb.org/show/osvdb/108576
|
6
|
-
title: lawn-login Gem for Ruby /lib/lawn.rb Process Table Local Plaintext Password Disclosure
|
7
|
-
date: 2014-06-30
|
8
|
-
description: lawn-login Gem for Ruby contains a flaw in /lib/lawn.rb that is due to the application exposing password information in plaintext in the process table. This may allow a local attacker to gain access to password information.
|
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: ldap_fluff
|
3
|
-
cve: 2012-5604
|
4
|
-
osvdb: 90579
|
5
|
-
url: http://osvdb.org/show/osvdb/90579
|
6
|
-
title: Red Hat Subscription Asset Manager rubygem-ldap_fluff Active Directory Authentication Bypass
|
7
|
-
date: 2012-12-04
|
8
|
-
description: Red Hat Subscription Asset Manager contains a flaw in the
|
9
|
-
rubygem-ldap_fluff component. The issue is triggered when using Microsoft
|
10
|
-
Active Directory server as the authentication back-end. This may result in
|
11
|
-
authentication no longer being enforced, allowing a remote attacker to
|
12
|
-
trivially bypass it.
|
13
|
-
cvss_v2: 5.0
|
14
|
-
patched_versions:
|
15
|
-
- ">= 0.1.3"
|
@@ -1,9 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: ldoce
|
3
|
-
cve: 2013-1911
|
4
|
-
osvdb: 91870
|
5
|
-
url: http://osvdb.org/show/osvdb/91870
|
6
|
-
title: ldoce Gem for Ruby MP3 URL Shell Metacharacter Injection Arbitrary Command Execution
|
7
|
-
date: 2013-04-01
|
8
|
-
description: ldoce Gem for Ruby contains a flaw that is triggered during the handling of a specially crafted URL or filename for MP3 files that have shell metacharacters injected in to it. This may allow a context-dependent attacker to execute arbitrary commands.
|
9
|
-
cvss_v2: 6.8
|
@@ -1,8 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: lean-ruport
|
3
|
-
cve: 2014-4998
|
4
|
-
osvdb: 108581
|
5
|
-
url: http://osvdb.org/show/osvdb/108581
|
6
|
-
title: lean-ruport Gem for Ruby /test/tc_database.rb Process Table Local Plaintext MySQL Password Disclosure
|
7
|
-
date: 2014-06-30
|
8
|
-
description: lean-ruport Gem for Ruby contains a flaw in /test/tc_database.rb that is due to the application exposing MySQL password information in plaintext in the process table. This may allow a local attacker to gain access to MySQL password information.
|
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: lingq
|
3
|
-
osvdb: 108585
|
4
|
-
url: http://osvdb.org/show/osvdb/108585
|
5
|
-
title: lingq Gem for Ruby client.rb Metacharacter Handling Remote Command Execution
|
6
|
-
date: 2014-06-30
|
7
|
-
description: lingq 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.
|
@@ -1,21 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: loofah
|
3
|
-
osvdb: 90945
|
4
|
-
url: http://www.osvdb.org/show/osvdb/90945
|
5
|
-
title: Loofah HTML and XSS injection vulnerability
|
6
|
-
date: 2012-09-08
|
7
|
-
|
8
|
-
description: |
|
9
|
-
Loofah Gem for Ruby contains a flaw that allows a remote cross-site
|
10
|
-
scripting (XSS) attack. This flaw exists because the
|
11
|
-
Loofah::HTML::Document\#text function passes properly sanitized
|
12
|
-
user-supplied input to the Loofah::XssFoliate and
|
13
|
-
Loofah::Helpers\#strip_tags functions which convert input back to
|
14
|
-
text. This may allow an attacker to create a specially crafted
|
15
|
-
request that would execute arbitrary script code in a user's browser
|
16
|
-
within the trust relationship between their browser and the server.
|
17
|
-
|
18
|
-
cvss_v2: 5.0
|
19
|
-
|
20
|
-
patched_versions:
|
21
|
-
- ">= 0.4.6"
|
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: lynx
|
3
|
-
osvdb: 108579
|
4
|
-
url: http://osvdb.org/show/osvdb/108579
|
5
|
-
title: lynx Gem for Ruby lib/lynx/pipe/run.rb Remote Command Execution
|
6
|
-
date: 2014-06-30
|
7
|
-
description: lynx Gem for Ruby contains a flaw in lib/lynx/pipe/run.rb that may allow a remote attacker to execute arbitrary commands.
|
@@ -1,8 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: lynx
|
3
|
-
cve: 2014-5002
|
4
|
-
osvdb: 108580
|
5
|
-
url: http://osvdb.org/show/osvdb/108580
|
6
|
-
title: lynx Gem for Ruby command/basic.rb Process Table Local Plaintext Password Disclosure
|
7
|
-
date: 2014-06-30
|
8
|
-
description: lynx Gem for Ruby contains a flaw in command/basic.rb that is due to the application exposing password information in plaintext in the process table. This may allow a local attacker to gain access to password information.
|
@@ -1,26 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: mail
|
3
|
-
cve: 2015-9097
|
4
|
-
osvdb: 131677
|
5
|
-
url: https://hackerone.com/reports/137631
|
6
|
-
title: SMTP command injection
|
7
|
-
date: 2015-12-09
|
8
|
-
description: |
|
9
|
-
Because Mail does not disallow CRLF in email addresses, an attacker can
|
10
|
-
inject SMTP commands in specially crafted email addresses passed to
|
11
|
-
RCPT TO and MAIL FROM.
|
12
|
-
|
13
|
-
Not affected by this vulnerability:
|
14
|
-
* Ruby 2.4.0+ with a fix for CVE-2015-9096.
|
15
|
-
* Applications that do not use SMTP delivery.
|
16
|
-
* Applications that validate email addresses to not include CRLF.
|
17
|
-
|
18
|
-
The injection attack is described in Terada, Takeshi. "SMTP Injection via
|
19
|
-
Recipient Email Addresses." 2015. The attacks described in the paper
|
20
|
-
(Terada, p. 4) can be applied to the library without any modification.
|
21
|
-
patched_versions:
|
22
|
-
- ">= 2.5.5"
|
23
|
-
related:
|
24
|
-
url:
|
25
|
-
- http://www.mbsd.jp/Whitepaper/smtpi.pdf
|
26
|
-
- https://github.com/mikel/mail/pull/1097
|
@@ -1,21 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: mail
|
3
|
-
cve: 2011-0739
|
4
|
-
osvdb: 70667
|
5
|
-
url: http://www.osvdb.org/show/osvdb/70667
|
6
|
-
title: >
|
7
|
-
Mail Gem for Ruby lib/mail/network/delivery_methods/sendmail.rb Email From:
|
8
|
-
Address Arbitrary Shell Command Injection
|
9
|
-
date: 2011-01-25
|
10
|
-
|
11
|
-
description: |
|
12
|
-
Mail Gem for Ruby contains a flaw related to the failure to properly sanitise
|
13
|
-
input passed from an email from address in the 'deliver()' function in
|
14
|
-
'lib/mail/network/delivery_methods/sendmail.rb' before being used as a
|
15
|
-
command line argument. This may allow a remote attacker to inject arbitrary
|
16
|
-
shell commands.
|
17
|
-
|
18
|
-
cvss_v2: 6.8
|
19
|
-
|
20
|
-
patched_versions:
|
21
|
-
- ">= 2.2.15"
|
@@ -1,14 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: mail
|
3
|
-
cve: 2012-2139
|
4
|
-
osvdb: 81631
|
5
|
-
url: http://www.osvdb.org/show/osvdb/81631
|
6
|
-
title: Mail Gem for Ruby File Delivery Method to Parameter Traversal Arbitrary File Manipulation
|
7
|
-
date: 2012-03-14
|
8
|
-
|
9
|
-
description: |
|
10
|
-
Mail Gem for Ruby contains a flaw that allows a remote attacker to traverse outside of a restricted path. The issue is due to the program not properly sanitizing user input, specifically directory traversal style attacks (e.g., ../../) supplied via the 'to' parameter within the delivery method. This directory traversal attack would allow the attacker to modify arbitrary files.
|
11
|
-
|
12
|
-
cvss_v2: 5.0
|
13
|
-
patched_versions:
|
14
|
-
- ">= 2.4.4"
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: mail
|
3
|
-
cve: 2012-2140
|
4
|
-
osvdb: 81632
|
5
|
-
url: http://www.osvdb.org/show/osvdb/81632
|
6
|
-
title: Mail Gem for Ruby Multiple Delivery Method Remote Shell Command Execution
|
7
|
-
date: 2012-03-14
|
8
|
-
|
9
|
-
description: |
|
10
|
-
Mail Gem for Ruby contains a flaw that occurs within the sendmail and exim
|
11
|
-
delivery methods, which may allow an attacker to execute arbitrary shell
|
12
|
-
commands..
|
13
|
-
|
14
|
-
cvss_v2: 7.5
|
15
|
-
patched_versions:
|
16
|
-
- ">= 2.4.4"
|
@@ -1,21 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: mapbox-rails
|
3
|
-
osvdb: 129854
|
4
|
-
url: https://nodesecurity.io/advisories/49
|
5
|
-
title: mapbox-rails Content Injection via TileJSON attribute
|
6
|
-
date: 2015-10-24
|
7
|
-
description: |
|
8
|
-
Mapbox.js versions 1.x prior to 1.6.5 and 2.x prior to 2.1.7 are vulnerable
|
9
|
-
to a cross-site-scripting attack in certain uncommon usage scenarios.
|
10
|
-
|
11
|
-
If you use L.mapbox.map or L.mapbox.tileLayer to load untrusted TileJSON
|
12
|
-
content from a non-Mapbox URL, it is possible for a malicious user with
|
13
|
-
control over the TileJSON content to inject script content into the
|
14
|
-
"attribution" value of the TileJSON which will be executed in the context of
|
15
|
-
the page using Mapbox.js.
|
16
|
-
|
17
|
-
Such usage is uncommon. The following usage scenarios are not vulnerable:
|
18
|
-
|
19
|
-
* only trusted TileJSON content is loaded
|
20
|
-
* TileJSON content comes only from mapbox.com URLs
|
21
|
-
* a Mapbox map ID is supplied, rather than a TileJSON URL
|
@@ -1,22 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: mapbox-rails
|
3
|
-
osvdb: 132871
|
4
|
-
url: https://nodesecurity.io/advisories/74
|
5
|
-
title: mapbox-rails Content Injection via TileJSON Name
|
6
|
-
date: 2016-01-12
|
7
|
-
description: |
|
8
|
-
Mapbox.js versions 1.x prior to 1.6.6 and 2.x prior to 2.2.4 are vulnerable
|
9
|
-
to a cross-site-scripting attack in certain uncommon usage scenarios.
|
10
|
-
|
11
|
-
If you use L.mapbox.map and L.mapbox.shareControl it is possible for a
|
12
|
-
malicious user with control over the TileJSON content to inject script
|
13
|
-
content into the name value of the TileJSON. After clicking on the share
|
14
|
-
control, the malicious code will execute in the context of the page using
|
15
|
-
Mapbox.js.
|
16
|
-
|
17
|
-
Such usage is uncommon. L.mapbox.shareControl is not automatically added to
|
18
|
-
Mapbox.js maps and must be explicitly added. The following usage scenarios
|
19
|
-
are not vulnerable:
|
20
|
-
|
21
|
-
* the map does not use a share control (L.mapbox.sharecontrol)
|
22
|
-
* only trusted TileJSON content is loaded
|
@@ -1,9 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: md2pdf
|
3
|
-
cve: 2013-1948
|
4
|
-
osvdb: 92290
|
5
|
-
url: http://osvdb.org/show/osvdb/92290
|
6
|
-
title: md2pdf Gem for Ruby md2pdf/converter.rb File Name Shell Metacharacter Injection Arbitrary Command Execution
|
7
|
-
date: 2013-04-13
|
8
|
-
description: md2pdf Gem for Ruby contains a flaw that is due to the program failing to properly sanitize input passed to md2pdf/converter.rb. With a specially crafted file name that contains shell metacharacters, a context-dependent attacker can execute arbitrary commands
|
9
|
-
cvss_v2: 10.0
|
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: mini_magick
|
3
|
-
cve: 2013-2616
|
4
|
-
osvdb: 91231
|
5
|
-
url: http://osvdb.org/show/osvdb/91231
|
6
|
-
title: MiniMagick Gem for Ruby URI Handling Arbitrary Command Injection
|
7
|
-
date: 2013-03-12
|
8
|
-
description: |
|
9
|
-
MiniMagick Gem for Ruby contains a flaw that is triggered during the handling
|
10
|
-
of specially crafted input from an untrusted source passed via a URL that
|
11
|
-
contains a ';' character. This may allow a context-dependent attacker to
|
12
|
-
potentially execute arbitrary commands.
|
13
|
-
cvss_v2: 9.3
|
14
|
-
patched_versions:
|
15
|
-
- ">= 3.6.0"
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: minitar
|
3
|
-
cve: 2016-10173
|
4
|
-
url: https://github.com/halostatue/minitar/issues/16
|
5
|
-
title: Minitar Directory Traversal Vulnerability
|
6
|
-
date: 2016-08-22
|
7
|
-
description: |
|
8
|
-
Minitar allows attackers to overwrite arbitrary files during archive
|
9
|
-
extraction via a .. (dot dot) in an extracted filename. Analogous
|
10
|
-
vulnerabilities for unzip and tar:
|
11
|
-
https://www.cvedetails.com/cve/CVE-2001-1268/ and
|
12
|
-
http://www.cvedetails.com/cve/CVE-2001-1267/
|
13
|
-
|
14
|
-
Credit: ecneladis
|
15
|
-
patched_versions:
|
16
|
-
- ">= 0.6.1"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: moped
|
3
|
-
cve: 2015-4410
|
4
|
-
url: http://sakurity.com/blog/2015/06/04/mongo_ruby_regexp.html
|
5
|
-
title: Data Injection Vulnerability in moped Rubygem
|
6
|
-
date: 2015-06-04
|
7
|
-
|
8
|
-
description: >-
|
9
|
-
A flaw in the ObjectId validation regular expression can enable attackers to inject arbitrary information into a given BSON object.
|
10
|
-
|
11
|
-
vendor_patch:
|
12
|
-
- https://github.com/mongoid/moped/compare/e5fc928bcb5b7b89d171e31e31483be4185971b9...32cba17ad7d3da326778b4d8cd4b52e75bca9d40
|
13
|
-
- https://github.com/mongoid/moped/commit/276fbfd23c5ffb65e6bd18d564c8b6878c2498ac
|
14
|
-
|
15
|
-
patched_versions:
|
16
|
-
- "~> 1.5.3"
|
17
|
-
- ">= 2.0.5"
|
@@ -1,16 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: multi_xml
|
3
|
-
cve: 2013-0175
|
4
|
-
osvdb: 89148
|
5
|
-
url: http://osvdb.org/show/osvdb/89148
|
6
|
-
title: multi_xml Gem for Ruby XML Parameter Parsing Remote Command Execution
|
7
|
-
date: 2013-01-11
|
8
|
-
|
9
|
-
description: |
|
10
|
-
The multi_xml Gem for Ruby contains a flaw that is triggered when an error
|
11
|
-
occurs during the parsing of the 'XML' parameter. With a crafted request
|
12
|
-
containing arbitrary symbol and yaml types, a remote attacker can execute
|
13
|
-
arbitrary commands.
|
14
|
-
|
15
|
-
patched_versions:
|
16
|
-
- ">= 0.5.2"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: mustache-js-rails
|
3
|
-
osvdb: 131671
|
4
|
-
url: https://blog.srcclr.com/handlebars_vulnerability_research_findings/
|
5
|
-
title: mustache.js - quoteless attributes in templates can lead to XSS
|
6
|
-
date: 2015-11-17
|
7
|
-
description: |
|
8
|
-
The upstream 'mustache.js' node.js module was found to not properly escape
|
9
|
-
backtick (`) and equals (=) characters, leading to possible content injection
|
10
|
-
via attributes 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
|
-
- ">= 2.0.3"
|
@@ -1,14 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: net-ldap
|
3
|
-
cve: 2014-0083
|
4
|
-
osvdb: 106108
|
5
|
-
url: http://osvdb.org/show/osvdb/106108
|
6
|
-
title: Net::LDAP for Ruby lib/net/ldap/password.rb SSHA Password Generation Weak Salt
|
7
|
-
date: 2014-02-13
|
8
|
-
description: Net::LDAP for Ruby contains a flaw in lib/net/ldap/password.rb. The
|
9
|
-
issue is due to the program generating SSHA passwords with a weak salt value
|
10
|
-
that is between 0 and 999. This may allow a local attacker to more easily gain
|
11
|
-
access to password information.
|
12
|
-
cvss_v2: 1.9
|
13
|
-
patched_versions:
|
14
|
-
- ">= 0.6.0"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: newrelic_rpm
|
3
|
-
cve: 2013-0284
|
4
|
-
osvdb: 90189
|
5
|
-
url: http://osvdb.org/show/osvdb/90189
|
6
|
-
title: Ruby on Rails newrelic_rpm Gem Discloses Sensitive Information
|
7
|
-
date: 2012-12-06
|
8
|
-
|
9
|
-
description: |
|
10
|
-
A bug in the Ruby agent causes database connection information and raw SQL
|
11
|
-
statements to be transmitted to New Relic servers. The database connection
|
12
|
-
information includes the database IP address, username, and password
|
13
|
-
|
14
|
-
cvss_v2: 5.0
|
15
|
-
|
16
|
-
patched_versions:
|
17
|
-
- ">= 3.5.3.25"
|
@@ -1,52 +0,0 @@
|
|
1
|
-
---
|
2
|
-
gem: nokogiri
|
3
|
-
cve: 2015-1819
|
4
|
-
url: https://github.com/sparklemotion/nokogiri/issues/1374
|
5
|
-
title: Nokogiri gem contains several vulnerabilities in libxml2 and libxslt
|
6
|
-
date: 2015-04-14
|
7
|
-
description: |
|
8
|
-
Several vulnerabilities were discovered in the libxml2 and libxslt libraries
|
9
|
-
that the Nokogiri gem depends on.
|
10
|
-
|
11
|
-
CVE-2015-1819
|
12
|
-
A denial of service flaw was found in the way libxml2 parsed XML
|
13
|
-
documents. This flaw could cause an application that uses libxml2 to use an
|
14
|
-
excessive amount of memory.
|
15
|
-
|
16
|
-
CVE-2015-7941
|
17
|
-
libxml2 does not properly stop parsing invalid input, which allows
|
18
|
-
context-dependent attackers to cause a denial of service (out-of-bounds read
|
19
|
-
and libxml2 crash) via crafted specially XML data.
|
20
|
-
|
21
|
-
CVE-2015-7942
|
22
|
-
The xmlParseConditionalSections function in parser.c in libxml2
|
23
|
-
does not properly skip intermediary entities when it stops parsing invalid
|
24
|
-
input, which allows context-dependent attackers to cause a denial of service
|
25
|
-
(out-of-bounds read and crash) via crafted XML data.
|
26
|
-
|
27
|
-
CVE-2015-7995
|
28
|
-
The xsltStylePreCompute function in preproc.c in libxslt 1.1.28 does not
|
29
|
-
check whether the parent node is an element, which allows attackers to cause
|
30
|
-
a denial of service using a specially crafted XML document.
|
31
|
-
|
32
|
-
CVE-2015-8035
|
33
|
-
The xz_decomp function in xzlib.c in libxml2 2.9.1 does not
|
34
|
-
properly detect compression errors, which allows context-dependent attackers
|
35
|
-
to cause a denial of service (process hang) via crafted XML data.
|
36
|
-
|
37
|
-
Another vulnerability was discoverd in libxml2 that could cause parsing
|
38
|
-
of unclosed comments to result in "conditional jump or move depends on
|
39
|
-
uninitialized value(s)" and unsafe memory access. This issue does not have a
|
40
|
-
CVE assigned yet. See related URLs for details. Patched in v1.6.7.rc4.
|
41
|
-
patched_versions:
|
42
|
-
- "~> 1.6.6.4"
|
43
|
-
- ">= 1.6.7.rc4"
|
44
|
-
related:
|
45
|
-
cve:
|
46
|
-
- 2015-7941
|
47
|
-
- 2015-7942
|
48
|
-
- 2015-7995
|
49
|
-
- 2015-8035
|
50
|
-
url:
|
51
|
-
- https://github.com/sparklemotion/nokogiri/pull/1376
|
52
|
-
- https://github.com/sparklemotion/nokogiri/commit/8f3de6d88d0da11fb62a45daa61b85ce71b4af59
|