Skip to content

Commit 0bf5945

Browse files
1 parent fbdc092 commit 0bf5945

2 files changed

Lines changed: 135 additions & 0 deletions

File tree

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-65xw-vw82-r86x",
4+
"modified": "2026-03-29T15:19:45Z",
5+
"published": "2026-03-29T15:19:45Z",
6+
"aliases": [
7+
"CVE-2026-32287"
8+
],
9+
"summary": "XPath: Boolean expression infinite loop leads to denial of service via CPU exhaustion",
10+
"details": "Boolean expressions that evaluate to true can cause an infinite loop in logicalQuery.Select, leading to 100% CPU usage. This can be triggered by top-level selectors such as \"1=1\" or \"true()\".",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/antchfx/xpath"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.3.6"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32287"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/antchfx/xpath/issues/121"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/golang/vulndb/issues/4526"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/antchfx/xpath/commit/afd4762cc342af56345a3fb4002a59281fcab494"
54+
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "https://github.com/antchfx/xpath"
58+
},
59+
{
60+
"type": "WEB",
61+
"url": "https://pkg.go.dev/vuln/GO-2026-4526"
62+
}
63+
],
64+
"database_specific": {
65+
"cwe_ids": [
66+
"CWE-400",
67+
"CWE-835"
68+
],
69+
"severity": "HIGH",
70+
"github_reviewed": true,
71+
"github_reviewed_at": "2026-03-29T15:19:45Z",
72+
"nvd_published_at": "2026-03-26T20:16:12Z"
73+
}
74+
}
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-fxc9-7j2w-vx54",
4+
"modified": "2026-03-29T15:20:45Z",
5+
"published": "2026-03-29T15:20:45Z",
6+
"aliases": [],
7+
"summary": "mpp has multiple payment bypass and griefing vulnerabilities",
8+
"details": "### Impact\nMultiple vulnerabilities were discovered which allowed for undesirable behaviors, including:\n- Performing free `tempo/charge` requests\n- Replaying existing `tempo/charge` requests\n- Performing free `tempo/session` requests\n- Piggybacking off existing `tempo/session` channels\n- Griefing existing `tempo/session` channels\n- Manipulate the fee payer of a `tempo/charge` or `tempo/session` handler into paying for requests\n- Replaying existing `stripe/charge` requests\n\n### Patches\nThe issues are patched in 0.8.0\n\n### Workarounds\nThere are no workarounds available for these vulnerabilities",
9+
"severity": [
10+
{
11+
"type": "CVSS_V4",
12+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:H/SI:H/SA:N"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "crates.io",
19+
"name": "mpp"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "0"
27+
},
28+
{
29+
"fixed": "0.8.0"
30+
}
31+
]
32+
}
33+
]
34+
}
35+
],
36+
"references": [
37+
{
38+
"type": "WEB",
39+
"url": "https://github.com/tempoxyz/mpp-rs/security/advisories/GHSA-fxc9-7j2w-vx54"
40+
},
41+
{
42+
"type": "PACKAGE",
43+
"url": "https://github.com/tempoxyz/mpp-rs"
44+
},
45+
{
46+
"type": "WEB",
47+
"url": "https://github.com/tempoxyz/mpp-rs/releases/tag/v0.8.0"
48+
}
49+
],
50+
"database_specific": {
51+
"cwe_ids": [
52+
"CWE-288",
53+
"CWE-294",
54+
"CWE-345"
55+
],
56+
"severity": "CRITICAL",
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2026-03-29T15:20:45Z",
59+
"nvd_published_at": null
60+
}
61+
}

0 commit comments

Comments
 (0)