Skip to main content

Drupal FlowDrop CVE-2026-58589

| EUVDEUVD-2026-43071 MEDIUM
Missing Authorization (CWE-862)
2026-07-10 drupal GHSA-wfpx-3cw4-cw3g
5.4
CVSS 3.1 · Vendor: drupal
Share

Severity by source

Vendor (drupal) PRIMARY
5.4 MEDIUM
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
vuln.today AI
5.4 MEDIUM

Network-accessible missing authorization flaw requiring a low-privilege authenticated session; C:L/I:L reflects partial access to restricted module data and actions with no availability or scope impact.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (drupal).

CVSS VectorVendor: drupal

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

4
Analysis Generated
Jul 13, 2026 - 19:20 vuln.today
CVSS changed
Jul 13, 2026 - 19:07 NVD
5.4 (MEDIUM)
Patch available
Jul 10, 2026 - 23:02 EUVD
CVE Published
Jul 10, 2026 - 21:46 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

Missing Authorization vulnerability in Drupal FlowDrop allows Forceful Browsing. This issue affects FlowDrop versions: from 0.0.0 to 1.6.0.

AnalysisAI

Missing authorization in the FlowDrop Drupal contributed module (versions prior to 1.6.0) enables authenticated low-privilege users to perform forceful browsing, accessing URLs and resources that should be restricted to higher-privilege roles. The vulnerability stems from CWE-862, where authorization checks are absent or bypassed on protected endpoints within the module. No public exploit code or CISA KEV listing exists at time of analysis; the EPSS score of 0.18% (8th percentile) reflects low observed exploitation probability, but the low attack complexity and network accessibility make it a meaningful risk on multi-tenant or public Drupal sites with the module installed.

Technical ContextAI

FlowDrop is a contributed module for the Drupal CMS, identified by CPE cpe:2.3:a:drupal:flowdrop:*:*:*:*:*:*:*:*. Drupal's access control architecture relies on hook-based permission checks and route access callbacks; CWE-862 (Missing Authorization) indicates that one or more routes or controller actions in FlowDrop fail to invoke or correctly enforce Drupal's access checking layer. The OWASP-defined attack pattern of Forceful Browsing means an attacker constructs direct HTTP requests to paths that should be gated by role or permission checks, circumventing the intended access control without exploiting any memory corruption or injection flaw. The attack complexity is low (AC:L) because no race condition or special environmental state is required - the missing check is consistently absent.

RemediationAI

Update the FlowDrop Drupal module to version 1.6.0 or later, as documented in the Drupal Security Advisory at https://www.drupal.org/sa-contrib-2026-067. Site administrators should apply this update via Composer or Drush (e.g., composer update drupal/flowdrop) and clear the Drupal cache after updating. If an immediate update is not feasible, a compensating control is to disable the FlowDrop module entirely until patching is possible - this removes the vulnerable routes from Drupal's routing system at the cost of losing the module's functionality. Restricting site access to trusted authenticated users only (by removing public or anonymous registration and auditing existing low-privilege accounts) reduces exposure but does not eliminate the vulnerability. Blocking specific affected routes at the web server or reverse proxy layer is also viable if the exact vulnerable paths are identified from the module's routing configuration.

Share

CVE-2026-58589 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy