mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-pj95-ph4q-4qm4 GHSA-jpmc-7p9c-4rxf GHSA-mrhh-3ggq-23p2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-pj95-ph4q-4qm4",
|
||||
"modified": "2024-10-02T21:50:29Z",
|
||||
"modified": "2025-03-20T18:51:13Z",
|
||||
"published": "2024-10-02T18:31:32Z",
|
||||
"aliases": [
|
||||
"CVE-2024-47803"
|
||||
|
||||
File diff suppressed because one or more lines are too long
+29
-4
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-mrhh-3ggq-23p2",
|
||||
"modified": "2025-03-20T12:32:38Z",
|
||||
"modified": "2025-03-20T18:53:09Z",
|
||||
"published": "2025-03-20T12:32:38Z",
|
||||
"aliases": [
|
||||
"CVE-2024-10190"
|
||||
],
|
||||
"summary": "Horovod Vulnerable to Command Injection",
|
||||
"details": "Horovod versions up to and including v0.28.1 are vulnerable to unauthenticated remote code execution. The vulnerability is due to improper handling of base64-encoded data in the `ElasticRendezvousHandler`, a subclass of `KVStoreHandler`. Specifically, the `_put_value` method in `ElasticRendezvousHandler` calls `codec.loads_base64(value)`, which eventually invokes `cloudpickle.loads(decoded)`. This allows an attacker to send a malicious pickle object via a PUT request, leading to arbitrary code execution on the server.",
|
||||
"severity": [
|
||||
{
|
||||
@@ -13,12 +14,36 @@
|
||||
"score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
|
||||
}
|
||||
],
|
||||
"affected": [],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "PyPI",
|
||||
"name": "horovod"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"last_affected": "0.28.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10190"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/horovod/horovod"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://huntr.com/bounties/3e398d1f-70c2-4e05-ae22-f5d66b19a754"
|
||||
@@ -29,8 +54,8 @@
|
||||
"CWE-77"
|
||||
],
|
||||
"severity": "CRITICAL",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-03-20T18:53:09Z",
|
||||
"nvd_published_at": "2025-03-20T10:15:15Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user