Skip to content

Commit 7aa6e27

Browse files
1 parent bd38aac commit 7aa6e27

File tree

1 file changed

+37
-4
lines changed

1 file changed

+37
-4
lines changed

advisories/unreviewed/2025/11/GHSA-mj6p-p843-x5wc/GHSA-mj6p-p843-x5wc.json renamed to advisories/github-reviewed/2025/11/GHSA-mj6p-p843-x5wc/GHSA-mj6p-p843-x5wc.json

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,49 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-mj6p-p843-x5wc",
4-
"modified": "2025-11-12T18:31:25Z",
4+
"modified": "2025-11-14T21:39:19Z",
55
"published": "2025-11-12T18:31:25Z",
66
"aliases": [
77
"CVE-2025-2843"
88
],
9+
"summary": "Observability Operator is vulnerable to Incorrect Privilege Assignment through its Custom Resource MonitorStack",
910
"details": "A flaw was found in the Observability Operator. The Operator creates a ServiceAccount with *ClusterRole* upon deployment of the *Namespace-Scoped* Custom Resource MonitorStack. This issue allows an adversarial Kubernetes Account with only namespaced-level roles, for example, a tenant controlling a namespace, to create a MonitorStack in the authorized namespace and then elevate permission to the cluster level by impersonating the ServiceAccount created by the Operator, resulting in privilege escalation and other issues.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/rhobs/observability-operator"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.3.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-2843"
2142
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/rhobs/observability-operator/commit/98b927fab755decd6e030ac6af5c005879bab020"
46+
},
2247
{
2348
"type": "WEB",
2449
"url": "https://access.redhat.com/errata/RHSA-2025:21146"
@@ -30,15 +55,23 @@
3055
{
3156
"type": "WEB",
3257
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355222"
58+
},
59+
{
60+
"type": "PACKAGE",
61+
"url": "https://github.com/rhobs/observability-operator"
62+
},
63+
{
64+
"type": "WEB",
65+
"url": "https://github.com/rhobs/observability-operator/releases/tag/v1.3.0"
3366
}
3467
],
3568
"database_specific": {
3669
"cwe_ids": [
3770
"CWE-266"
3871
],
3972
"severity": "HIGH",
40-
"github_reviewed": false,
41-
"github_reviewed_at": null,
73+
"github_reviewed": true,
74+
"github_reviewed_at": "2025-11-14T21:39:19Z",
4275
"nvd_published_at": "2025-11-12T17:15:37Z"
4376
}
4477
}

0 commit comments

Comments
 (0)