CVE-2026-12049

MEDIUM

CVSS v3.1: 4.3 · EPSS: 0.0026 (16.9 percentile)

NetworkNo privilegesVendor advisory ref

Source data as of:

At a glance

Severity
MEDIUM
CVSS
4.3 v3.1 · NVD
EPSS
0.0026 (16.9 percentile) · FIRST.org
CISA KEV
No
Attack conditions (CVSS vector)
NetworkNo privileges · Source: NVD Vector
Affected vendors
pgadmin
Published
2026-06-19 · Modified: 2026-06-29

CVSS / EPSS / KEV

CVSS v3.1 4.3 / 10 MEDIUM Source: NVD
CVSS v4.0 5.3 / 10 MEDIUM Source: NVD
EPSS 0.0026 16.9 percentile Source: FIRST.org
CISA KEV No Source: CISA

Source — CVSS: NVD · EPSS: FIRST.org · KEV: CISA. Data & Sources

Description

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.

Record details

CVE ID
CVE-2026-12049
CVSS (v3.1)
4.3 (MEDIUM)
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Exploitability subscore
2.8
Impact subscore
1.4
EPSS
0.0026 (16.9 percentile) — 2026-06-30
CISA KEV
No
Weakness (CWE)
CWE-601
Affected vendors
pgadmin
Affected configurations (CPE)
1
Published
2026-06-19
Modified
2026-06-29
Status
Analyzed

References

Reference URLs as listed by NVD, grouped by a mechanical match on the link's host/pattern. Labels describe the link type only.