Skip to content

Commit 6ceb705

Browse files
1 parent 0ddefc8 commit 6ceb705

1 file changed

Lines changed: 78 additions & 0 deletions

File tree

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-g7mm-9vx7-jm7h",
4+
"modified": "2026-07-14T19:00:29Z",
5+
"published": "2026-07-14T19:00:29Z",
6+
"aliases": [
7+
"CVE-2026-50141"
8+
],
9+
"summary": "Woodpecker gRPC agent_id metadata can be spoofed- cross-tenant agent impersonation",
10+
"details": "### Impact\nA vulnerability in Woodpecker CI's gRPC layer allowed any authenticated agent to impersonate any other agent on the same server by injecting a forged `agent_id` value into outgoing gRPC metadata. The server correctly verified the JWT token but then discarded the verified agent identity in favor of the client-supplied value.\n\n### Patches\nDirect patch: https://github.com/woodpecker-ci/woodpecker/pull/6567\nLater proper fix: https://github.com/woodpecker-ci/woodpecker/pull/6569\n\n### Workarounds\nDisable org agents (`WOODPECKER_DISABLE_USER_AGENT_REGISTRATION=true`) and delete existing ones\n\n### Resources\nPublic ref: https://github.com/woodpecker-ci/woodpecker/issues/6541\nPrivate com: https://github.com/woodpecker-ci/woodpecker-security/issues/21",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "go.woodpecker-ci.org/woodpecker/v3"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "3.0.0"
29+
},
30+
{
31+
"fixed": "3.14.1"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/woodpecker-ci/woodpecker/security/advisories/GHSA-g7mm-9vx7-jm7h"
42+
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50141"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/woodpecker-ci/woodpecker-security/issues/21"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/woodpecker-ci/woodpecker/issues/6541"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://github.com/woodpecker-ci/woodpecker/pull/6567"
58+
},
59+
{
60+
"type": "WEB",
61+
"url": "https://github.com/woodpecker-ci/woodpecker/pull/6569"
62+
},
63+
{
64+
"type": "PACKAGE",
65+
"url": "https://github.com/woodpecker-ci/woodpecker"
66+
}
67+
],
68+
"database_specific": {
69+
"cwe_ids": [
70+
"CWE-290",
71+
"CWE-639"
72+
],
73+
"severity": "HIGH",
74+
"github_reviewed": true,
75+
"github_reviewed_at": "2026-07-14T19:00:29Z",
76+
"nvd_published_at": "2026-06-18T14:17:29Z"
77+
}
78+
}

0 commit comments

Comments
 (0)