Skip to content

Commit 02174b7

Browse files
committed
vulndb: correct misinformation in 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 Resolves: #3877 Signed-off-by: Alexander Scheel <[email protected]>
1 parent 756520e commit 02174b7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

data/osv/GO-2025-3783.json

Lines changed: 6 additions & 6 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: .",
1212
"affected": [
1313
{
1414
"package": {
15-
"name": "github.com/openbao/openbao/api",
15+
"name": "github.com/openbao/openbao",
1616
"ecosystem": "Go"
1717
},
1818
"ranges": [
@@ -29,7 +29,7 @@
2929
},
3030
{
3131
"package": {
32-
"name": "github.com/openbao/openbao/api/v2",
32+
"name": "github.com/openbao/openbao",
3333
"ecosystem": "Go"
3434
},
3535
"ranges": [
@@ -51,7 +51,7 @@
5151
"type": "ECOSYSTEM",
5252
"events": [
5353
{
54-
"introduced": "2.2.2"
54+
"introduced": "0"
5555
}
5656
]
5757
}
@@ -89,4 +89,4 @@
8989
"url": "https://pkg.go.dev/vuln/GO-2025-3783",
9090
"review_status": "UNREVIEWED"
9191
}
92-
}
92+
}

data/reports/GO-2025-3783.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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
3+
- module: github.com/openbao/openbao
4+
vulnerable_at: 0
5+
- module: github.com/openbao/openbao
66
versions:
77
- fixed: 2.3.1
88
non_go_versions:
9-
- introduced: 2.2.2
9+
- introduced: 0
1010
vulnerable_at: 2.3.0
1111
summary: |-
1212
OpenBao allows cancellation of root rekey and recovery rekey operations without
13-
authentication in github.com/openbao/openbao/api
13+
authentication in github.com/openbao/openbao.
1414
cves:
1515
- CVE-2025-52894
1616
ghsas:

0 commit comments

Comments
 (0)