Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
glinet-beryl-ax-triple-rce-cve-2026-11450-11451-11452-unauthenticated-root-on-travel-router — PoC for three unauthenticated command injection vulnerabilities (CVE-2026-11450/1/2) in GL.iNet Beryl AX travel router firmware <=4.4.5, exploiting CGI dispatcher with no authentication. | Kitploit
ツール/GitHubGitHub/hunt-benito/glinet-beryl-ax-triple-rce-cve-2026-11450-11451-11452-unauthenticated-root-on-travel-router
組み込みシステムセキュリティ脆弱性分析エクスプロイトウェブアプリケーション悪用ペネトレーションテスト学習と教育
GitHubhunt-benito/glinet-beryl-ax-triple-rce-cve-2026-11450-11451-11452-unauthenticated-root-on-travel-router

glinet-beryl-ax-triple-rce-cve-2026-11450-11451-11452-unauthenticated-root-on-travel-router

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

PoC for three unauthenticated command injection vulnerabilities (CVE-2026-11450/1/2) in GL.iNet Beryl AX travel router firmware <=4.4.5, exploiting CGI dispatcher with no authentication.

リポジトリを見る
112ヶ月前未レビュー

GL.iNet Beryl AX トリプルRCE PoC

GL.iNet GL-MT3000 (Beryl AX) トラベルルーターのファームウェア <= 4.4.5 における、3つの認証不要のコマンドインジェクション脆弱性 (CVE-2026-11450, CVE-2026-11451, CVE-2026-11452) の PoC です。

完全な解説: https://www.hunt-benito.com/blog/glinet-beryl-ax-triple-rce-cve-2026-11450-11451-11452-unauthenticated-root-on-travel-router/

脆弱性

CVECVSS手法
CVE-2026-114507.3バッファサイズの不一致 (0x40 vs 0x100) により access() ゲートをバイパス、$() を system() 経由で注入
CVE-2026-114517.3FTP の media_dir パラメータでのシングルクォートエスケープによりシェルのクォーティングを破壊
CVE-2026-114527.3ダブルクォートされた printf 内の Samba パスワードパラメータでの $() コマンド置換

3つすべては、認証やメソッドの許可リストなしに dlopen/dlsym 経由でプラグインをロードする、認証不要の /cgi-bin/glc CGI ディスパッチャを悪用します。

使用方法

root@kitploit:~
# Exploit all three CVEs
python3 poc.py http://192.168.8.1

# Exploit a specific CVE
python3 poc.py http://192.168.8.1 -c "id" -v 11450
python3 poc.py https://192.168.8.1 -c "id" -v 11451
python3 poc.py https://192.168.8.1 -c "id" -v 11452

# Custom command and output file
python3 poc.py http://192.168.8.1 -c "cat /etc/shadow" -o /tmp/pwned

必要条件

  • Python 3.6+
  • ルーターのLAN IP(デフォルト: 192.168.8.1)へのネットワークアクセス
  • 認証情報は不要

影響を受けるバージョン

  • GL.iNet GL-MT3000 firmware <= 4.4.5
  • ファームウェア 4.7 (CVE-2026-11450) および 4.8.1 (CVE-2026-11451, CVE-2026-11452) で修正

免責事項

教育目的および許可されたセキュリティ研究のみを目的としています。自分が所有していない、またはテストする明示的な許可がないシステムに対して使用しないでください。

ツールをダウンロード