2 matches found
The vulnerability in the has_dir_name function in src/libgit2/index.c of the Git methods implementation in C language, Libgit2, allows a attacker to execute arbitrary code.
The vulnerability of the hasdirname function in src/libgit2/index.c, which implements Git methods in the C language, is related to buffer overflows in dynamic memory. Exploiting this vulnerability could allow a remote attacker to execute arbitrary code...
CVE-2024-24577 libgit2 is vulnerable to arbitrary code execution due to heap corruption in `git_index_add`
libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Using well-crafted inputs to gitindexadd can cause heap corruption that could be leveraged for arbitrary code execution. There...