Lucene search
+L

22 matches found

Kitploit
Kitploit
added 2026/09/20 4:49 p.m.9 views

CVE-2018-11235

CVE-2018-11235 漏洞简介 漏洞名称: Git安全漏洞 CNNVD编号:CNNVD-201805-1020 危害等级:高危 CVE编号:CVE-2018-11235 漏洞类型:安全特征问题 发布时间:2018-05-31 威胁类型:远程 更新时间:2019-04-01 厂商:git-scm 漏洞来源:...

7.8CVSS8.1AI score0.74023EPSS
SaveExploits10References4
Tenable Nessus
Tenable Nessus
added 2026/08/31 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-82251

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - gitoxide before 0.52.1 fails to validate submodule names from .gitmodules configuration, allowing path traversal when deriving submodule git directories...

8.7CVSS5.7AI score0.00387EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 12:16 p.m.7 views

AZL-98433 CVE-2026-82253 affecting package rust 1.96.1-1

gitoxide Rust crates gix = 0.72.0 and gix-validate = 0.10.0 contains a path traversal vulnerability. The submodule name validation function in gix-validate only checks the first occurrence of '..' via name.findb"..", allowing crafted names such as 'a..b/../../../.git/' to bypass the check;...

8.7CVSS5.9AI score0.00497EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/28 12:16 p.m.7 views

DEBIAN-CVE-2026-82253

gitoxide Rust crates gix = 0.72.0 and gix-validate = 0.10.0 contains a path traversal vulnerability. The submodule name validation function in gix-validate only checks the first occurrence of '..' via name.findb"..", allowing crafted names such as 'a..b/../../../.git/' to bypass the check;...

8.7CVSS5.8AI score0.00497EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/28 12:16 p.m.8 views

AZL-98409 CVE-2026-82253 affecting package rust for versions less than 1.75.0-30

gitoxide Rust crates gix = 0.72.0 and gix-validate = 0.10.0 contains a path traversal vulnerability. The submodule name validation function in gix-validate only checks the first occurrence of '..' via name.findb"..", allowing crafted names such as 'a..b/../../../.git/' to bypass the check;...

8.7CVSS5.9AI score0.00497EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/28 12:16 p.m.15 views

CVE-2026-82251

gitoxide before 0.52.1 fails to validate submodule names from .gitmodules configuration, allowing path traversal when deriving submodule git directories. Attackers can craft malicious submodule names with traversal segments to redirect state and open functions to repositories outside .git/modules...

8.7CVSS0.00387EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/28 12:16 p.m.8 views

UBUNTU-CVE-2026-82251

gitoxide before 0.52.1 fails to validate submodule names from .gitmodules configuration, allowing path traversal when deriving submodule git directories. Attackers can craft malicious submodule names with traversal segments to redirect state and open functions to repositories outside .git/modules...

8.7CVSS5.9AI score0.00387EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/28 12:16 p.m.15 views

CVE-2026-82253

gitoxide Rust crates gix = 0.72.0 and gix-validate = 0.10.0 contains a path traversal vulnerability. The submodule name validation function in gix-validate only checks the first occurrence of '..' via name.findb"..", allowing crafted names such as 'a..b/../../../.git/' to bypass the check;...

8.7CVSS6AI score0.00497EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 12:16 p.m.10 views

UBUNTU-CVE-2026-82253

gitoxide Rust crates gix = 0.72.0 and gix-validate = 0.10.0 contains a path traversal vulnerability. The submodule name validation function in gix-validate only checks the first occurrence of '..' via name.findb"..", allowing crafted names such as 'a..b/../../../.git/' to bypass the check;...

8.7CVSS6AI score0.00497EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/28 10:49 a.m.38 views

CVE-2026-82253 gitoxide before 0.82.0 Path Traversal via Submodule Name Validation Bypass

gitoxide Rust crates gix = 0.72.0 and gix-validate = 0.10.0 contains a path traversal vulnerability. The submodule name validation function in gix-validate only checks the first occurrence of '..' via name.findb"..", allowing crafted names such as 'a..b/../../../.git/' to bypass the check;...

8.7CVSS0.00497EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/28 10:49 a.m.12 views

CVE-2026-82253 gitoxide before 0.82.0 Path Traversal via Submodule Name Validation Bypass

