Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
🐘 Packagist

GHSA-wm86-w3cf-h6vm

MEDIUM

GHSA-wm86-w3cf-h6vm is a medium-severity (CVSS 4.7) Open Redirect vulnerability in drupal/core. O3 Security confirms whether GHSA-wm86-w3cf-h6vm is actually reachable in your code before you act, and blocks exploitation at runtime until you patch.

Drupal external link injection vulnerability

Also known asCVE-2017-6932
Published
May 14, 2022
Updated
Apr 23, 2024
Affected
2 pkgs
Patched
2 / 2
Exploits
None indexed

Real-World Exposure

2 pkgs affected
🐘drupal/core🐘drupal/drupal

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Packagist packages — download data is not available via public APIs for these ecosystems.

Description

Drupal core 7.x versions before 7.57 has an external link injection vulnerability when the language switcher block is used. A similar vulnerability exists in various custom and contributed modules. This vulnerability could allow an attacker to trick users into unwillingly navigating to an external site.

Affected Packages

2 total 2 fixed
EcosystemPackageVulnerable rangeFix
🐘Packagistdrupal/core7.0&&< 7.577.57
🐘Packagistdrupal/drupal7.0&&< 7.577.57

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for drupal/core. O3's reachability analysis confirms whether the vulnerable code path is actually invoked in your application, so you act on real exposure instead of every transitive match.

  2. Fix

    Update drupal/core to 7.57 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-wm86-w3cf-h6vm is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 pinpoints whether GHSA-wm86-w3cf-h6vm is reachable in your code and exactly where to fix it, then blocks exploitation in production at runtime until the patched version is deployed.

Tailored to GHSA-wm86-w3cf-h6vm. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

Drupal core 7.x versions before 7.57 has an external link injection vulnerability when the language switcher block is used. A similar vulnerability exists in various custom and contributed modules. This vulnerability could allow an attacker to trick users into unwillingly navigating to an external site.
O3 Security · Impact-Aware SCA

Is GHSA-wm86-w3cf-h6vm in your dependencies?

O3 detects GHSA-wm86-w3cf-h6vm across Packagist dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.