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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
A remote code execution vulnerability exists in invoke-ai/invokeai versions 5.3.1 through 5.4.2 via the /api/v2/models/install API. The vulnerability arises from unsafe deserialization of model files using torch.load without proper validation. Attackers can exploit this by embedding malicious code in model files, which is executed upon loading. This issue is fixed in version 5.4.3.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cve-scores
|
|
- https://github.com/cheshie/code-analysis
|
|
|