Lucene search
K

291 matches found

OSV
OSV
added 2023/08/30 9:7 p.m.24 views

CVE-2023-41040 GitPython blind local file inclusion

GitPython is a python library used to interact with Git repositories. In order to resolve some git references, GitPython reads files from the .git directory, in some places the name of the file being read is provided by the user, GitPython doesn't check if this file is located outside the .git...

4CVSS5.9AI score0.01012EPSS
Exploits1References11
AlpineLinux
AlpineLinux
added 2023/08/30 9:7 p.m.26 views

CVE-2023-41040

GitPython is a python library used to interact with Git repositories. In order to resolve some git references, GitPython reads files from the .git directory, in some places the name of the file being read is provided by the user, GitPython doesn't check if this file is located outside the .git...

6.5CVSS6AI score0.01012EPSS
Exploits1
Debian CVE
Debian CVE
added 2023/08/30 9:7 p.m.24 views

CVE-2023-41040

GitPython is a python library used to interact with Git repositories. In order to resolve some git references, GitPython reads files from the .git directory, in some places the name of the file being read is provided by the user, GitPython doesn't check if this file is located outside the .git...

6.5CVSS6AI score0.01012EPSS
Exploits1
vulnersOsv
vulnersOsv
added 2023/08/30 8:9 p.m.3 views

agixt (>=1.2.3 <=1.3.154), aicrowd-cli (>=0.1.8 <=0.1.15) +547 more potentially affected by CVE-2023-41040 via gitpython (>=0.3.4 <=3.1.36)

gitpython PYPI version =0.3.4, =1.2.3, =0.1.8, =0.5.0, =1.0.0, =1.0.1, =0.0.1, =2.0.1, =0.10.0, =0.0.1a0, =0.0.3, =6.1.3, =0.0.3, =0.0.0, =2.0.0 and more Source cves: CVE-2023-41040 Source advisory: OSV:GHSA-CWVM-V4W8-Q58C...

6.5CVSS6.3AI score0.01012EPSS
Exploits1
Github Security Blog
Github Security Blog
added 2023/08/30 8:9 p.m.40 views

GitPython blind local file inclusion

Summary In order to resolve some git references, GitPython reads files from the .git directory, in some places the name of the file being read is provided by the user, GitPython doesn't check if this file is located outside the .git directory. This allows an attacker to make GitPython read any fi...

6.5CVSS5.2AI score0.01012EPSS
Exploits1References11Affected Software1
OSV
OSV
added 2023/08/30 8:9 p.m.2 views

GHSA-CWVM-V4W8-Q58C GitPython blind local file inclusion

Summary In order to resolve some git references, GitPython reads files from the .git directory, in some places the name of the file being read is provided by the user, GitPython doesn't check if this file is located outside the .git directory. This allows an attacker to make GitPython read any fi...

6.9CVSS7.1AI score0.01012EPSS
Exploits1References11
SUSE CVE
SUSE CVE
added 2023/08/30 2:14 a.m.1 views

SUSE CVE-2023-40590

GitPython is a python library used to interact with Git repositories. When resolving a program, Python/Windows look for the current working directory, and after that the PATH environment. GitPython defaults to use the git command, if a user runs GitPython from a repo has a git.exe or git...

7.8CVSS6.9AI score0.00465EPSS
Exploits1References4
Positive Technologies
Positive Technologies
added 2023/08/30 12:0 a.m.3 views

PT-2023-4955

Name of the Vulnerable Software and Affected Versions GitPython versions prior to 3.1.37 Description The issue is related to GitPython's handling of file paths when resolving git references. In some cases, the library reads files from the .git directory based on user-provided input without checki...

8.1CVSS6.8AI score0.01207EPSS
Exploits1References44
GitLab Advisory Database
GitLab Advisory Database
added 2023/08/30 12:0 a.m.25 views

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

GitPython is a python library used to interact with Git repositories. In order to resolve some git references, GitPython reads files from the .git directory, in some places the name of the file being read is provided by the user, GitPython does not check if this file is located outside the .git...

6.5CVSS6.7AI score0.01012EPSS
Exploits1References2Affected Software1
CNNVD
CNNVD
added 2023/08/30 12:0 a.m.29 views

GitPython 路径遍历漏洞

GitPython is a Python library open-sourced by gitpython-developers for interacting with Git repositories. A path traversal vulnerability exists in GitPython 3.1.32 and earlier versions, which stems from the fact that in order to resolve some git references, GitPython reads the file .git from a...

6.5CVSS6.2AI score0.01012EPSS
Exploits1References12
OSV
OSV
added 2023/08/29 11:33 p.m.3 views

GHSA-WFM5-V35H-VWF4 GitPython untrusted search path on Windows systems leading to arbitrary code execution

