Lucene search
+L

114 matches found

Kitploit
Kitploit
added 2026/09/15 5:45 a.m.14 views

git-secrets

=========== git-secrets 비밀번호 및 기타 민감한 정보가 git 저장소에 커밋되는 것을 방지합니다. .. contents:: :depth: 2 개요 :: root@kitploit: git secrets --scan -r|--recursive --cached --no-index --untracked ... git secrets --scan-history git secrets --install -f|--force git secrets --list --global git secrets --add -a|--allow...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 3:33 a.m.9 views

CVE-2020-14144-GiTea-git-hooks-rce

CVE-2020-14144 - GiTea 认证远程代码执行(RCE) 一个利用 CVE-2020-14144(GiTea 认证远程代码执行)的脚本,通过 Git 钩子实现攻击 功能特性 从 IP 和端口自动生成反向 Shell 载荷 使用 -f 选项上传自定义 Shell 脚本并在远程执行 使用用户名和密码自动登录 用法 root@kitploit: $ ./CVE-2020-14144-GiTea-git-hooks-rce.py -h / | CVE-2020-14144 | | | | | | | | | | |/ / | Authenticated Remote Code...

7.2CVSS7.6AI score0.95357EPSS
SaveExploits11References3
Kitploit
Kitploit
added 2026/09/14 3:11 p.m.11 views

CVE-2021-21300

CVE-2021-21300 gitの複数のバージョンにおいて、シンボリックリンクの処理が厳格ではありません。大文字小文字を区別する(例:Linux)ファイルシステムでファイルをgitにアップロードした後、大文字小文字を区別しないファイルシステム(例:Windows)を持つホストが悪意のあるリポジトリをクローンすると、リモートコード実行が発生する可能性があります。 影響を受けるバージョン 2.15 から 現行の 2.30.1 解決策 1、バージョンアップ 2、以下を実施 git の symlink を無効にする: git config --global core.symlinks fal...

8CVSS6.8AI score0.88533EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/14 11:45 a.m.9 views

GitBackdorizer

GitBackdorizer BETA GitBackdorizer는 개념 증명PoC 도구로, Ulisses Castro의 50 ton of backdoors 발표에서 영감을 받았습니다. 사용자의 부주의를 악용하여 Git 접근 자격 증명을 탈취합니다. 작동 방식 GitBackdorizer는 핸들러handler, 드로퍼dropper, 페이로드payload 세 가지 구성 요소로 이루어져 있습니다. 핸들러 핸들러는 자격 증명을 캡처하기 위해 HTTP 서버를 설정하고, 드로퍼의 페이로드를 구성할 수 있는 메뉴를 제공합니다. 드로퍼 전달은...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 8:20 p.m.11 views

Gitea-Git-Hooks-RCE-CVE-2020-14144-

Gitea Gitフック RCE CVE-2020-14144 OffsecProvingGrounds Practice — Roquefort マシンの Writeup & POC 概要...

7.2CVSS7.6AI score0.95357EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/13 10:45 a.m.7 views

CVE-2025-8110-Gogs-Remote-Code-Execution

影響を受けるソフトウェア: Gogs セルフホスト型Gitサービス バージョン0.13.0未満。 脆弱性の種類: Gitフックメカニズムにおけるコマンドインジェクション。 説明: リポジトリへのプッシュアクセス権を持つ攻撃者は、悪意のあるGitフックを作成し、post-receiveフックスクリプトにコマンドを注入することで、Gogsサーバー上でリモートコード実行を引き起こす可能性があります。...

8.8CVSS7.7AI score0.82471EPSS
SaveExploits23
Kitploit
Kitploit
added 2026/09/11 11:40 p.m.8 views

CVE-2024-10220-githooks

CVE-2024-10220 テスト 参照 https://irsl.medium.com/sneaky-write-hook-git-clone-to-root-on-k8s-node-e38236205d54...

8.1CVSS7.6AI score0.03027EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 12:11 p.m.8 views

CVE-2026-52813-Gogs-RCE

CVE-2026-52813 — Gogs パストラバーサルによる Git Hooks リモートコード実行(防御視点の分析) セキュリティ研究 / ブルーチーム向け writeup。本リポジトリは兵器化された PoC を含みません 。 再現を希望する研究者は、公式 advisory が参照する公開 PoC をご利用ください。 項目| 内容 ---|--- CVE| CVE-2026-52813 エイリアス| GHSA-c39w-43gm-34h5 / GO-2026-5305 影響を受けるバージョン| Gogs /)と組み合わせることで、別のリポジトリのローカルチェックアウト内に悪意のあ...

10CVSS8.2AI score0.01107EPSS
SaveExploits1References11
Kitploit
Kitploit
added 2026/09/09 5:51 a.m.9 views

CVE-2025-65964

