CVE-2026-54588
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedPoweradmin is a web-based DNS administration tool for PowerDNS server. Versions prior to 4.2.4 and 4.3.3 use the attacker-controlled `HTTP_HOST` request header as the authoritative source for building callback URLs in its OIDC, SAML, and logout authentication flows without any validation. An unauthenticated attacker can poison the `redirect_uri` sent to the Identity Provider, causing the IdP to redirect the victim's authorization code to an attacker-controlled server - resulting in full account takeover with no credentials required. Versions 4.2.4 and 4.3.3 patch the issue.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidencePoweradmin versions prior to 4.2.4 and 4.3.3 contain an Open Redirect vulnerability where the HTTP_HOST header is used directly to construct callback URLs in OIDC, SAML, and logout authentication flows without any validation. An unauthenticated attacker can manipulate the HTTP_HOST header to poison the redirect_uri parameter sent to the Identity Provider, causing the authorization code to be sent to an attacker-controlled server, resulting in full account takeover.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- Required
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:L
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Poweradmin versionCheck the Poweradmin version by visiting the admin/about page, or inspecting the config/settings file, or looking at the changelog file in the installation directory. Compare your version against 4.2.4 and 4.3.3.Affected if Version is below 4.2.4 or below 4.3.3 (both branches are vulnerable)
-
Confirm OIDC authentication is enabledInspect the Poweradmin configuration files (such as config.php, oidc_config.php, or similar) for OIDC provider settings. Look for client_id, client_secret, or issuer settings related to OpenID Connect.Affected if OIDC authentication is configured and enabled in Poweradmin
-
Confirm SAML authentication is enabledInspect the Poweradmin configuration files for SAML settings. Look for SAML-specific configuration such as idp_metadata_url, sp_entity_id, or saml_settings.Affected if SAML authentication is configured and enabled in Poweradmin
-
Check logout flow configurationInspect the logout-related configuration to confirm the logout redirect functionality is in use. This may be in session or authentication config files.Affected if Logout functionality with redirect capability is configured and operational
You are affected if Poweradmin version is below 4.2.4 or below 4.3.3 AND any of OIDC, SAML, or logout authentication flows are enabled, since the HTTP_HOST header is used unsanitized in those callback URLs.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to Poweradmin version 4.2.4 or 4.3.3 which validates the HTTP_HOST header before using it in callback URLs. Until patched, disable OIDC/SAML authentication or implement reverse-proxy filtering to reject malicious Host headers.
4.2.4 or 4.3.3 (select the version matching your current release track)
- 1. Identify the current Poweradmin version by checking the installed files or version file
- 2. Determine which release track you are on (4.2.x or 4.3.x) to select the appropriate fixed version
- 3. Backup the existing Poweradmin installation directory and database
- 4. Download the fixed version (4.2.4 or 4.3.3) from the official Poweradmin GitHub repository (github.com/poweradmin/poweradmin)
- 5. Extract the new version files to replace the existing installation
- 6. Update the configuration file (inc/config.inc.php) with any new settings if required
- 7. Verify the HTTP_HOST validation is now implemented in the OIDC, SAML, and logout authentication code
- 8. Test the authentication flows to confirm the redirect_uri is now properly constructed using validated host information
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,752.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-54588 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-54588 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data