Skip to content

Commit 59e29ea

Browse files
1 parent 5fb4506 commit 59e29ea

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

advisories/unreviewed/2025/12/GHSA-pcqx-8qww-7f4v/GHSA-pcqx-8qww-7f4v.json renamed to advisories/github-reviewed/2025/12/GHSA-pcqx-8qww-7f4v/GHSA-pcqx-8qww-7f4v.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-pcqx-8qww-7f4v",
4-
"modified": "2025-12-15T21:30:30Z",
4+
"modified": "2025-12-16T20:11:05Z",
55
"published": "2025-12-15T18:30:39Z",
66
"aliases": [
77
"CVE-2025-13888"
88
],
9+
"summary": "OpenShift GitOps authenticated attackers can obtain cluster root access through forged ArgoCD custom resources",
910
"details": "A flaw was found in OpenShift GitOps. Namespace admins can create ArgoCD Custom Resources (CRs) that trick the system into granting them elevated permissions in other namespaces, including privileged namespaces. An authenticated attacker can then use these elevated permissions to create privileged workloads that run on master nodes, effectively giving them root access to the entire cluster.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/redhat-developer/gitops-operator"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "1.17.0-rc5"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -38,15 +59,19 @@
3859
{
3960
"type": "WEB",
4061
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418361"
62+
},
63+
{
64+
"type": "PACKAGE",
65+
"url": "https://github.com/redhat-developer/gitops-operator"
4166
}
4267
],
4368
"database_specific": {
4469
"cwe_ids": [
4570
"CWE-266"
4671
],
4772
"severity": "CRITICAL",
48-
"github_reviewed": false,
49-
"github_reviewed_at": null,
73+
"github_reviewed": true,
74+
"github_reviewed_at": "2025-12-16T20:11:04Z",
5075
"nvd_published_at": "2025-12-15T16:15:50Z"
5176
}
5277
}

0 commit comments

Comments
 (0)