Skip to content

Commit 1585dca

Browse files
1 parent 86a9979 commit 1585dca

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed
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-rc54-2g2c-g36g",
4+
"modified": "2025-10-22T19:55:40Z",
5+
"published": "2025-10-22T19:55:40Z",
6+
"aliases": [
7+
"CVE-2025-62705"
8+
],
9+
"summary": "OpenBao and Vault Leak []byte Fields in Audit Logs ",
10+
"details": "### Impact\n\nOpenBao's audit log did not appropriately redact fields when relevant subsystems sent `[]byte` response parameters rather than `string`s. This includes, but is not limited to:\n\n- `sys/raw` with use of `encoding=base64`, all data would be emitted unredacted to the audit log.\n- Transit, when performing a signing operation with a derived Ed25519 key, would emit public keys to the audit log.\n\nThird-party plugins may be affected.\n\nThis issue has been present since HashiCorp Vault and continues to impact Vault as of v1.20.4. \n\n### Patches\n\nOpenBao v2.4.2 will patch this issue.\n\n### Workarounds\n\nIf users do not use the above functionality, they are not impacted. To prohibit the use of `sys/raw` globally, ensure `raw_storage_endpoint=false` is set or missing from the server configuration.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:P/VC:H/VI:N/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-20251022165510-cc2c476bac66"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/openbao/openbao/security/advisories/GHSA-rc54-2g2c-g36g"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/openbao/openbao/commit/cc2c476bac66e1d94776c2629793daec3af625f8"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/openbao/openbao"
50+
}
51+
],
52+
"database_specific": {
53+
"cwe_ids": [
54+
"CWE-532"
55+
],
56+
"severity": "MODERATE",
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2025-10-22T19:55:40Z",
59+
"nvd_published_at": null
60+
}
61+
}

0 commit comments

Comments
 (0)