Skip to content

Commit 806644b

Browse files
committed
data/reports: correct GO-2025-3783
This vulnerability was incorrectly edited by GitHub staff without consulting the project. As noted in the original report, this affects the rotation endpoints on the server: it does not impact the client API package in any way. This vulnerability was original to HashiCorp Vault thus the initial affected version is 0 (present in all earlier OpenBao versions). The server is not directly importable and should not be consumed by third-parties except through a release. See also: GHSA-prpj-rchp-9j5h See also: github/advisory-database#5990 Fixes #3877 Signed-off-by: Alexander Scheel <[email protected]>
1 parent 756520e commit 806644b

File tree

2 files changed

+14
-34
lines changed

2 files changed

+14
-34
lines changed

data/osv/GO-2025-3783.json

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"CVE-2025-52894",
88
"GHSA-prpj-rchp-9j5h"
99
],
10-
"summary": "OpenBao allows cancellation of root rekey and recovery rekey operations without authentication in github.com/openbao/openbao/api",
11-
"details": "OpenBao allows cancellation of root rekey and recovery rekey operations without authentication in github.com/openbao/openbao/api.\n\nNOTE: The source advisory for this report contains additional versions that could not be automatically mapped to standard Go module versions.\n\n(If this is causing false-positive reports from vulnerability scanners, please suggest an edit to the report.)\n\nThe additional affected modules and versions are: .",
10+
"summary": "OpenBao allows cancellation of root rekey and recovery rekey operations without authentication in github.com/openbao/openbao.",
11+
"details": "OpenBao allows cancellation of root rekey and recovery rekey operations without authentication in github.com/openbao/openbao.\n\nNOTE: The source advisory for this report contains additional versions that could not be automatically mapped to standard Go module versions.\n\n(If this is causing false-positive reports from vulnerability scanners, please suggest an edit to the report.)\n\nThe additional affected modules and versions are: github.com/openbao/openbao from v0.0.0 before v2.3.1.",
1212
"affected": [
1313
{
1414
"package": {
15-
"name": "github.com/openbao/openbao/api",
15+
"name": "github.com/openbao/openbao",
1616
"ecosystem": "Go"
1717
},
1818
"ranges": [
@@ -25,33 +25,16 @@
2525
]
2626
}
2727
],
28-
"ecosystem_specific": {}
29-
},
30-
{
31-
"package": {
32-
"name": "github.com/openbao/openbao/api/v2",
33-
"ecosystem": "Go"
34-
},
35-
"ranges": [
36-
{
37-
"type": "SEMVER",
38-
"events": [
39-
{
40-
"introduced": "0"
41-
},
42-
{
43-
"fixed": "2.3.1"
44-
}
45-
]
46-
}
47-
],
4828
"ecosystem_specific": {
4929
"custom_ranges": [
5030
{
5131
"type": "ECOSYSTEM",
5232
"events": [
5333
{
54-
"introduced": "2.2.2"
34+
"introduced": "0.0.0"
35+
},
36+
{
37+
"fixed": "2.3.1"
5538
}
5639
]
5740
}
@@ -69,7 +52,7 @@
6952
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52894"
7053
},
7154
{
72-
"type": "WEB",
55+
"type": "FIX",
7356
"url": "https://github.com/openbao/openbao/commit/fe75468822a22a88318c6079425357a02ae5b77b"
7457
},
7558
{

data/reports/GO-2025-3783.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
id: GO-2025-3783
22
modules:
3-
- module: github.com/openbao/openbao/api
4-
vulnerable_at: 1.12.2
5-
- module: github.com/openbao/openbao/api/v2
6-
versions:
7-
- fixed: 2.3.1
3+
- module: github.com/openbao/openbao
84
non_go_versions:
9-
- introduced: 2.2.2
10-
vulnerable_at: 2.3.0
5+
- introduced: 0.0.0
6+
- fixed: 2.3.1
7+
vulnerable_at: 0.0.0
118
summary: |-
129
OpenBao allows cancellation of root rekey and recovery rekey operations without
13-
authentication in github.com/openbao/openbao/api
10+
authentication in github.com/openbao/openbao.
1411
cves:
1512
- CVE-2025-52894
1613
ghsas:
1714
- GHSA-prpj-rchp-9j5h
1815
references:
1916
- advisory: https://github.com/openbao/openbao/security/advisories/GHSA-prpj-rchp-9j5h
2017
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2025-52894
21-
- web: https://github.com/openbao/openbao/commit/fe75468822a22a88318c6079425357a02ae5b77b
18+
- fix: https://github.com/openbao/openbao/commit/fe75468822a22a88318c6079425357a02ae5b77b
2219
- web: https://github.com/openbao/openbao/releases/tag/v2.3.1
2320
- web: https://openbao.org/docs/deprecation
2421
- web: https://openbao.org/docs/deprecation/unauthed-rekey

0 commit comments

Comments
 (0)