n8n Git Hooks CTF デモ ⚠️ このリポジトリは教育およびCTFデモンストレーション目的のみ です。 シナリオ 自動化プラットフォーム(例:n8n)はワークフローの一部としてGit操作を使用します。 ワークフローはgit configを介して任意のGit設定を許可します。 攻撃者が制御するワークフローは以下を設定します: root@kitploit: core.hooksPath=hooks/ Gitはその後、リポジトリディレクトリからフックを実行します。 目的 以下を実証する: Gitフックがローカルで実行されること フックがクローンされたリポジトリ内に存在できること...

9.4CVSS6.4AI score0.00663EPSS
SaveExploits1
RedHat Linux
RedHat Linux
added 2026/09/03 11:00 p.m.9 views

gitpython: GitPython: Remote Code Execution via malicious Git hooks

A flaw was found in GitPython. This vulnerability allows a remote attacker to achieve arbitrary code execution. By supplying a specially crafted template parameter to the Repo.init function, an attacker can point to a directory containing malicious Git hooks. When Git operations are performed on...

8.8CVSS6.3AI score0.0072EPSS
SaveExploits1References6
NVD
NVD
added 2026/09/01 6:17 p.m.9 views

CVE-2026-19590

OpenAI Codex Desktop for Windows and macOS could execute attacker-controlled Git hooks because automated Git operations trusted the repository's local core.hooksPath setting. If a user opens an attacker-prepared repository whose preserved .git/config points core.hooksPath to an attacker-controlle...

7.3CVSS0.00103EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/01 5:04 p.m.9 views

EUVD-2026-69393

OpenAI Codex Desktop for Windows and macOS could execute attacker-controlled Git hooks because automated Git operations trusted the repository's local core.hooksPath setting. If a user opens an attacker-prepared repository whose preserved .git/config points core.hooksPath to an attacker-controlle...

5.9AI score0.00103EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/01 5:04 p.m.56 views

CVE-2026-19590

OpenAI Codex Desktop for Windows and macOS could execute attacker-controlled Git hooks because its automated Git operations trusted the repository-local core.hooksPath setting in .git/config. If a user opens a crafted repository where this setting points to an attacker-controlled directory, a mal...

7.3CVSS5.9AI score0.00103EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/01 5:04 p.m.45 views

CVE-2026-19590

OpenAI Codex Desktop for Windows and macOS could execute attacker-controlled Git hooks because automated Git operations trusted the repository's local core.hooksPath setting. If a user opens an attacker-prepared repository whose preserved .git/config points core.hooksPath to an attacker-controlle...

0.00103EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/09/01 12:00 a.m.10 views

PT-2026-84354

Name of the Vulnerable Software and Affected Versions OpenAI Codex Desktop for Windows and macOS affected versions not specified Description OpenAI Codex Desktop can execute attacker-controlled Git hooks due to automated Git operations trusting the repository local core.hooksPath setting. If a us...

7.3CVSS5.9AI score0.00103EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/25 2:16 a.m.13 views

CVE-2026-78676

GitPython before 3.1.59 fails to safely re-serialize multi-line git-config values during write operations, corrupting dormant quoted values into injected directives like core.hooksPath. Attackers can craft config files with embedded newlines that become live git directives after any unrelated...

9.8CVSS6.3AI score0.00426EPSS
SaveExploits1References5
SUSE CVE
SUSE CVE
added 2026/08/21 12:37 a.m.11 views

SUSE CVE-2026-76218

GitPython before 3.1.58 contains a remote code execution vulnerability in Repo.init that forwards unsafe git options without validation. Attackers can supply a template parameter pointing to a directory with malicious git hooks that execute arbitrary code when git operations are performed on the...

8.8CVSS6.7AI score0.0072EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/08/20 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-76218

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - GitPython before 3.1.58 contains a remote code execution vulnerability in Repo.init that forwards unsafe git options without validation. Attackers can supply a...

8.8CVSS6.6AI score0.0072EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/08/19 3:32 p.m.5 views

Duplicate Advisory: GitPython: Unguarded git option forwarding in Repo.init enables arbitrary command execution via --template clone hooks

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-9rj7-rf2p-w77r. This link is maintained to preserve external references. Original Description GitPython before 3.1.58 contains a remote code execution vulnerability in Repo.init that forwards unsafe git options...

8.8CVSS0.0072EPSS
SaveExploits1References4Affected Software1
NVD
NVD
added 2026/08/19 2:17 p.m.11 views

CVE-2026-76218

GitPython before 3.1.58 contains a remote code execution vulnerability in Repo.init that forwards unsafe git options without validation. Attackers can supply a template parameter pointing to a directory with malicious git hooks that execute arbitrary code when git operations are performed on the...

8.8CVSS0.0072EPSS
SaveExploits1References2
Rows per page
Query Builder