Lucene search
+L

173 matches found

Kitploit
Kitploit
added 2026/09/17 3:07 p.m.10 views

CVE-2025-8110-Silentium-HTB

CVE-2025-8110 — Gogs RCE PoC(Silentium / HackTheBox用) 免責事項: このツールは教育目的および許可されたペネトレーションテストにのみ使用することを目的としています。明示的な許可を得たシステムに対してのみ使用してください。 これは zAbuQasem/gogs-CVE-2025-8110 の修正版で、HackTheBox の Silentium マシンに適合するように変更されています。元の PoC は Silentium の特定の Gogs 設定と認証フローに対応するために調整が必要でした。 脆弱性の詳細 CVE-2025-8110...

8.8CVSS8AI score0.82471EPSS
SaveExploits23References1
Kitploit
Kitploit
added 2026/09/17 11:57 a.m.8 views

CVE-2025-8110

Gogs RCE エクスプロイト CVE-2025-8110 CVE-2025-8110 の概念実証 PoC です。Gogs における重大な脆弱性で、シンボリックリンクのバイパスと sshCommand インジェクションを介した .git/config の操作により、リモートコード実行 RCE を可能にします。 📖 概要 このエクスプロイトは、Gogs API のコンテンツ管理におけるパストラバーサルの脆弱性を標的とします。認証されたユーザーは以下を実行できます。 1. リポジトリを作成し、内部の .git/config を指す シンボリックリンク をプッシュします。 2. API...

8.8CVSS7.8AI score0.82471EPSS
SaveExploits23
Kitploit
Kitploit
added 2026/09/16 6:34 a.m.11 views

CVE-2025-8110-Gogs-RCE-Exploit

Gogs CVE-2025-8110 RCEエクスプロイト GogsのCVE-2025-8110 に対する自動化されたPythonエクスプロイトです。この脆弱性は、PutContents APIがファイルパスがシンボリックリンクかどうかを検証しないことを悪用して、リモートコード実行(RCE)を可能にします。シンボリックリンクを介して内部の.git/configファイルを上書きすることで、悪意のあるsshCommandを注入し、リバースシェルをトリガーします。 🛠️ 前提条件 Python 3と必要な依存関係がインストールされていることを確認してください: root@kitploit: pi...

8.8CVSS8AI score0.82471EPSS
SaveExploits23
Kitploit
Kitploit
added 2026/09/16 5:51 a.m.10 views

CVE-2025-65964

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

9.4CVSS6.3AI score0.00663EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/15 6:57 a.m.6 views

guardskill

GuardSkill 一个能让你的编码代理在打开文件夹的瞬间就运行代码的仓库。GuardSkill 会在你操作之前对其进行检查。 root@kitploit: npx guardskill . 只读。无网络调用、无遥测、无配置、无账户。它读取 git 配置和钩子脚本,打印发现的内容,然后退出。 问题所在 编码代理在打开项目后会立即通过运行普通的 git 命令(如 git status、git diff)来收集上下文。Git 会从仓库自身的 .git/config 中读取设置,其中一些设置会指定一个供 git 执行的程序。如果在 core.fsmonitor...

8.5CVSS6AI score0.0035EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/09/12 12:44 p.m.10 views

CVE-2025-8110

CVE-2025-8110 — Gogs RCE PoC(Silentium / HackTheBox) 免責事項: このツールは、教育目的および許可を得たペネトレーションテスト専用に意図されています。明示的なテスト許可を得たシステムに対してのみ使用してください。 これは zAbuQasem/gogs-CVE-2025-8110 の修正版であり、HackTheBox の Silentium マシンに対して動作するように適合させたものです。元の PoC は、Silentium 固有の Gogs 設定と認証フローに対応するための調整が必要でした。 脆弱性 CVE-2025-8110...

8.8CVSS7.9AI score0.82471EPSS
SaveExploits23References1
Kitploit
Kitploit
added 2026/09/11 11:34 p.m.13 views

CVE-2022-23642

Sourcegraph Gitserver 3.37.0 RCE CVE-2022-23642 の PoC 3.37.0 より前の Sourcegraph では、gitserver サービスにリモートコード実行の脆弱性があります。これは、git config の実行に制限がないためであり、"core.sshCommand" を HTTP 引数に渡すことができ、任意の bash コマンドを含めることができます。この攻撃は、gitserver が攻撃者に公開されている場合にのみ可能です。これは Sourcegraph 3.36.3 でテストされています。 Docker テストのセットアップ...

8.8CVSS8.2AI score0.7431EPSS
SaveExploits8References2
Kitploit
Kitploit
added 2026/09/10 7:52 p.m.9 views

CVE-2025-8110

Gogs RCEエクスプロイト CVE-2025-8110 CVE-2025-8110の概念実証 - シンボリックリンクバイパスとsshCommandインジェクションによるGogsでのリモートコード実行。 説明 このエクスプロイトは、Gogs APIのシンボリックリンクバイパスを悪用して.git/configを上書きし、リバースシェルを実行する悪意のあるsshCommandを注入します。 必要条件 Python 3.12+ Gitがインストールされていること 有効なGogs認証情報 Gogs APIトークン インストール root@kitploit: git clone...

