---
id: CVE-2026-18121
title: >-
  Concrete CMS 9.5.2 and below is vulnerable to an authorization bypass (IDOR)
  because the frontend calendar lightbox endpoint
  (/ccm/calendar/view_event/{bID}/{occurrence_id}) does not verify that the
  caller is permitted to view the calend…
summary: >-
  Concrete CMS 9.5.2 and below is vulnerable to an authorization bypass (IDOR)
  because the frontend calendar lightbox endpoint
  (/ccm/calendar/view_event/{bID}/{occurrence_id}) does not verify that the
  caller is permitted to view the calend…
severity: medium
cvss: 6.3
cvssVector: 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'
cwe:
  - CWE-639
  - CWE-862
vendor: Concrete CMS
product: Concrete CMS
affected:
  - concrete_cms >= 5.0.0 <= 9.5.2
published: '2026-09-11'
updated: '2026-09-11'
sourceUpdated: '2026-09-11T15:17:00.250'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-18121'
references:
  - url: >-
      https://documentation.concretecms.org/developers/introduction/version-history/953-release-notes
    label: ff5b8ace-8b95-4078-9743-eac1ca5451de
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-11T14:32:51.424466Z'
cvssSource: cna
ingestedAt: '2026-09-13T05:22:14.782Z'
epss: 0.00289
epssPercentile: 0.2166
---

## Overview

Concrete CMS 9.5.2 and below is vulnerable to an authorization bypass (IDOR) because the frontend calendar lightbox endpoint (/ccm/calendar/view_event/{bID}/{occurrence_id}) does not verify that the caller is permitted to view the calendar that owns the requested event occurrence. The controller loads the occurrence directly from an attacker‑supplied, sequential identifier without confirming that it belongs to the calendar configured on the referenced block. An unauthenticated visitor who can render any public calendar block with lightbox properties enabled could therefore supply an arbitrary occurrence identifier and disclose event metadata — title, date, description, page link, and configured event attributes — from calendars they are not permitted to view. The Concrete CMS security team gave this vulnerability a CVSS v4.0 score of 6.3 with vector CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N. Thanks riodrwn for reporting.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
