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

|
|

|
|

|
|

|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
A flaw was found in the RPC library APIs of libvirt. The RPC server deserialization code allocates memory for arrays before the non-negative length check is performed by the C API entry points. Passing a negative length to the g_new0 function results in a crash due to the negative length being treated as a huge positive number. This flaw allows a local, unprivileged user to perform a denial of service attack by causing the libvirt daemon to crash.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/NaInSec/CVE-LIST
|
|
- https://github.com/fkie-cad/nvd-json-data-feeds
|
|
|