Lucene search
+L

363 matches found

Github Security Blog
Github Security Blog
added 2026/05/08 11:19 p.m.14 views

GitPython: Newline injection in config_writer() section parameter bypasses CVE-2026-42215 patch, enabling RCE via core.hooksPath

Summary The patch for CVE-2026-42215 GitPython 3.1.49 validates newlines only in the value parameter of setvalue. The section and option parameters are passed to configparser without any newline validation. An attacker who controls the section argument can inject \n to write arbitrary section...

8.8CVSS5.9AI score0.00749EPSS
SaveExploits1References3Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/05/08 12:0 a.m.20 views

Linux Distros Unpatched Vulnerability : CVE-2026-44243

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - GitPython is a python library used to interact with Git repositories. Prior to version 3.1.48, a vulnerability in GitPython allows attackers who can supply a...

8.8CVSS7.2AI score0.00419EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/05/08 12:0 a.m.27 views

Linux Distros Unpatched Vulnerability : CVE-2026-44244

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - GitPython is a python library used to interact with Git repositories. Prior to version 3.1.49, GitConfigParser.setvalue passes values to Python's configparser...

7.8CVSS7.2AI score0.00237EPSS
SaveExploits1References3
NVD
NVD
added 2026/05/07 7:16 p.m.12 views

CVE-2026-44243

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.48, a vulnerability in GitPython allows attackers who can supply a crafted reference path to an application using GitPython to write, overwrite, move, or delete files outside the repository’s .git directory...

8.8CVSS0.00419EPSS
SaveExploits1References2
OSV
OSV
added 2026/05/07 7:16 p.m.5 views

DEBIAN-CVE-2026-44243

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.48, a vulnerability in GitPython allows attackers who can supply a crafted reference path to an application using GitPython to write, overwrite, move, or delete files outside the repository’s .git directory...

7.1CVSS5.7AI score0.00419EPSS
SaveExploits1References1
NVD
NVD
added 2026/05/07 7:16 p.m.34 views

CVE-2026-44244

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.49, GitConfigParser.setvalue passes values to Python's configparser without validating for newlines. GitPython's own write converts embedded newlines into indented continuation lines e.g. \n becomes \n\t, b...

7.8CVSS0.00237EPSS
SaveExploits1References2
OSV
OSV
added 2026/05/07 7:16 p.m.5 views

DEBIAN-CVE-2026-44244

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.49, GitConfigParser.setvalue passes values to Python's configparser without validating for newlines. GitPython's own write converts embedded newlines into indented continuation lines e.g. \n becomes \n\t, b...

7.8CVSS5.8AI score0.00237EPSS
SaveExploits1References1
OSV
OSV
added 2026/05/07 7:16 p.m.6 views

PYSEC-2026-2163

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.49, GitConfigParser.setvalue passes values to Python's configparser without validating for newlines. GitPython's own write converts embedded newlines into indented continuation lines e.g. \n becomes \n\t, b...

7.8CVSS7AI score0.00237EPSS
SaveExploits1References2
NVD
NVD
added 2026/05/07 7:16 p.m.21 views

CVE-2026-42215

GitPython is a python library used to interact with Git repositories. From version 3.1.30 to before version 3.1.47, GitPython blocks dangerous Git options such as --upload-pack and --receive-pack by default, but the equivalent Python kwargs uploadpack and receivepack bypass that check. If an...

8.8CVSS0.00749EPSS
SaveExploits1References2
NVD
NVD
added 2026/05/07 7:16 p.m.17 views

CVE-2026-42284

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.47, clone validates multioptions as the original list, then executes shlex.split" ".joinmultioptions. A string like "--branch main --config core.hooksPath=/x" passes validation starts with --branch, but aft...

9.8CVSS0.00571EPSS
SaveExploits1References3
OSV
OSV
added 2026/05/07 7:16 p.m.5 views

PYSEC-2026-2160

GitPython is a python library used to interact with Git repositories. From version 3.1.30 to before version 3.1.47, GitPython blocks dangerous Git options such as --upload-pack and --receive-pack by default, but the equivalent Python kwargs uploadpack and receivepack bypass that check. If an...

8.8CVSS7AI score0.00749EPSS
SaveExploits1References2
OSV
OSV
added 2026/05/07 7:16 p.m.5 views

PYSEC-2026-2161

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.47, clone validates multioptions as the original list, then executes shlex.split" ".joinmultioptions. A string like "--branch main --config core.hooksPath=/x" passes validation starts with --branch, but aft...

9.8CVSS6.9AI score0.00571EPSS
SaveExploits1References3
OSV
OSV
added 2026/05/07 7:16 p.m.5 views

UBUNTU-CVE-2026-44244

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.49, GitConfigParser.setvalue passes values to Python's configparser without validating for newlines. GitPython's own write converts embedded newlines into indented continuation lines e.g. \n becomes \n\t, b...

7.8CVSS5.8AI score0.00237EPSS
SaveExploits1References3
OSV
OSV
added 2026/05/07 7:16 p.m.8 views

UBUNTU-CVE-2026-44243

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.48, a vulnerability in GitPython allows attackers who can supply a crafted reference path to an application using GitPython to write, overwrite, move, or delete files outside the repository’s .git directory...

8.8CVSS5.7AI score0.00419EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2026/05/07 6:22 p.m.34 views

CVE-2026-44243 GitPython: Path traversal in GitPython reference APIs allows arbitrary file write and delete outside the repository

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.48, a vulnerability in GitPython allows attackers who can supply a crafted reference path to an application using GitPython to write, overwrite, move, or delete files outside the repository’s .git directory...

8.8CVSS0.00419EPSS
SaveExploits1References2
OSV
OSV
added 2026/05/07 6:22 p.m.3 views

CVE-2026-44243 GitPython: Path traversal in GitPython reference APIs allows arbitrary file write and delete outside the repository

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.48, a vulnerability in GitPython allows attackers who can supply a crafted reference path to an application using GitPython to write, overwrite, move, or delete files outside the repository’s .git directory...

8.8CVSS7.1AI score0.00419EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2026/05/07 6:22 p.m.8 views

CVE-2026-44243

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.48, a vulnerability in GitPython allows attackers who can supply a crafted reference path to an application using GitPython to write, overwrite, move, or delete files outside the repository’s .git directory...

8.8CVSS5.7AI score0.00419EPSS
SaveExploits1References3Affected Software1
Debian CVE
Debian CVE
added 2026/05/07 6:22 p.m.11 views

CVE-2026-44243

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.48, a vulnerability in GitPython allows attackers who can supply a crafted reference path to an application using GitPython to write, overwrite, move, or delete files outside the repository’s .git directory...

8.8CVSS5.7AI score0.00419EPSS
SaveExploits1
Vulnrichment
Vulnrichment
added 2026/05/07 6:22 p.m.9 views

CVE-2026-44243 GitPython: Path traversal in GitPython reference APIs allows arbitrary file write and delete outside the repository

GitPython is a python library used to interact with Git repositories. Prior to version 3.1.48, a vulnerability in GitPython allows attackers who can supply a crafted reference path to an application using GitPython to write, overwrite, move, or delete files outside the repository’s .git directory...

8.8CVSS5.7AI score0.00419EPSS
SaveExploits1References2
CVE
CVE
added 2026/05/07 6:22 p.m.36 views

CVE-2026-44243

GitPython (Python library for interacting with Git repositories) contains a path-traversal vulnerability in its reference APIs. Before version 3.1.48, attacker-controlled reference names can be used to cause writes, renames, or deletions of files outside the repository’s .git directory due to ins...

8.8CVSS5.7AI score0.00419EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder