Proxmox VE 7.0–8.0.3 Unauthenticated Single-Request Root Aut... - #2781
Open
carlospolop wants to merge 1 commit into
Open
Proxmox VE 7.0–8.0.3 Unauthenticated Single-Request Root Aut...#2781carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://blog.nathangolez.com/2026/08/proxmox-ve-7-08-0-3-unauthenticated-single-request-root-auth-bypass Content Categories: Based on the analysis, this content was categorized under "Network Services Pentesting / 80,443 - Pentesting Web Methodology / Proxmox VE, with cross-references from 2FA/MFA/OTP Bypass and Login Bypass". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Overview
CVE-2023-54391, documented by Proxmox as PSA-2026-00043-1, is a critical unauthenticated authentication bypass in the Proxmox VE ticket-creation API. It affects
libpve-access-control >= 7.0-7 and < 8.0.4, roughly corresponding to Proxmox VE 7.0 through 7.4 and the initial PVE 8.0 releases through package version 8.0.3. Default ...🔧 Technical Details
Abusing client-selected authentication state: If an authentication endpoint changes from first-factor to second-factor processing based only on the presence of a client-controlled parameter, test whether an unauthenticated requester can enter the later state directly. Here, any truthy
tfa-challengemakes the ticket endpoint skip its initial ticket check and causesauthenticate_userto return from the second-factor branch before the realm plugin's password validator. A reusable test is to send arbitrary password, OTP, and challenge values while comparing control flow and responses with a normal first-factor login.Exploiting inconsistent handling of absent MFA configuration: Trace how missing, empty, disabled, migrated, or partially synchronized MFA configuration is represented across authentication layers. In this case, the absence of a legacy
keysfield causeduser_get_tfato returnun...🤖 Agent ActionsPlan:
Repository search found no existing Proxmox page or mention. I’m now comparing the general login/MFA pages with neighboring product-specific web-service guides to choose the correct placement and match their structure.
The content is not duplicated elsewhere and is substantial enough for a focused product page. I’ll place the full technique under the existing product-specific web-service guides, then add navigation-only links from the web methodology, login-bypass, and MFA pages.
The page and navigation links are written. I’m reviewing the exact diff now, including citation coverage, page-template requirements, relative paths, and accidental placeholder/forbidden-source leakage.
The review caught and fixed a
SUMMARY.mdnesting issue that would have incorrectly made PHP child pages appear under Proxmox. The final step is an mdBook build plus a concise final diff/stat check.Implemented the HackTricks update.
Changes
src/network-services-pentesting/pentesting-web/proxmox-ve.mdcovering:SUMMARY.mdand the web methodology.Validation
git diff --checkpassed.mdbook buildcould not run becausemdbookis not installed.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.