mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish GHSA-7633-x85h-5mqh
This commit is contained in:
+29
-4
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-7633-x85h-5mqh",
|
||||
"modified": "2025-06-04T06:30:26Z",
|
||||
"modified": "2025-06-05T05:10:13Z",
|
||||
"published": "2025-06-04T06:30:26Z",
|
||||
"aliases": [
|
||||
"CVE-2025-48710"
|
||||
],
|
||||
"summary": "kro Confused Deputy vulnerability",
|
||||
"details": "kro (Kube Resource Orchestrator) 0.1.0 before 0.2.1 allows users (with permission to create or modify ResourceGraphDefinition resources) to supply arbitrary container images. This can lead to a confused-deputy scenario where kro's controllers deploy and run attacker-controlled images, resulting in unauthenticated remote code execution on cluster nodes.",
|
||||
"severity": [
|
||||
{
|
||||
@@ -13,12 +14,36 @@
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:L/A:N"
|
||||
}
|
||||
],
|
||||
"affected": [],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Go",
|
||||
"name": "github.com/kro-run/kro"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0.1.0"
|
||||
},
|
||||
{
|
||||
"fixed": "0.2.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48710"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/kro-run/kro"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/kro-run/kro/compare/v0.2.1...v0.2.2"
|
||||
@@ -33,8 +58,8 @@
|
||||
"CWE-441"
|
||||
],
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-06-05T05:10:13Z",
|
||||
"nvd_published_at": "2025-06-04T06:15:21Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user