Skip to content

Commit 196513e

Browse files
1 parent dd32508 commit 196513e

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-prh4-vhfh-24mj",
4+
"modified": "2026-03-26T22:25:26Z",
5+
"published": "2026-03-26T22:25:26Z",
6+
"aliases": [],
7+
"summary": "Harbor: LDAP password and OIDC secret are not redacted in the audit log",
8+
"details": "### Impact\nHarbor write configuration payload to audit log when configuration change, the ldap_search_password and oidc_client_secret will be logged in the audit log without redacted\n\n### Patches\nHarbor v2.15.0, v2.14.3, v2.13.5\n\n### Workarounds\nDisable audit log configure event in Harbor Web Console: Go to Administration -> Configuration -> Enable Audit Log Event Type -> Uncheck \"Update Configuration\" and click \"Save\" Button.",
9+
"severity": [
10+
{
11+
"type": "CVSS_V4",
12+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "Go",
19+
"name": "github.com/goharbor/harbor"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "2.13.0"
27+
},
28+
{
29+
"fixed": "2.13.5"
30+
}
31+
]
32+
}
33+
]
34+
},
35+
{
36+
"package": {
37+
"ecosystem": "Go",
38+
"name": "github.com/goharbor/harbor"
39+
},
40+
"ranges": [
41+
{
42+
"type": "ECOSYSTEM",
43+
"events": [
44+
{
45+
"introduced": "2.14.0"
46+
},
47+
{
48+
"fixed": "2.14.3"
49+
}
50+
]
51+
}
52+
]
53+
}
54+
],
55+
"references": [
56+
{
57+
"type": "WEB",
58+
"url": "https://github.com/goharbor/harbor/security/advisories/GHSA-prh4-vhfh-24mj"
59+
},
60+
{
61+
"type": "WEB",
62+
"url": "https://github.com/goharbor/harbor/commit/85e756486fc19333c5c300d7ac273e1580dc9350"
63+
},
64+
{
65+
"type": "PACKAGE",
66+
"url": "https://github.com/goharbor/harbor"
67+
}
68+
],
69+
"database_specific": {
70+
"cwe_ids": [
71+
"CWE-532",
72+
"CWE-312"
73+
],
74+
"severity": "MODERATE",
75+
"github_reviewed": true,
76+
"github_reviewed_at": "2026-03-26T22:25:26Z",
77+
"nvd_published_at": null
78+
}
79+
}

0 commit comments

Comments
 (0)