Skip to content

Commit 50608df

Browse files
jasnowRubySec CI
authored andcommitted
Updated advisory posts against rubysec/ruby-advisory-db@2d7cc28
1 parent 7d2e966 commit 50608df

1 file changed

Lines changed: 28 additions & 4 deletions

File tree

advisories/_posts/2013-02-21-CVE-2013-2506.md

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ advisory:
1010
cve: 2013-2506
1111
osvdb: 90865
1212
ghsa: jp57-9j37-5476
13-
url: https://spreecommerce.com/blog/multiple-security-vulnerabilities-fixed
13+
url: https://nvd.nist.gov/vuln/detail/CVE-2013-2506
1414
title: Spree app/models/spree/user.rb Mass Role Assignment Remote Privilege Escalation
1515
date: 2013-02-21
1616
description: |-
@@ -20,8 +20,32 @@ advisory:
2020
a user. This may allow a remote attacker to assign arbitrary roles and gain
2121
elevated administrative privileges.
2222
cvss_v2: 4.0
23+
unaffected_versions:
24+
- "< 1.0.0"
2325
patched_versions:
24-
- "~> 1.1.6"
25-
- "~> 1.2.0"
26-
- ">= 1.3.0"
26+
- ">= 3.0.5"
27+
related:
28+
url:
29+
- https://nvd.nist.gov/vuln/detail/CVE-2013-2506
30+
- https://rubygems.org/gems/spree_auth_devise/versions/1.3.1
31+
- https://rubygems.org/gems/spree_auth_devise/versions/1.2.0
32+
- https://github.com/spree/spree_auth_devise/commit/038d74771d3b5c13d13b738b73dfda1033a99f65
33+
- https://github.com/spree/spree_auth_devise/commit/fda3ab9fb536c64fe18a9b78bb21c6176b3ea24d
34+
- https://spreecommerce.com/blog/multiple-security-vulnerabilities-fixed
35+
- https://web.archive.org/web/20160331131233/https://spreecommerce.com/blog/multiple-security-vulnerabilities-fixed
36+
- https://github.com/advisories/GHSA-jp57-9j37-5476
37+
notes: |
38+
- patched_versions, cvss_v2, and Commit URLs from nvd.nist.gov URL.
39+
- (YANKED) https://rubygems.org/gems/spree_auth_devise/versions/1.3.0
40+
- 1.1.6 not on https://rubygems.org/gems/spree_auth_devise/versions
41+
- osvdb from found osvdb.csv file: "90865;Spree app/models/spree/user.rb
42+
Mass Role Assignment Remote Privilege Escalation"
43+
- On 8/12/2026: Copilot said that this GHSA advisory's patched_versions
44+
field was updated on 3/7/2024 (could not find a reference) from
45+
- "~> 1.1.6"
46+
- "~> 1.2.0"
47+
- ">= 1.3.0"
48+
TO "3.0.5" so I have updated this file.
49+
- GHSA also had "Affecgted versions" >= 1.0.0, < 3.0.5" so added
50+
unaffected_versions field/value.
2751
---

0 commit comments

Comments
 (0)