Severity by source
AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N
Network-reachable but requires authenticated low-privilege account and non-trivial endpoint knowledge; no availability impact from authorization bypass alone.
Primary rating from Vendor (drupal).
CVSS VectorVendor: drupal
Lifecycle Timeline
6DescriptionCVE.org
Missing Authorization vulnerability in Drupal AI Agents allows Forceful Browsing. This issue affects AI Agents versions: from 0.0.0 to 1.1.4, from 1.2.0 to 1.2.5, from 1.3.0 to 1.3.1.
AnalysisAI
Missing authorization controls in the Drupal AI Agents contrib module expose protected resources to forceful browsing by authenticated low-privilege users. Affected installations span three version branches - 0.0.0 through 1.1.3, 1.2.0 through 1.2.4, and 1.3.0 - across the Drupal ecosystem. No public exploit has been identified and CISA has not added this to KEV; EPSS at 0.14% (4th percentile) and SSVC's 'none' exploitation status confirm minimal real-world threat at time of analysis.
Technical ContextAI
The Drupal AI Agents module (cpe:2.3:a:drupal:ai_agents:*:*:*:*:*:*:*:*) is a contributed Drupal extension that integrates AI agent workflows into the Drupal CMS platform. CWE-862 (Missing Authorization) describes a pattern where application code performs an operation without verifying that the requesting party has permission to do so. In this case, the specific manifestation is forceful browsing - a technique where an attacker directly navigates to URLs or endpoints that are not linked in the normal UI flow, bypassing access control gates that rely on UI-enforced navigation rather than server-side authorization checks. The root cause is the absence of server-side permission verification before serving protected content or functionality within the AI Agents module routes.
RemediationAI
Drupal has released patched versions for all affected branches. Sites running the 0.x-1.1.x branch should upgrade to 1.1.4 or later; sites on the 1.2.x branch should upgrade to 1.2.5 or later; sites on the 1.3.x branch should upgrade to 1.3.1 or later. The authoritative remediation advisory is published at https://www.drupal.org/sa-contrib-2026-056. If an immediate upgrade is not feasible, a compensating control is to restrict access to the Drupal site to trusted authenticated users only, reducing the pool of accounts that could perform forceful browsing. Alternatively, disabling the AI Agents module entirely eliminates exposure until patching is possible, though this removes the module's functionality. There are no known workarounds that preserve full module functionality while mitigating the vulnerability.
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43060
GHSA-vqr6-3h85-q7hp