Skip to content

Commit 22a9dcd

Browse files
1 parent f591fdd commit 22a9dcd

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-c2hv-4pfj-mm2r",
4+
"modified": "2025-10-14T18:43:01Z",
5+
"published": "2025-10-14T18:43:01Z",
6+
"aliases": [
7+
"CVE-2025-62157"
8+
],
9+
"summary": "Argo Workflow may expose artifact repository credentials",
10+
"details": "### Summary\nAn attacker who has permissions to read logs from pods in a namespace with Argo Workflow can read `workflow-controller` logs and get credentials to the artifact repository.\n\n### Details\nAn attacker, by reading the logs of the workflow controller pod, can access the artifact repository, and steal, delete or modify the data that resides there. The `workflow-controller` logs show the credentials in plaintext.\n\n<img width=\"1366\" alt=\"screen\" src=\"https://github.com/user-attachments/assets/5642b2be-edcf-4050-bf47-747d05352698\" />\n\n\n### Impact\nAn attacker with access to pod logs in the `argo` namespace can extract plaintext credentials from the `workflow-controller` logs and gain access to the artifact repository. This can lead to:\n- Data exfiltration – theft of sensitive or proprietary artifacts\n- Data tampering – modification of workflows or artifacts\n- Data destruction – deletion of stored artifacts, leading to potential loss of critical data or pipeline failure",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/argoproj/argo-workflows/v3"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "3.7.0"
29+
},
30+
{
31+
"fixed": "3.7.3"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "github.com/argoproj/argo-workflows/v3"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "3.6.12"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "WEB",
60+
"url": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-c2hv-4pfj-mm2r"
61+
},
62+
{
63+
"type": "ADVISORY",
64+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62157"
65+
},
66+
{
67+
"type": "WEB",
68+
"url": "https://github.com/argoproj/argo-workflows/commit/18ad5138b6bcb2aba04e00b4ec657bc6b8fad8df"
69+
},
70+
{
71+
"type": "WEB",
72+
"url": "https://github.com/argoproj/argo-workflows/commit/bded09fe4abd37cb98d7fc81b4c14a6f5034e9ab"
73+
},
74+
{
75+
"type": "PACKAGE",
76+
"url": "https://github.com/argoproj/argo-workflows"
77+
}
78+
],
79+
"database_specific": {
80+
"cwe_ids": [
81+
"CWE-522"
82+
],
83+
"severity": "HIGH",
84+
"github_reviewed": true,
85+
"github_reviewed_at": "2025-10-14T18:43:01Z",
86+
"nvd_published_at": "2025-10-14T15:16:12Z"
87+
}
88+
}

0 commit comments

Comments
 (0)