🔐 CVE Alert

CVE-2026-12049

MEDIUM 4.3

pgAdmin 4: Open redirect in multi-factor authentication flow via unvalidated 'next' parameter

CVSS Score
4.3
EPSS Score
0.0%
EPSS Percentile
0th

Open redirect in pgAdmin 4's multi-factor authentication flow. The MFA validate and register endpoints honoured the user-supplied 'next' query/form parameter without confirming the target pointed back inside pgAdmin, so an authenticated victim who clicked /mfa/validate?next=<external> -- a link typically delivered by phishing -- would be sent to an attacker-controlled host directly out of the trusted auth flow. The defect is a trusted-domain redirect, not a privilege bypass: the attacker gains no read/write access to pgAdmin or the victim's database, but the redirect launders the attacker's destination through pgAdmin's URL, which raises the success rate of credential-phishing follow-on against the victim. Fix introduces a same-origin _is_safe_redirect_url helper and gates every MFA redirect that consumes user-supplied 'next' values through it. The helper allows only relative paths and absolute URLs whose scheme is http(s) and whose host matches the current request host; it rejects external hosts in absolute and protocol-relative form, non-http schemes (javascript:, data:, mailto:), userinfo tricks (http://localhost@attacker/), and backslash variants that some browsers normalize to forward slashes. Unsafe targets fall back to the internal browser index. A dedicated regression test exercises each accept/reject category and the original reporter PoC. This issue affects pgAdmin 4: from 6.0 before 9.16.

CWE CWE-601
Vendor pgadmin.org
Product pgadmin 4
Published Jun 18, 2026
Stay Ahead of the Next One

Get instant alerts for pgadmin.org pgadmin 4

Be the first to know when new medium vulnerabilities affecting pgadmin.org pgadmin 4 are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Affected Versions

pgadmin.org / pgAdmin 4
6.0 < 9.16

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/pgadmin-org/pgadmin4/issues/10028 github.com: https://github.com/pgadmin-org/pgadmin4/commit/fff6a481854b07822c2b54e8181e6a9076d204cd

Credits

Mai Phạm Hiền <[email protected]> Dave Page <[email protected]> Kundan Sable <[email protected]>