Lucene search
+L

11 matches found

Kitploit
Kitploit
added 2026/09/15 6:05 a.m.11 views

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...

8.8CVSS7.7AI score0.82471EPSS
SaveExploits23
Kitploit
Kitploit
added 2026/09/15 2:09 a.m.8 views

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(例如...

8.8CVSS7.8AI score0.82471EPSS
SaveExploits23
Kitploit
Kitploit
added 2026/09/15 1:25 a.m.6 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 通过符号链接覆盖目标配置文件。 3. 注入恶意的 sshCommand,当服务器执行 Git 操作时触发反向 Shell 。 🚀 特性 自动化工作流...

8.8CVSS7.6AI score0.82471EPSS
SaveExploits23
Kitploit
Kitploit
added 2026/09/12 12:44 p.m.8 views

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...

8.8CVSS7.7AI score0.82471EPSS
SaveExploits23References1
Kitploit
Kitploit
added 2026/09/10 7:52 p.m.7 views

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...

8.8CVSS7.8AI score0.82471EPSS
SaveExploits23
NVD
NVD
added 2026/08/19 2:17 p.m.11 views

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...

8.8CVSS0.00485EPSS
SaveExploits1References2
OSV
OSV
added 2026/08/19 2:02 p.m.55 views

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...

8.7CVSS6AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 2:02 p.m.37 views

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...

8.8CVSS0.00485EPSS
SaveExploits1References2
CVE
CVE
added 2026/08/03 1:20 p.m.69 views

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...

7.3CVSS6.4AI score0.00288EPSS
SaveExploits0References2
Metasploit
Metasploit
added 2022/02/18 12:00 a.m.226 views

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...

8.8CVSS8.1AI score0.7431EPSS
SaveExploits8
Positive Technologies
Positive Technologies
added 2022/02/10 12:00 a.m.9 views

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...

8.8CVSS8.7AI score0.7431EPSS
SaveExploits8References16
Rows per page
Query Builder