SSRF in Drupal Entity Share Websub: CVE-2026-73474 Endangers Servers

Step by step
How the attack could unfold
Click a phase for details – or let the animation play through.
PHASE 1/5 · Reconnaissance

An attacker identifies Drupal sites running the vulnerable Entity Share Websub module below version 1.1.2.

T1595 – Active Scanning T1592 – Gather Victim Host Information
  • Target: Drupal 9.x/10.x with Entity Share Websub < 1.1.2
  • Drupal.org listed 422 using sites on 2026-08-15 (usage indicator, not vulnerable count)
  • Per advisory, all module configurations are exploitable (TD: All)
PHASE 2/5 · Initial Access

The SSRF flaw is triggered without authentication via an insufficiently validated input.

T1190 – Exploit Public-Facing Application
  • CVE-2026-73474, advisory SA-CONTRIB-2026-097 (2026-08-12)
  • Rating: Moderately critical, 13/25
  • A: None – no authentication required; AC: Basic – low complexity
  • "Certain inputs were not sufficiently validated, allowing an attacker to achieve server-side request forgery attacks." (Drupal Security Team)
PHASE 3/5 · Execution

The web server is forced to issue attacker-controlled network requests on its own behalf.

T1190 – Exploit Public-Facing Application
  • SSRF abuses the server-side content fetch in the hub-subscriber model
  • OWASP: "SSRF is an attack vector that abuses an application to interact with the internal/external network or the machine itself."
  • E: Theoretical – no known public exploit at time of research
PHASE 4/5 · Internal Discovery

The abused fetch mechanism can reach internally accessible services.

T1046 – Network Service Discovery T1552.005 – Cloud Instance Metadata API
  • Potential targets: management interfaces, databases, cloud metadata services
  • Systems deliberately not exposed externally become reachable
  • Vendor did not disclose the specific parameter, target URL or PoC
PHASE 5/5 · Impact

Risk of leaking certain non-public information from the internal network.

T1213 – Data from Information Repositories
  • CI: Some – possible loss of certain non-public information
  • II: None – no stated integrity impact
  • No confirmed attacks, no KEV entry, no reported data exfiltration
  • Mitigation: upgrade to version 1.1.2 (security release from 2026-08-11)
Short & clear answers
Frequently asked questions about this incident
Am I affected by CVE-2026-73474?
Only Drupal websites (9.x and 10.x) running the Entity Share Websub contrib module in a version below 1.1.2 are affected. Check your installed version with the command composer show drupal/entity_share_websub. If you don't use the module at all or have already updated to 1.1.2, you are not affected by this specific vulnerability.
What do I need to do now?
First back up your website and database, then apply the patch with composer update drupal/entity_share_websub --with-all-dependencies, and afterwards run drush updatedb and drush cache:rebuild. Then test the hub/subscriber synchronization. The target version is 1.1.2.
Are there already attacks or a known exploit?
As of the research cut-off (15 August 2026), there is no known public exploit, no confirmed attacks, and no reported data breaches. The advisory rates exploitability as 'theoretical,' and the CISA KEV catalog contains no entry for CVE-2026-73474. However, this does not rule out later or undocumented exploitation.
Is it enough if I only run the subscriber or hub role?
No. The Drupal Security Team explicitly rates all module configurations as exploitable ('All module configurations are exploitable'). The only decisive factor is the installed version, not the role. So do not rely on a particular configuration to protect you.
Is there a workaround if I can't patch immediately?
Drupal provides no configuration workaround, since all configurations are exploitable. If immediate patching is exceptionally not possible, you can temporarily disable Entity Share Websub synchronization after a documented impact assessment and restrict the web server's outbound connections via allowlisting. This reduces the attack surface but does not replace the update to 1.1.2.
More security news
You might also be interested in
Critical Elementor Pro Flaw: Attackers Can Fully Take Over WordPress Sites
A file upload bug in Elementor Pro up to 4.2.1 allows RCE without login. Version 4.2.2 fixes the flaw – update now!
Pods Plugin: Critical Flaw Enables Admin Takeover, No Login
A critical flaw in the WordPress plugin Pods lets attackers overwrite admin passwords without login. Over 100,000 sites are affected.
miniOrange SAML SSO: Critical Bypass Turns Attackers Into Admins
Two critical auth bypasses in the miniOrange SAML SSO plugin allow forged SAML assertions—up to full WordPress admin access.