CVE-2026-7882
Analyzed Analyzed - Analysis Complete

Concrete CMS Unauthorized File Deletion via Inverted CSRF Check

Vulnerability report for CVE-2026-7882, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-05-21

Last updated on: 2026-05-26

Assigner: ConcreteCMS

Description

Concrete CMS 9.5.0 and below is vulnerable to unauthorized file deletion due to an Inverted CSRF token check in the DeleteFile controller.Β The code throws an error when the token IS valid and proceeds with file deletion when the token is invalid or missing. This effectively disables CSRF protection for the file deletion endpoint, allowing cross-site request forgery attacks against users who have permission to edit conversation messages.Β The Concrete CMS security team gave this vulnerability a CVSS v.4.0 score ofΒ 2.3 with a vector ofΒ CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N. Thanks Tristan Mandani for reporting.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-05-21
Last Modified
2026-05-26
Generated
2026-07-02
AI Q&A
2026-05-22
EPSS Evaluated
2026-06-30
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
concretecms concrete_cms to 9.5.1 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-352 The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Concrete CMS version 9.5.0 and below has a vulnerability in its DeleteFile controller caused by an inverted CSRF token check. Instead of preventing unauthorized actions when the CSRF token is invalid or missing, the code erroneously throws an error when the token is valid and proceeds with file deletion when the token is invalid or missing. This flaw disables CSRF protection for the file deletion endpoint.

As a result, attackers can perform cross-site request forgery (CSRF) attacks to delete files without proper authorization, targeting users who have permission to edit conversation messages.

Impact Analysis

This vulnerability allows attackers to delete files without proper authorization by exploiting the disabled CSRF protection on the file deletion endpoint.

If you are a user with permission to edit conversation messages, an attacker could trick you into unknowingly deleting files, potentially leading to data loss or disruption of service.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-7882. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart