OSV 1.4.0 · github-reviewed · 修改于 2026-06-25 04:56
发布时间
2026-05-22 08:31
GitHub 审查时间
2026-06-25 02:52
NVD 发布时间
2026-05-22 06:16
源文件
advisories/github-reviewed/2026/05/GHSA-p8p9-5953-h9jw/GHSA-p8p9-5953-h9jw.json
Concrete CMS 9.5.0 and below is vulnerable to IDOR in AddMessage/UpdateMessage via attachments[] parameter which can lead to file permission bypass. The AddMessage and UpdateMessage conversation controllers accept user-supplied file attachment IDs and load files directly via $em->find(File::class, $attachmentID) without checking per-file permissions (canViewFile()). A user who can post in any conversation can reference any file in the CMS file manager by its sequential ID, effectively bypassing the file permission system. If a site truly has private files, the owner should set up a private storage location https://documentation.concretecms.org/user-guide/editors-reference/dashboard/system-and-maintenance/files/file-storage-locations outside of the webroot so that permissions can be checked on view as well. That way, even if an authorized user attaches a file, or otherwise links to it, unauthorized users won't be able to view the file.