VYPR
Moderate severityNVD Advisory· Published Jan 26, 2012· Updated Apr 29, 2026

CVE-2011-1941

CVE-2011-1941

Description

Open redirect vulnerability in the redirector feature in phpMyAdmin 3.4.x before 3.4.1 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via unspecified vectors.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
phpmyadmin/phpmyadminPackagist
>= 3.4.0, < 3.4.13.4.1

Affected products

3

Patches

Vulnerability mechanics

Root cause

"Improper input validation in the URL redirector allows for arbitrary redirection to external sites."

Attack vector

A remote attacker can trigger this vulnerability by providing a crafted URL to the redirector feature, which then redirects the user to an arbitrary website. This can be used to conduct phishing attacks by leveraging the trusted domain of the phpMyAdmin installation [CWE-20]. The advisory does not specify the exact vectors used to supply the malicious URL.

Affected code

The vulnerability exists in `url.php` and the `PMA_linkURL` function within `libraries/core.lib.php`. These components fail to properly validate or restrict the destination URL provided to the redirector feature [patch_id=21538, patch_id=21539].

What the fix does

The patches implement stricter validation for the redirector by requiring a valid token via `PMA_isValid` in `url.php` [patch_id=21539]. Additionally, the `PMA_linkURL` function was modified to prevent the use of the redirector during setup, as it could not be adequately protected [patch_id=21538]. These changes ensure that only authorized requests are processed, mitigating the open redirect risk.

Preconditions

  • networkThe attacker must be able to reach the phpMyAdmin redirector endpoint.

Generated on May 11, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

9

News mentions

0

No linked articles in our index yet.