Tag
gix and gitoxide Repository Boundary Violation via Symlinked .gitmodules
2 rules 1 TTP 1 IOCA vulnerability in gix and gitoxide allows a malicious repository to use a symlinked `.gitmodules` file pointing outside the repository, leading to the parsing of arbitrary, attacker-controlled submodule configurations and potential manipulation of downstream git operations.
gix-pack Denial-of-Service Vulnerabilities
2 rules 1 TTPMultiple denial-of-service vulnerabilities exist in `gix-pack`; crafted delta data can cause unchecked array indexing, leading to panics, and uncapped attacker-controlled size headers enable out-of-memory process kills, triggered by malicious pack data during clone/fetch operations.
gitoxide Arbitrary Command Execution via .gitmodules Bypass
2 rules 1 TTP 1 CVEA vulnerability in gitoxide's `gix_submodule::File::update()` allows arbitrary command execution via a crafted `.gitmodules` file by incorrectly validating the source of the `update` command, enabling an attacker to inject malicious commands after a submodule has been initialized.