PatchSiren cyber security CVE debrief
CVE-2026-86863 pgadmin.org CVE debrief
CVE-2026-86863 is a critical vulnerability in pgAdmin 4's Webserver authentication source. An attacker can authenticate as any username, including an existing Administrator, without presenting a password or any other credential, by supplying a crafted HTTP header. This issue affects pgAdmin 4 versions from 6.2 before 9.18. The vulnerability allows for authentication bypass, potentially leading to unauthorized access to pgAdmin 4 instances, lateral movement within the network, and possible data breaches or modifications. System administrators and security teams should assess exposure and implement compensating controls if necessary.
- Vendor
- pgadmin.org
- Product
- pgAdmin 4
- CVSS
- CRITICAL 9.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-17
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-09-17
- Advisory updated
- 2026-09-18
Who should care
System administrators and security teams responsible for pgAdmin 4 deployments should assess exposure and implement compensating controls if necessary. This includes reviewing and updating pgAdmin 4 to version 9.18 or later, verifying the configuration of 'webserver' in AUTHENTICATION_SOURCES, and assessing the potential impact on their systems.
Why it matters
CVE-2026-86863 is a critical vulnerability in pgAdmin 4's Webserver authentication source that allows for authentication bypass. System administrators and security teams should assess exposure and implement compensating controls if necessary.
- Authentication bypass allows for unauthorized access to pgAdmin 4 instances
- Potential for lateral movement within the network
- Possible data breaches or modifications
- Requires verification of affected versions and remediation
Technical summary
The vulnerability is caused by the way pgAdmin 4's Webserver authentication source handles the WSGI/CGI environment and HTTP request headers. An attacker can supply a crafted HTTP header to authenticate as any username, including an existing Administrator, without presenting a password or any other credential. The fix distinguishes a genuine CGI/WSGI variable from a header-derived one and implicitly trusts only the former. A header-asserted identity is now accepted only when the operator explicitly opts in via WEBSERVER_REMOTE_USER_FROM_HEADER, the request arrives from a peer listed in WEBSERVER_TRUSTED_PROXIES, and, when configured, a shared secret supplied in WEBSERVER_SHARED_SECRET_HEADER matches WEBSERVER
Defensive priority
High
Recommended defensive actions
- Review and update pgAdmin 4 to version 9.18 or later
- Verify the configuration of 'webserver' in AUTHENTICATION_SOURCES
- Assess exposure and implement compensating controls if necessary
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD vulnerability detail provide information about the vulnerability. However, the scope of affected versions and potential impact require verification from official sources. The issue is caused by the way pgAdmin 4's Webserver authentication source handles the WSGI/CGI environment and HTTP request headers. The fix distinguishes a genuine CGI/WSGI variable from a header-derived one and implicitly trusts only the former. A header-asserted identity is now accepted only when the operator explicitly opts in via WEBSER
Sources and references
Verified primary and authoritative sources
-
CVE-2026-86863 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-86863
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-86863 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-86863
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/pgadmin-org/pgadmin4/issues/10383
f86ef6dc-4d3a-42ad-8f28-e6d5547a5007
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.