nuclei-templates/http/cves/2022/CVE-2022-29272.yaml

60 lines
2.2 KiB
YAML
Raw Normal View History

2022-08-16 16:14:18 +00:00
id: CVE-2022-29272
info:
name: Nagios XI <5.8.5 - Open Redirect
2022-08-16 16:14:18 +00:00
author: ritikchaddha
severity: medium
description: |
Nagios XI through 5.8.5 contains an open redirect vulnerability in the login function. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2023-09-06 11:59:08 +00:00
remediation: |
Upgrade Nagios XI to version 5.8.5 or later to mitigate the vulnerability.
2022-08-16 16:14:18 +00:00
reference:
- https://github.com/sT0wn-nl/CVEs/tree/master/CVE-2022-29272
- https://github.com/4LPH4-NL/CVEs
- https://github.com/sT0wn-nl/CVEs/blob/master/README.md#nagios-xi
- https://nvd.nist.gov/vuln/detail/CVE-2022-29272
2023-07-15 16:29:17 +00:00
- https://assets.nagios.com/downloads/nagiosxi/CHANGES-5.TXT
2022-08-16 16:14:18 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
2022-08-16 16:14:18 +00:00
cve-id: CVE-2022-29272
cwe-id: CWE-601
2023-08-31 11:46:18 +00:00
epss-score: 0.00188
epss-percentile: 0.56033
2023-09-06 11:59:08 +00:00
cpe: cpe:2.3:a:nagios:nagios_xi:*:*:*:*:*:*:*:*
metadata:
max-request: 2
2023-07-15 16:29:17 +00:00
vendor: nagios
product: nagios_xi
tags: cve,cve2022,redirect,nagios,nagiosxi
2022-08-16 16:14:18 +00:00
http:
2022-08-16 16:14:18 +00:00
- raw:
- |
2022-08-20 07:15:27 +00:00
GET /nagiosxi/login.php?redirect=/www.interact.sh HTTP/1.1
2022-08-16 16:14:18 +00:00
Host: {{Hostname}}
- |
POST /nagiosxi/login.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2022-08-20 06:58:45 +00:00
nsp={{nsp_token}}&page=auth&debug=&pageopt=login&redirect=%2Fwww.interact.sh&username={{username}}&password={{password}}&loginButton=Login
2022-08-16 16:14:18 +00:00
host-redirects: true
2022-08-16 16:14:18 +00:00
max-redirects: 2
matchers:
- type: regex
part: header
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1
2022-08-16 16:14:18 +00:00
extractors:
- type: regex
name: nsp_token
group: 1
regex:
- '<input type="hidden" name="nsp" value="(.*)">'
- "<input type='hidden' name='nsp' value='(.*)'>"
2023-07-15 16:29:17 +00:00
internal: true
part: body
# digest: 490a0046304402202531ae3362bd408c9180e4d4127c606f659f175b579a0ef503d63e3197b8d876022024b2c5f9e27e653f862246090068a990d0e09131014c9c66496754b1d2f6e4a8:922c64590222798bb761d5b6d8e72950