Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"schema_version": "1.4.0",
"id": "GHSA-4j5j-58j7-6c3w",
"modified": "2024-09-20T17:38:53Z",
"modified": "2026-04-21T00:00:00Z",
"published": "2022-05-17T04:14:03Z",
"aliases": [
"CVE-2014-9706"
],
"summary": "Dulwich Arbitrary code execution via commit with directory path starting with .git",
"details": "The `build_index_from_tree` function in index.py in Dulwich before 0.9.9 allows remote attackers to execute arbitrary code via a commit with a directory path starting with `.git/`, which is not properly handled when checking out a working tree.",
"details": "The `build_index_from_tree` function in index.py in Dulwich before 0.10.0 allows remote attackers to execute arbitrary code via a commit with a directory path starting with `.git/`, which is not properly handled when checking out a working tree.",
"severity": [
{
"type": "CVSS_V3",
Expand All @@ -32,7 +32,7 @@
"introduced": "0"
},
{
"fixed": "0.9.9"
"fixed": "0.10.0"
}
]
}
Expand Down
Loading