πŸ” CVE Alert

CVE-2026-85387

UNKNOWN 0.0

Concrete CMS before 9.5.4 allows a deactivated user to retain OAuth-authenticated REST API access

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Concrete CMS before 9.5.4 re-authorized OAuth REST API requests from the bearer token alone and did not re-check the state of the account the token had been issued to. The resource server's authorization validator confirmed only that a token existed, had not expired, and had not been explicitly revoked, and deactivating a user did not revoke that user's outstanding tokens. As a result, a deactivated user retained full access to /ccm/api/1.0/* for the remaining lifetime of any token already issued to them. The same gap applied to accounts that had been deleted or locked pending a forced password reset.Β The Concrete CMS security team gave this vulnerability a CVSS v4.0 score of 2.0 with vector CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:A/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N. Thanks Myq Larson for reporting.

CWE CWE-613
Vendor concrete cms
Product concrete cms
Published Sep 16, 2026
Stay Ahead of the Next One

Get instant alerts for concrete cms concrete cms

Be the first to know when new unknown vulnerabilities affecting concrete cms concrete cms are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

Concrete CMS / Concrete CMS
5.0.0 ≀ 9.5.3

References

NVD β†— CVE.org β†— EPSS Data β†—
documentation.concretecms.org: https://documentation.concretecms.org/developers/introduction/version-history/954-release-notes

Credits

myq_