Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-40326 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Masa CMS is a content management system forked from Mura CMS. In versions 7.5.2 and earlier, the createBundle method in `csettings.cfc` does not properly validate anti-CSRF tokens for site bundle creation requests. An attacker can craft a malicious webpage or link that, when visited by a logged-in administrator, triggers the silent creation of a comprehensive site bundle. This bundle is saved to a predictable, publicly accessible web directory. An unauthenticated attacker can then retrieve the bundle and obtain site content, user account data, password hashes, form submissions, email lists, plugins, and configuration data. This issue has been fixed in versions 7.2.10, 7.3.15, 7.4.10, and 7.5.3. As a workaround, remove unexpected bundle files from public directories, restrict access to the affected endpoint, and limit exposure of administrative sessions.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-352Cross-Site Request Forgery (CSRF)[email protected]

Affected Products

ProductVersions
Masa CMS
<= 7.5.2 (semver)

CPE

  • cpe:2.3:a:masacms:masacms:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 7.5.3moderate effort
  • Upgrade: 7.4.10moderate effort
  • Upgrade: 7.3.15moderate effort
  • Upgrade: 7.2.10moderate effort
  • Mitigation:low effort

    Periodically check for and delete any unexpected .zip or bundle files in publicly accessible directories (e.g., /assets/, /bundles/, or /temp/).

  • Mitigation:low effort

    Deploy Web Application Firewall (WAF) rules to block or monitor POST requests to the csettings.cfc endpoint that lack a valid referer or origin header.

  • Mitigation:low effort

    Ensure administrators log out of the CMS when not in use and avoid clicking unknown links while an administrative session is active.

  • Mitigation:low effort

    If site bundling is not a routine requirement, consider temporarily renaming or restricting access to the csettings.cfc file.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-40326
NVD Published Date:
May 6, 2026
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2026-40326 Details - Not Deferred