Skip to content

Commit ebbfa33

Browse files
1 parent 9dfd16a commit ebbfa33

2 files changed

Lines changed: 174 additions & 0 deletions

File tree

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-2gw9-c2r2-f5qf",
4+
"modified": "2026-04-21T17:24:42Z",
5+
"published": "2026-04-21T17:24:42Z",
6+
"aliases": [
7+
"CVE-2026-39386"
8+
],
9+
"summary": "Neko has a Self-service Privilege Escalation for Authenticated Users",
10+
"details": "### Impact\n\nAny authenticated user can immediately obtain full administrative control of the entire Neko instance (member management, room settings, broadcast control, session termination, etc.). This results in a complete compromise of the instance.\n\n### Patches\n\nThe vulnerability has been patched in the following releases:\n\n- [v3.0.11](https://github.com/m1k1o/neko/releases/tag/v3.0.11) (backport release)\n- [v3.1.2](https://github.com/m1k1o/neko/releases/tag/v3.1.2) (latest stable release)\n\nUsers should upgrade to [v3.0.11](https://github.com/m1k1o/neko/releases/tag/v3.0.11) or later (for the 3.0 branch) or [v3.1.2](https://github.com/m1k1o/neko/releases/tag/v3.1.2) or later.\n\n### Workarounds\n\nIf upgrading is not immediately possible, the following mitigations can reduce risk:\n\n- Restrict access to trusted users only (avoid granting accounts to untrusted parties)\n- Run the instance only when needed; avoid leaving it continuously exposed\n- Disable or restrict access to the `/api/profile` endpoint if feasible\n- Monitor for suspicious privilege changes or unexpected administrative actions\n\nNote: These are temporary mitigations and do not fully eliminate the vulnerability. Upgrading is strongly recommended.\n\n### Credits\nNeko thanks @blitzkrieg-patch for responsibly disclosing this vulnerability and reaching out directly. This contribution helped strengthen the project, and the whole community benefits from it.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/m1k1o/neko/server"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "3.0.0"
29+
},
30+
{
31+
"fixed": "3.0.11"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "github.com/m1k1o/neko/server"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0.0.0-20250322225643-212bf8a60756"
48+
},
49+
{
50+
"fixed": "0.0.0-20260406184107-c54bcf1ee211"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "WEB",
60+
"url": "https://github.com/m1k1o/neko/security/advisories/GHSA-2gw9-c2r2-f5qf"
61+
},
62+
{
63+
"type": "ADVISORY",
64+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39386"
65+
},
66+
{
67+
"type": "WEB",
68+
"url": "https://github.com/m1k1o/neko/commit/6b561feb9016badea99ae7305091c0ff55e1d114"
69+
},
70+
{
71+
"type": "WEB",
72+
"url": "https://github.com/m1k1o/neko/commit/c54bcf1ee211e28104a2bb6db59583a39c4a4d6e"
73+
},
74+
{
75+
"type": "PACKAGE",
76+
"url": "https://github.com/m1k1o/neko"
77+
},
78+
{
79+
"type": "WEB",
80+
"url": "https://github.com/m1k1o/neko/releases/tag/v3.0.11"
81+
},
82+
{
83+
"type": "WEB",
84+
"url": "https://github.com/m1k1o/neko/releases/tag/v3.1.2"
85+
}
86+
],
87+
"database_specific": {
88+
"cwe_ids": [
89+
"CWE-20",
90+
"CWE-269",
91+
"CWE-284",
92+
"CWE-639",
93+
"CWE-862"
94+
],
95+
"severity": "HIGH",
96+
"github_reviewed": true,
97+
"github_reviewed_at": "2026-04-21T17:24:42Z",
98+
"nvd_published_at": "2026-04-21T01:16:06Z"
99+
}
100+
}
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-7ccv-rp6m-rffr",
4+
"modified": "2026-04-21T17:26:42Z",
5+
"published": "2026-04-21T17:26:42Z",
6+
"aliases": [
7+
"CVE-2026-39388"
8+
],
9+
"summary": "OpenBao's Certificate Authentication Allows Token Renewal With Different Certificate",
10+
"details": "### Background\n\nOpenBao's Certificate authentication method, when a token renewal is requested and `disable_binding=true` is set, attempts to verify the current request's presented mTLS certificate matches the original. Token renewals for other authentication methods do not require any supplied login information.\n\n### Impact\n\nDue to incorrect matching, the certificate authentication method would allow renewal of tokens for which the attacker had a sibling certificate+key signed by the same CA, but which did not necessarily match the original role or the originally supplied certificate. This implies an attacker could still authenticate to OpenBao in a similar scope, however, token renewal implies that an attacker may be able to extend the lifetime of dynamic leases held by the original token. This attack requires knowledge of either the original token or its accessor. \n\nThis vulnerability is originally from HashiCorp Vault.\n\n### Patches\n\nThis has been addressed in v2.5.3.\n\n### Workarounds\n\nEnsure privileged roles are tightly scoped to single certificates.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:P/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/openbao/openbao"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "0.0.0-20260420160924-abe84e1af4c3"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/openbao/openbao/security/advisories/GHSA-7ccv-rp6m-rffr"
42+
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39388"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/openbao/openbao/pull/2932"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/openbao/openbao/commit/9ab7a066826cc544c30e8b203f8f472076f366e1"
54+
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "https://github.com/openbao/openbao"
58+
},
59+
{
60+
"type": "WEB",
61+
"url": "https://github.com/openbao/openbao/releases/tag/v2.5.3"
62+
}
63+
],
64+
"database_specific": {
65+
"cwe_ids": [
66+
"CWE-295",
67+
"CWE-863"
68+
],
69+
"severity": "LOW",
70+
"github_reviewed": true,
71+
"github_reviewed_at": "2026-04-21T17:26:42Z",
72+
"nvd_published_at": "2026-04-21T01:16:06Z"
73+
}
74+
}

0 commit comments

Comments
 (0)