8.8CVSS8AI score0.82471EPSS
SaveExploits23
Oracle linux
Oracle linux
added 2026/09/10 12:00 a.m.8 views

ansible-core security update

2.16.3-4 - Fix CVE-2026-11332 ansible-galaxy role installs could allow arbitrary git configuration injection via malformed role requirements RHEL-194126...

7.8CVSS5.9AI score0.00222EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/09/10 12:00 a.m.9 views

Oracle Linux 8 : ELSA-2026-66248-0: / ansible-core (ELSA-2026-662480)

The remote Oracle Linux 8 host has packages installed that are affected by a vulnerability as referenced in the ELSA-2026-662480 advisory. 2.16.3-4 - Fix CVE-2026-11332 ansible-galaxy role installs could allow arbitrary git configuration injection via malformed role requirements RHEL-194126 Tenab...

7.8CVSS6AI score0.00222EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/09/09 11:08 p.m.8 views

ansible-core: argument injection in ansible-galaxy role install leads to arbitrary code execution

A flaw was found in ansible-core. The ansible-galaxy role install command processes dependency specifications from a role's meta/requirements.yml file. Due to improper neutralization of argument delimiters, a malicious role author can inject arbitrary git configuration flags through the src field...

7.8CVSS6.3AI score0.00222EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/03 11:00 p.m.10 views

gitpython: GitPython: Arbitrary code execution via config-name injection

A flaw was found in GitPython. This vulnerability allows attackers to inject malicious configuration options by manipulating option names within the option-name validator. By injecting special characters, an attacker can forge arbitrary git-config directives, potentially leading to arbitrary code...

8.8CVSS8.5AI score0.00485EPSS
SaveExploits1References6
NVD
NVD
added 2026/09/03 4:18 p.m.13 views

CVE-2026-71963

Hermes Agent 0.18.2 through 0.21.0, fixed in commit f6234d0, contains a remote code execution vulnerability that allows attackers to execute arbitrary OS commands by supplying a malicious repository with a crafted .git/config that sets core.fsmonitor to an attacker-controlled command. When a user...

8.8CVSS0.00858EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/03 3:19 p.m.16 views

EUVD-2026-70526

Hermes Agent 0.18.2 through 0.21.0, fixed in commit f6234d0, contains a remote code execution vulnerability that allows attackers to execute arbitrary OS commands by supplying a malicious repository with a crafted .git/config that sets core.fsmonitor to an attacker-controlled command. When a user...

8.8CVSS6.6AI score0.00858EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/03 3:19 p.m.88 views

CVE-2026-71963

Hermes Agent versions 0.18.2 through 0.21.0 are vulnerable to remote code execution via a crafted .git/config file in a malicious repository. The agent executes git status or git diff before trust prompts are presented to the user; by setting core.fsmonitor to an attacker-controlled command, an a...

8.8CVSS6.6AI score0.00858EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/03 3:19 p.m.37 views

CVE-2026-71963 Hermes Agent 0.18.2 - 0.21.0 RCE via git core.fsmonitor Config Injection

Hermes Agent 0.18.2 through 0.21.0, fixed in commit f6234d0, contains a remote code execution vulnerability that allows attackers to execute arbitrary OS commands by supplying a malicious repository with a crafted .git/config that sets core.fsmonitor to an attacker-controlled command. When a user...

8.6CVSS6.9AI score
SaveExploits0References7
CVE
CVE
added 2026/09/03 11:22 a.m.28 views

CVE-2026-85168

n8n versions before 1.123.73 , 2.35.4 , and 2.36.2 are affected by a remote code execution vulnerability in the Git node . The root cause is that the node's sanitization logic reset a fixed list of command-bearing Git configuration keys but did not cover the content-filter and merge-driver key fa...

8.8CVSS6.4AI score0.00459EPSS
SaveExploits0References2Affected Software1
The Hacker News
The Hacker News
added 2026/09/02 2:06 p.m.11 views

Malicious .git Configs Can Make Claude, Codex, Cursor, and Other AI Agents Run Attacker Code

Manifold Security has disclosed eight security flaws across seven command-line AI coding agents in which a repository's own Git configuration names a command that the agent runs on the developer's machine, four of them still unpatched at publication. The command executes as the user, outside the...

7CVSS6.1AI score0.00216EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/09/02 12:00 a.m.20 views

PT-2026-84855

Name of the Vulnerable Software and Affected Versions Hermes version 0.21.0 Description An issue exists where coding agents execute git status or git diff for context gathering before trust prompts are presented to the user. If a repository is delivered as files such as via zip, sync, or USB rath...

8.8CVSS6.4AI score0.00858EPSS
SaveExploits0References14
NVD
NVD
added 2026/09/01 6:17 p.m.10 views

CVE-2026-19593

OpenAI Codex Desktop for Windows and macOS automatically inspected Git metadata and working-tree status when a user opened a workspace. If the workspace contains a repository with preserved attacker-controlled .git/config, the attr.tree setting and a configured clean or process filter can cause G...

9.8CVSS0.0029EPSS
SaveExploits0References1
Rows per page
Query Builder