11 matches found
cve-2025-8110-GOGS-RCE
GOGS RCE cve-2025-8110 Gogs 是一个轻量级、自托管的 Git 服务,类似于 GitHub 的私有版本,旨在轻松运行于低资源服务器上。CVE-2025-8110 漏洞是一个严重的安全缺陷,攻击者可以通过使用符号链接绕过路径限制。通过上传一个指向 .api/config 的恶意链接,攻击者可以利用 Gogs API 嵌入一个包含 sshCommand 参数的恶意配置文件,从而在主机服务器上实现远程代码执行 RCE。 用法 1. 将此仓库克隆到本地: root@kitploit: git clone...
gogs-CVE-2025-8110
Gogs CVE-2025-8110 PoC 此仓库包含 CVE-2025-8110 的概念验证(PoC),该漏洞是 Gogs 中的一个远程代码执行(RCE)漏洞。该漏洞利用内部 SSH 服务器实现,允许攻击者通过 sshCommand 配置注入恶意命令。 使用方法 要运行此漏洞利用,请使用 CVE-2025-8110.py 脚本,并指定目标 Gogs URL 以及您用于反弹 shell 的监听主机/端口。 root@kitploit: python3 CVE-2025-8110.py -u -lh -lp 参数 -u, --url:目标 Gogs 实例的基 URL(例如...
CVE-2025-8110
Gogs RCE 漏洞利用 CVE-2025-8110 针对 CVE-2025-8110 的概念验证 PoC 程序,这是 Gogs 中的一个严重漏洞,允许通过符号链接绕过和 sshCommand 注入操纵 .git/config 来实现远程代码执行 RCE。 📖 概述 此漏洞利用针对 Gogs API 内容管理中的路径遍历缺陷。已认证用户可以: 1. 创建一个仓库并推送一个指向内部 .git/config 的符号链接 。 2. 使用 API 通过符号链接覆盖目标配置文件。 3. 注入恶意的 sshCommand,当服务器执行 Git 操作时触发反向 Shell 。 🚀 特性 自动化工作流...
CVE-2025-8110
CVE-2025-8110 — PoC de RCE en Gogs Silentium / HackTheBox Descargo de responsabilidad: Esta herramienta está destinada estrictamente a fines educativos y pruebas de penetración autorizadas. Úsela únicamente contra sistemas para los que tenga permiso explícito. Esta es una versión modificada de...
CVE-2025-8110
Gogs RCE 漏洞利用 CVE-2025-8110 针对 CVE-2025-8110 的概念验证 — 通过符号链接绕过和 sshCommand 注入实现 Gogs 远程代码执行。 描述 该漏洞利用 Gogs API 中的符号链接绕过,覆盖 .git/config 并注入恶意 sshCommand,从而执行反弹 Shell。 需求 Python 3.12+ 已安装 Git 有效的 Gogs 凭据 Gogs API 令牌 安装 root@kitploit: git clone https://github.com/X4BROZER/CVE-2025-8110.git cd...
CVE-2026-76221
GitPython before 3.1.58 contains a config-name injection vulnerability in the option-name validator that allows attackers to forge arbitrary git-config directives by injecting equals signs, hash symbols, and whitespace into option names. Attackers can inject malicious option names like 'sshComman...
CVE-2026-76221 GitPython before 3.1.58 Config Injection via option-name
GitPython before 3.1.58 contains a config-name injection vulnerability in the option-name validator that allows attackers to forge arbitrary git-config directives by injecting equals signs, hash symbols, and whitespace into option names. Attackers can inject malicious option names like 'sshComman...
CVE-2026-76221 GitPython before 3.1.58 Config Injection via option-name
GitPython before 3.1.58 contains a config-name injection vulnerability in the option-name validator that allows attackers to forge arbitrary git-config directives by injecting equals signs, hash symbols, and whitespace into option names. Attackers can inject malicious option names like 'sshComman...
CVE-2026-69097
GitPython before 3.1.53 fails to properly escape section names in git config files, enabling injection of arbitrary configuration directives (e.g., core.sshCommand) via malicious submodule names during create_submodule or clone_from. This can lead to remote code execution when Git performs SSH op...
Sourcegraph gitserver sshCommand RCE
A vulnerability exists within Sourcegraph's gitserver component that allows a remote attacker to execute arbitrary OS commands by modifying the core.sshCommand value within the git configuration. This command can then be triggered on demand by executing a git push operation. The vulnerability was...
PT-2022-3024 · Sourcegraph · Sourcegraph
Name of the Vulnerable Software and Affected Versions: Sourcegraph versions prior to 3.37 Description: The issue is related to the gitserver service in Sourcegraph, which acts as a git exec proxy and fails to properly restrict calling git config. This allows an attacker to set the git...