Vulnerabilities (CVE)

Filtered by vendor Git Large File Storage Project
Angry Yack Logo
Total 4 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2017-17831 1 Git Large File Storage Project 1 Git Large File Storage 2025-04-20 6.8 MEDIUM 8.8 HIGH
GitHub Git LFS before 2.1.1 allows remote attackers to execute arbitrary commands via an ssh URL with an initial dash character in the hostname, located on a "url =" line in a .lfsconfig file within a repository.
CVE-2022-24826 1 Git Large File Storage Project 1 Git Large File Storage 2024-11-21 4.4 MEDIUM 9.8 CRITICAL
On Windows, if Git LFS operates on a malicious repository with a `..exe` file as well as a file named `git.exe`, and `git.exe` is not found in `PATH`, the `..exe` program will be executed, permitting the attacker to execute arbitrary code. This does not affect Unix systems. Similarly, if the malicious repository contains files named `..exe` and `cygpath.exe`, and `cygpath.exe` is not found in `PATH`, the `..exe` program will be executed when certain Git LFS commands are run. More generally, if t ...

Show More

CVE-2021-21237 1 Git Large File Storage Project 1 Git Large File Storage 2024-11-21 4.6 MEDIUM 7.2 HIGH
Git LFS is a command line extension for managing large files with Git. On Windows, if Git LFS operates on a malicious repository with a git.bat or git.exe file in the current directory, that program would be executed, permitting the attacker to execute arbitrary code. This does not affect Unix systems. This is the result of an incomplete fix for CVE-2020-27955. This issue occurs because on Windows, Go includes (and prefers) the current directory when the name of a command run does not contain a ...

Show More

CVE-2020-27955 1 Git Large File Storage Project 1 Git Large File Storage 2024-11-21 10.0 HIGH 9.8 CRITICAL
Git LFS 2.12.0 allows Remote Code Execution.