gitoxide Rust crates gix = 0.72.0 and gix-validate = 0.10.0 contains a path traversal vulnerability. The submodule name validation function in gix-validate only checks the first occurrence of '..' via name.findb"..", allowing crafted names such as 'a..b/../../../.git/' to bypass the check;...

8.7CVSS6AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/28 10:49 a.m.13 views

EUVD-2026-67705

gitoxide Rust crates gix = 0.72.0 and gix-validate = 0.10.0 contains a path traversal vulnerability. The submodule name validation function in gix-validate only checks the first occurrence of '..' via name.findb"..", allowing crafted names such as 'a..b/../../../.git/' to bypass the check;...

8.7CVSS6AI score0.00497EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/28 10:49 a.m.51 views

CVE-2026-82253

gitoxide (Rust crates gix ≤ 0.72.0 and gix-validate ≤ 0.10.0 ) is affected by a path traversal vulnerability. The submodule name validation in gix-validate only checks the first occurrence of .. via name.find(b".."), allowing crafted names like a..b/../../../.git/ to bypass the check. Additionall...

8.7CVSS6AI score0.00497EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/19 2:02 p.m.17 views

CVE-2026-76222

GitPython before 3.1.58 fails to validate submodule names from .gitmodules files, allowing attackers to create Git repositories at arbitrary filesystem paths outside the intended clone directory. Attackers can craft malicious repositories with traversal sequences in submodule names that GitPython...

8.4CVSS5.5AI score0.00333EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2026/05/05 7:20 p.m.20 views

gix's submodule name validation bypass + trust inheritance flaw enables path traversal and credential disclosure

Summary Submodule name validation bypass plus missing validation in production code paths allows path traversal via crafted .gitmodules. Combined with a trust inheritance flaw in Submodule::open, this enables reading arbitrary git repository configs including credentials from traversed paths with...

6AI score
SaveExploits0References2Affected Software2
OSV
OSV
added 2026/05/05 7:20 p.m.24 views

GHSA-P3HW-MV63-RF9W gix's submodule name validation bypass + trust inheritance flaw enables path traversal and credential disclosure

Summary Submodule name validation bypass plus missing validation in production code paths allows path traversal via crafted .gitmodules. Combined with a trust inheritance flaw in Submodule::open, this enables reading arbitrary git repository configs including credentials from traversed paths with...

7.5CVSS6AI score0.00497EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/05/05 12:00 a.m.19 views

PT-2026-83105

Name of the Vulnerable Software and Affected Versions gix versions prior to 0.82.0 gix-validate versions prior to 0.11.1 Description A path traversal issue exists due to improper validation of submodule names and a trust inheritance flaw. The name function in gix-validate only checks the first...

8.7CVSS5.9AI score0.00497EPSS
SaveExploits0References24
BDU FSTEC
BDU FSTEC
added 2020/04/22 12:00 a.m.15 views

The vulnerability of the component responsible for checking the names of submodules in the Git version control system allows a hacker to gain unauthorized access to confidential data, cause service failures, and compromise data integrity.

The vulnerability of the component responsible for checking the names of sub-modules in the distributed version control system Git is related to a lack of input data validation. Exploiting this vulnerability can allow an attacker to gain unauthorized access to confidential data, cause service...

9.3CVSS7.3AI score0.04426EPSS
SaveExploits0References11Affected Software6
RedhatCVE
RedhatCVE
added 2020/04/09 7:30 a.m.28 views

CVE-2019-1387

A flaw was discovered where git improperly validates submodules' names used to construct git metadata paths and does not prevent them from being nested in existing directories used to store another submodule's metadata. A remote attacker could abuse this flaw to trick a victim user into cloning a...

8.8CVSS2AI score0.04426EPSS
SaveExploits0References4
OSV
OSV
added 2019/12/18 9:15 p.m.10 views

ALPINE-CVE-2019-1387

An issue was found in Git before v2.24.1, v2.23.1, v2.22.2, v2.21.1, v2.20.2, v2.19.3, v2.18.2, v2.17.3, v2.16.6, v2.15.4, and v2.14.6. Recursive clones are currently affected by a vulnerability that is caused by too-lax validation of submodule names, allowing very targeted attacks via remote cod...

8.8CVSS8.1AI score0.04426EPSS
SaveExploits0References1
Rows per page
Query Builder