Skip to content

Commit 2253c0e

Browse files
1 parent 9b84de1 commit 2253c0e

File tree

1 file changed

+56
-8
lines changed

1 file changed

+56
-8
lines changed

advisories/unreviewed/2025/08/GHSA-x485-rhg3-cqr4/GHSA-x485-rhg3-cqr4.json renamed to advisories/github-reviewed/2025/08/GHSA-x485-rhg3-cqr4/GHSA-x485-rhg3-cqr4.json

Lines changed: 56 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,80 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-x485-rhg3-cqr4",
4-
"modified": "2025-11-25T15:31:33Z",
4+
"modified": "2025-11-26T00:04:31Z",
55
"published": "2025-08-20T18:30:21Z",
66
"aliases": [
77
"CVE-2011-10026"
88
],
9+
"summary": "Spree Commerce is vulnerable to RCE through Search API",
910
"details": "Spreecommerce versions prior to 0.50.x contain a remote command execution vulnerability in the API's search functionality. Improper input sanitation allows attackers to inject arbitrary shell commands via the search[instance_eval] parameter, which is dynamically invoked using Ruby’s send method. This flaw enables unauthenticated attackers to execute commands on the server.",
1011
"severity": [
1112
{
12-
"type": "CVSS_V3",
13-
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "RubyGems",
21+
"name": "spree"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0.30.0.beta1"
29+
},
30+
{
31+
"fixed": "0.50.0"
32+
}
33+
]
34+
}
35+
]
1436
},
1537
{
16-
"type": "CVSS_V4",
17-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
38+
"package": {
39+
"ecosystem": "RubyGems",
40+
"name": "rd_searchlogic"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"last_affected": "3.0.1"
51+
}
52+
]
53+
}
54+
]
1855
}
1956
],
20-
"affected": [],
2157
"references": [
2258
{
2359
"type": "ADVISORY",
2460
"url": "https://nvd.nist.gov/vuln/detail/CVE-2011-10026"
2561
},
62+
{
63+
"type": "WEB",
64+
"url": "https://github.com/spree/spree/commit/0a9a360c590829d8a377ceae0cf997bbbbcc2df4"
65+
},
66+
{
67+
"type": "WEB",
68+
"url": "https://github.com/spree/spree/commit/3b559e7219f3681184be409ad00cd34a34a37978"
69+
},
2670
{
2771
"type": "WEB",
2872
"url": "https://github.com/spree"
2973
},
74+
{
75+
"type": "PACKAGE",
76+
"url": "https://github.com/spree/spree"
77+
},
3078
{
3179
"type": "WEB",
3280
"url": "https://raw.githubusercontent.com/rapid7/metasploit-framework/master/modules/exploits/multi/http/spree_searchlogic_exec.rb"
@@ -50,8 +98,8 @@
5098
"CWE-94"
5199
],
52100
"severity": "CRITICAL",
53-
"github_reviewed": false,
54-
"github_reviewed_at": null,
101+
"github_reviewed": true,
102+
"github_reviewed_at": "2025-11-26T00:04:31Z",
55103
"nvd_published_at": "2025-08-20T16:15:35Z"
56104
}
57105
}

0 commit comments

Comments
 (0)