mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
929 B
Markdown
18 lines
929 B
Markdown
### [CVE-2024-6960](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-6960)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The H2O machine learning platform uses "Iced" classes as the primary means of moving Java Objects around the cluster. The Iced format supports inclusion of serialized Java objects. When a model is deserialized, any class is allowed to be deserialized (no class whitelist). An attacker can construct a crafted Iced model that uses Java gadgets and leads to arbitrary code execution when imported to the H2O platform.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://research.jfrog.com/vulnerabilities/h2o-model-deserialization-rce-jfsa-2024-001035518/
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|