Drupal Quick Tabs: CVE-2026-73477 Exposes Unpublished Content

Step by step
How the disclosure unfolded
Click a phase for details – or let the animation play through.
PHASE 1/4 · Reconnaissance

An unauthenticated visitor opens a publicly reachable Drupal page containing a Quick Tabs instance.

T1595 – Active Scanning T1592 – Gather Victim Host Information
  • Affected: Drupal module Quick Tabs (drupal/quicktabs) in versions <4.3.1
  • Drupal.org reports 26,178 sites using the module
  • No login required, authentication rated 'None' in the advisory
PHASE 2/4 · Access via Public-Facing Application

Faulty access control when rendering node and block tabs allows retrieval without valid authorization.

T1190 – Exploit Public-Facing Application
  • CVE-2026-73477 / SA-CONTRIB-2026-099, published 2026-08-12
  • Module wrongly treated a 'neutral' access result as a grant instead of using isAllowed()
  • Reusable custom blocks had no access check at all
  • Rating: 'moderately critical' (13/25), exploit status 'Theoretical'
PHASE 3/4 · Collection of Confidential Content

Withheld or unpublished content becomes visible in the tab output.

T1213 – Data from Information Repositories
  • Exposed content: unpublished nodes and unpublished reusable blocks
  • Only content previously embedded in a tab by a user with 'administer quicktabs'
  • Condition: tab contains a node/block element and page is reachable by unauthorized visitors
  • Pure view or subtab configurations are not affected per the advisory
PHASE 4/4 · Impact

Confidential data is unintentionally disclosed, potentially triggering a GDPR notification issue.

  • Confidentiality impact 'Some', integrity 'None' – no data manipulation or code execution
  • Critical if customer, applicant, employee or contract data is involved
  • Possible notification duty under GDPR Art. 33 and 34
  • Fix: update to Quick Tabs 4.3.1 with positive grant check and cache context
Short & clear answers
Frequently asked questions about this incident
Am I affected by the Quick Tabs vulnerability?
All Drupal websites running Quick Tabs in a version before 4.3.1 are affected. However, you are only actually exposed if a Quick Tabs instance contains a node or block tab, an access-restricted or unpublished item was selected there, and the page is reachable by visitors who should not see that content. According to the advisory, pure view-only or subtab configurations are not affected.
What do I need to do right now?
Update to Quick Tabs 4.3.1 immediately, the official fix released on 12 August 2026. Back up first and test on staging; for Composer installations you can use `composer update drupal/quicktabs`. Then review your Quick Tabs instances and test the affected pages in an anonymous session to check for unexpectedly visible content.
How do I check which version of Quick Tabs I have installed?
Determine the installed version in your project directory with `composer show drupal/quicktabs`, and for lock files also use `composer show --locked drupal/quicktabs`. If the version is lower than 4.3.1, you are affected according to the advisory. Also check with Drush whether the module is actually enabled, since a disabled module does not create the exposure.
Can attackers take over my website or alter my data?
No. This is not a flaw that lets attackers take over the site, modify data, or inject malicious code. Only confidential content, such as unpublished nodes or blocks, could become visible. An attacker cannot choose which content is exposed—only whatever an editor previously placed into a tab.
Is the flaw being actively exploited, and is this a GDPR issue?
As of the research date (15 August 2026) there are no public reports of active exploitation, no proof-of-concept, and no entry in the CISA KEV catalog; Drupal rates the exploit as theoretical. However, if the exposed content contains personal data such as customer, applicant, or employee information, it can quickly become a GDPR matter with notification duties under Articles 33 and 34.
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.