CVE-2026-40325 PUBLISHED

Masa CMS CSRF in content restoration allows unauthorized restoration of deleted content

Assigner: GitHub_M
Reserved: 10.04.2026 Published: 06.05.2026 Updated: 06.05.2026

Masa CMS is a content management system forked from Mura CMS. In versions 7.5.2 and earlier, the cTrash.restore function does not properly validate anti-CSRF tokens for content restoration requests. An attacker can trick a logged-in administrator to submit a forged request that restores deleted items from the trash and places them at an attacker-controlled location in the site structure through the parentid parameter. This can restore previously deleted malicious or outdated content, expose sensitive documents by moving them into publicly accessible locations, and disrupt site structure or content integrity.

This issue has been fixed in versions 7.2.10, 7.3.15, 7.4.10, and 7.5.3. As a workaround, restrict access to the administrative backend, use browser isolation for administrative sessions, and regularly empty the trash to reduce the amount of content available for unauthorized restoration.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor MasaCMS
Product MasaCMS
Versions
  • Version < 7.2.10 is affected
  • Version >= 7.3.0, < 7.3.15 is affected
  • Version >= 7.4.0, < 7.4.10 is affected
  • Version >= 7.5.0, < 7.5.3 is affected

References

Problem Types

  • CWE-352: Cross-Site Request Forgery (CSRF) CWE