Skip to content

Commit 2c97e2d

Browse files
1 parent 39e3372 commit 2c97e2d

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-qr2g-p6q7-w82m",
4+
"modified": "2026-03-07T02:37:47Z",
5+
"published": "2026-03-07T02:37:47Z",
6+
"aliases": [],
7+
"summary": "x402 SDK Security Advisory",
8+
"details": "### Impact\n\nA security vulnerability exists in outdated versions of the x402 SDK.\n\nThis vulnerability does not affect users' private keys, smart contracts, or funds.\n\nThe issue impacts resource servers accepting payments on Solana when the facilitator is running a vulnerable version of the x402 SDK.\n\n### Who Should Take Action\n\nFacilitators that process payments on Solana must upgrade the x402 SDK to the patched versions listed below.\n\nClients are not required to upgrade.\n\nResource servers are not required to upgrade unless they operate their own facilitator (self-facilitate).\n\n### Patches\n\nPlease update to the following package versions:\n* Npm: @x402/svm >= 2.6.0\n* Pypi: x402 >= 2.3.0\n* Go: x402 >= 2.5.0",
9+
"severity": [],
10+
"affected": [
11+
{
12+
"package": {
13+
"ecosystem": "npm",
14+
"name": "@x402/svm"
15+
},
16+
"ranges": [
17+
{
18+
"type": "ECOSYSTEM",
19+
"events": [
20+
{
21+
"introduced": "0"
22+
},
23+
{
24+
"fixed": "2.6.0"
25+
}
26+
]
27+
}
28+
]
29+
},
30+
{
31+
"package": {
32+
"ecosystem": "PyPI",
33+
"name": "x402"
34+
},
35+
"ranges": [
36+
{
37+
"type": "ECOSYSTEM",
38+
"events": [
39+
{
40+
"introduced": "0"
41+
},
42+
{
43+
"fixed": "2.3.0"
44+
}
45+
]
46+
}
47+
]
48+
},
49+
{
50+
"package": {
51+
"ecosystem": "Go",
52+
"name": "github.com/coinbase/x402/go"
53+
},
54+
"ranges": [
55+
{
56+
"type": "ECOSYSTEM",
57+
"events": [
58+
{
59+
"introduced": "0"
60+
},
61+
{
62+
"fixed": "2.5.0"
63+
}
64+
]
65+
}
66+
]
67+
}
68+
],
69+
"references": [
70+
{
71+
"type": "WEB",
72+
"url": "https://github.com/coinbase/x402/security/advisories/GHSA-qr2g-p6q7-w82m"
73+
},
74+
{
75+
"type": "PACKAGE",
76+
"url": "https://github.com/coinbase/x402"
77+
}
78+
],
79+
"database_specific": {
80+
"cwe_ids": [],
81+
"severity": "HIGH",
82+
"github_reviewed": true,
83+
"github_reviewed_at": "2026-03-07T02:37:47Z",
84+
"nvd_published_at": null
85+
}
86+
}

0 commit comments

Comments
 (0)