Skip to content

Commit 7d2e966

Browse files
jasnowRubySec CI
authored andcommitted
Updated advisory posts against rubysec/ruby-advisory-db@ae227fa
1 parent 42ffc85 commit 7d2e966

5 files changed

Lines changed: 54 additions & 4 deletions

File tree

advisories/_posts/2012-05-31-CVE-2012-2660.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ advisory:
1010
gem: activerecord
1111
framework: rails
1212
cve: 2012-2660
13+
ghsa: hgpp-pp89-4fgf
1314
osvdb: 82610
1415
url: https://nvd.nist.gov/vuln/detail/CVE-2012-2660
1516
title: 'CVE-2012-2660 rubygem-actionpack: Unsafe query generation'
@@ -23,7 +24,12 @@ advisory:
2324
a related issue to CVE-2012-2694.
2425
cvss_v2: 7.5
2526
patched_versions:
27+
- "~> 2.3.16"
2628
- "~> 3.0.13"
2729
- "~> 3.1.5"
2830
- ">= 3.2.4"
31+
related:
32+
url:
33+
- https://github.com/advisories/GHSA-hgpp-pp89-4fgf
34+
notes: "- Added GHSA data plus 2.3.16 patch from GHSA.\n"
2935
---

advisories/_posts/2013-02-19-CVE-2013-1756.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ categories:
88
advisory:
99
gem: fog-dragonfly
1010
cve: 2013-1756
11+
ghsa: p463-639r-q9g9
1112
osvdb: 90647
1213
url: https://nvd.nist.gov/vuln/detail/CVE-2013-1756
1314
title: Dragonfly Gem for Ruby Crafted Request Parsing Remote Code Execution
@@ -22,5 +23,25 @@ advisory:
2223
unaffected_versions:
2324
- "< 0.7.0"
2425
patched_versions:
26+
- "~> 0.8.6"
2527
- ">= 0.9.14"
28+
related:
29+
url:
30+
- https://nvd.nist.gov/vuln/detail/CVE-2013-1756
31+
- https://rubygems.org/gems/dragonfly/versions/0.9.14
32+
- https://groups.google.com/forum/?fromgroups=#!topic/dragonfly-users/3c3WIU3VQTo
33+
- https://github.com/markevans/dragonfly/releases/tag/v0.9.14
34+
- https://github.com/markevans/dragonfly/commit/a8775aacf9e5c81cf11bec34b7afa7f27ddfe277
35+
- https://github.com/markevans/dragonfly/releases/tag/security_fix
36+
- https://rubygems.org/gems/dragonfly/versions/0.8.6
37+
- https://github.com/markevans/dragonfly/releases/tag/v0.8.6
38+
- https://github.com/markevans/dragonfly/compare/v0.8.5...v0.8.6
39+
- https://rubygems.org/gems/fog-dragonfly
40+
- https://exchange.xforce.ibmcloud.com/vulnerabilities/82476
41+
- https://web.archive.org/web/20200229103538/http://www.securityfocus.com/bid/58225
42+
- https://github.com/advisories/GHSA-p463-639r-q9g9
43+
notes: |
44+
- See commit URL for patch note in repo's README file.
45+
- Patch was backported to "0.8.6".
46+
- cvss_v2 from nvd.nist.gov URL.
2647
---

advisories/_posts/2014-12-04-CVE-2014-9489.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ categories:
88
advisory:
99
gem: gollum-grit_adapter
1010
cve: 2014-9489
11-
url: https://github.com/gollum/gollum/issues/913
11+
ghsa: q97v-764g-r2rp
12+
url: https://nvd.nist.gov/vuln/detail/CVE-2014-9489
1213
title: gollum-grit_adapter Search Functionality Allows Arbitrary Command Execution
1314
date: 2014-12-04
1415
description: |-
@@ -24,6 +25,17 @@ advisory:
2425
Note that the grep result must find the string 'master' (or
2526
whatever is the default branch that gollum uses) in any of the wiki's
2627
documents for this to succeed.
28+
cvss_v2: 6.5
29+
cvss_v3: 8.8
2730
patched_versions:
2831
- ">= 0.1.1"
32+
related:
33+
url:
34+
- https://nvd.nist.gov/vuln/detail/CVE-2014-9489
35+
- https://github.com/gollum/grit_adapter/commit/4520d973c81fecfebbeacd2ef2f1849d763951c7
36+
- https://github.com/gollum/gollum/issues/913
37+
- http://www.openwall.com/lists/oss-security/2015/01/03/19
38+
- https://web.archive.org/web/20200229041306/http://www.securityfocus.com/bid/71499
39+
- https://github.com/advisories/GHSA-q97v-764g-r2rp
40+
notes: "- cvss_v2 and cvss_v3 from nvd.nist.gov URL.\n"
2941
---

advisories/_posts/2018-01-09-CVE-2018-7212.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ advisory:
99
gem: sinatra
1010
cve: 2018-7212
1111
ghsa: h29f-7f56-j8wh
12-
url: https://github.com/sinatra/sinatra/pull/1379
12+
url: https://nvd.nist.gov/vuln/detail/CVE-2018-7212
1313
title: sinatra ruby gem path traversal via backslash characters on Windows
1414
date: 2018-01-09
1515
description: |-
@@ -22,4 +22,15 @@ advisory:
2222
- "< 2.0.0"
2323
patched_versions:
2424
- ">= 2.0.1"
25+
related:
26+
url:
27+
- https://nvd.nist.gov/vuln/detail/CVE-2018-7212
28+
- https://rubygems.org/gems/sinatra/versions/2.0.1
29+
- https://github.com/sinatra/sinatra/pull/1379
30+
- https://github.com/sinatra/sinatra/commit/6ad721abcfe36334108dcdd05d046c361e1b7a9c
31+
- https://github.com/advisories/GHSA-h29f-7f56-j8wh
32+
notes: |
33+
- cvss_v2 and cvss_v3 from nvd.nist.gov URL.
34+
- "patched_versions" to "sinatra" gem verified in commit URL.
35+
- "unaffected_versions" from global GHSA.
2536
---

advisories/_posts/2026-06-19-CVE-2026-54904.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ advisory:
5858
- https://github.com/ruby-concurrency/concurrent-ruby/security/advisories/GHSA-h8w8-99g7-qmvj
5959
- https://github.com/advisories/GHSA-h8w8-99g7-qmvj
6060
notes: |
61-
- cvss_v4 from GHSA and nvd.nist.gov URL
62-
- cvss_v3 from nvd.nist.gov URL
61+
- cvss_v4 from GHSA and nvd.hist.gov URLs.
62+
- cvss_v3 from nvd.hist.gov URL.
6363
---

0 commit comments

Comments
 (0)