Skip to content

Commit a72c845

Browse files
committed
data/reports: add GO-2023-1548.yaml
Aliases: CVE-2023-25163, GHSA-mv6w-j4xc-qpfw Fixes #1548 Change-Id: If5f4bbf6af4926b0e531d3198e05918d02050dac Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/468316 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Tim King <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]> Run-TryBot: Tatiana Bradley <[email protected]>
1 parent 48f52af commit a72c845

File tree

2 files changed

+104
-0
lines changed

2 files changed

+104
-0
lines changed

data/osv/GO-2023-1548.json

+65
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"id": "GO-2023-1548",
3+
"published": "0001-01-01T00:00:00Z",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"aliases": [
6+
"CVE-2023-25163",
7+
"GHSA-mv6w-j4xc-qpfw"
8+
],
9+
"details": "Argo CD has an output sanitization bug which leaks repository access credentials in error messages.\n\nThese error messages are visible to the user, and they are logged. The error message is visible when a user attempts to create or update an Application via the Argo CD API (and therefor the UI or CLI).\n\nThe user must have `applications, create` or `applications, update` RBAC access to reach the code which may produce the error. The user is not guaranteed to be able to trigger the error message. They may attempt to spam the API with requests to trigger a rate limit error from the upstream repository.\n\nIf the user has `repositories, update` access, they may edit an existing repository to introduce a URL typo or otherwise force an error message.",
10+
"affected": [
11+
{
12+
"package": {
13+
"name": "github.com/argoproj/argo-cd/v2",
14+
"ecosystem": "Go"
15+
},
16+
"ranges": [
17+
{
18+
"type": "SEMVER",
19+
"events": [
20+
{
21+
"introduced": "2.6.0-rc1"
22+
},
23+
{
24+
"fixed": "2.6.1"
25+
}
26+
]
27+
}
28+
],
29+
"database_specific": {
30+
"url": "https://pkg.go.dev/vuln/GO-2023-1548"
31+
},
32+
"ecosystem_specific": {
33+
"imports": [
34+
{
35+
"path": "github.com/argoproj/argo-cd/v2/util/argo",
36+
"symbols": [
37+
"ValidateRepo",
38+
"validateRepo"
39+
]
40+
}
41+
]
42+
}
43+
}
44+
],
45+
"references": [
46+
{
47+
"type": "ADVISORY",
48+
"url": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-mv6w-j4xc-qpfw"
49+
},
50+
{
51+
"type": "REPORT",
52+
"url": "https://github.com/argoproj/argo-cd/issues/12309"
53+
},
54+
{
55+
"type": "FIX",
56+
"url": "https://github.com/argoproj/argo-cd/pull/12320"
57+
}
58+
],
59+
"credits": [
60+
{
61+
"name": "James Callahan"
62+
}
63+
],
64+
"schema_version": "1.3.1"
65+
}

data/reports/GO-2023-1548.yaml

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
modules:
2+
- module: github.com/argoproj/argo-cd/v2
3+
versions:
4+
- introduced: 2.6.0-rc1
5+
- fixed: 2.6.1
6+
vulnerable_at: 2.6.0
7+
packages:
8+
- package: github.com/argoproj/argo-cd/v2/util/argo
9+
symbols:
10+
- validateRepo
11+
derived_symbols:
12+
- ValidateRepo
13+
description: |-
14+
Argo CD has an output sanitization bug which leaks repository access
15+
credentials in error messages.
16+
17+
These error messages are visible to the user, and they are logged.
18+
The error message is visible when a user attempts to create or
19+
update an Application via the Argo CD API (and therefor the UI or
20+
CLI).
21+
22+
The user must have `applications, create` or `applications, update`
23+
RBAC access to reach the code which may produce the error. The user
24+
is not guaranteed to be able to trigger the error message. They may
25+
attempt to spam the API with requests to trigger a rate limit error
26+
from the upstream repository.
27+
28+
If the user has `repositories, update` access, they may edit an
29+
existing repository to introduce a URL typo or otherwise force an
30+
error message.
31+
cves:
32+
- CVE-2023-25163
33+
ghsas:
34+
- GHSA-mv6w-j4xc-qpfw
35+
credit: James Callahan
36+
references:
37+
- advisory: https://github.com/argoproj/argo-cd/security/advisories/GHSA-mv6w-j4xc-qpfw
38+
- report: https://github.com/argoproj/argo-cd/issues/12309
39+
- fix: https://github.com/argoproj/argo-cd/pull/12320

0 commit comments

Comments
 (0)