Summary When resolving a program, Python/Windows look for the current working directory, and after that the PATH environment see big warning in https://docs.python.org/3/library/subprocess.htmlpopen-constructor. GitPython defaults to use the git command, if a user runs GitPython from a repo has a...

8.6CVSS7.3AI score0.00465EPSS
Exploits1References9
vulnersOsv
vulnersOsv
added 2023/08/29 11:33 p.m.3 views

agixt (>=1.2.3 <=1.3.129), aicrowd-cli (>=0.1.8 <=0.1.15) +541 more potentially affected by CVE-2023-40590 via gitpython (>=0.3.4 <=3.1.32)

gitpython PYPI version =0.3.4, =1.2.3, =0.1.8, =0.5.0, =1.0.0, =1.0.1, =0.0.1, =2.0.1, =0.10.0, =0.0.1a0, =0.0.3, =6.1.3, =0.0.3, =0.0.0, =2.0.0 and more Source cves: CVE-2023-40590 Source advisory: OSV:GHSA-WFM5-V35H-VWF4...

7.8CVSS7.2AI score0.00465EPSS
Exploits1
Github Security Blog
Github Security Blog
added 2023/08/29 11:33 p.m.55 views

GitPython untrusted search path on Windows systems leading to arbitrary code execution

Summary When resolving a program, Python/Windows look for the current working directory, and after that the PATH environment see big warning in https://docs.python.org/3/library/subprocess.htmlpopen-constructor. GitPython defaults to use the git command, if a user runs GitPython from a repo has a...

7.8CVSS7.1AI score0.00465EPSS
Exploits1References9Affected Software1
RedhatCVE
RedhatCVE
added 2023/08/29 10:45 p.m.17 views

CVE-2023-40590

A flaw was found in Python/Windows. When resolving a program, it looks for the current working directory followed by the PATH environment. GitPython defaults to use the git command if a user runs GitPython from a repo, has a git.exe, or git executable, that program will run instead of the one in...

7.8CVSS6.3AI score0.00465EPSS
Exploits1References5
NVD
NVD
added 2023/08/28 6:15 p.m.12 views

CVE-2023-40590

GitPython is a python library used to interact with Git repositories. When resolving a program, Python/Windows look for the current working directory, and after that the PATH environment. GitPython defaults to use the git command, if a user runs GitPython from a repo has a git.exe or git...

7.8CVSS7.6AI score0.00465EPSS
Exploits1References2
UbuntuCve
UbuntuCve
added 2023/08/28 6:15 p.m.31 views

CVE-2023-40590

GitPython is a python library used to interact with Git repositories. When resolving a program, Python/Windows look for the current working directory, and after that the PATH environment. GitPython defaults to use the git command, if a user runs GitPython from a repo has a git.exe or git...

7.8CVSS7.1AI score0.00465EPSS
Exploits1References3
Prion
Prion
added 2023/08/28 6:15 p.m.14 views

Design/Logic Flaw

GitPython is a python library used to interact with Git repositories. When resolving a program, Python/Windows look for the current working directory, and after that the PATH environment. GitPython defaults to use the git command, if a user runs GitPython from a repo has a git.exe or git...

4.4CVSS7.5AI score0.00465EPSS
Exploits1References2Affected Software1
vulnersOsv
vulnersOsv
added 2023/08/28 6:15 p.m.1 views

agixt (>=1.2.3 <=1.3.129), aicrowd-cli (>=0.1.8 <=0.1.15) +541 more potentially affected by CVE-2023-40590 via gitpython (>=0.3.4 <=3.1.32)

gitpython PYPI version =0.3.4, =1.2.3, =0.1.8, =0.5.0, =1.0.0, =1.0.1, =0.0.1, =2.0.1, =0.10.0, =0.0.1a0, =0.0.3, =6.1.3, =0.0.3, =0.0.0, =2.0.0 and more Source cves: CVE-2023-40590 Source advisory: OSV:PYSEC-2023-161...

7.8CVSS7.2AI score0.00465EPSS
Exploits1
OSV
OSV
added 2023/08/28 6:15 p.m.1 views

UBUNTU-CVE-2023-40590

GitPython is a python library used to interact with Git repositories. When resolving a program, Python/Windows look for the current working directory, and after that the PATH environment. GitPython defaults to use the git command, if a user runs GitPython from a repo has a git.exe or git...

7.8CVSS7.2AI score0.00465EPSS
Exploits1References4
OSV
OSV
added 2023/08/28 5:24 p.m.16 views

CVE-2023-40590 Untrusted search path on Windows systems leading to arbitrary code execution

GitPython is a python library used to interact with Git repositories. When resolving a program, Python/Windows look for the current working directory, and after that the PATH environment. GitPython defaults to use the git command, if a user runs GitPython from a repo has a git.exe or git...

7.8CVSS7.5AI score0.00465EPSS
Exploits1References4
Rows per page
Query Builder