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-40332 Details

ANALYZED


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

Description

Masa CMS is affected by an Open Redirect vulnerability due to improper handling of scheme-relative URLs. The application incorrectly interprets paths beginning with double slashes (//) as internal paths, failing to validate the redirect target before processing. The application treats these values as internal paths and processes them without confirming that the redirect target remains on the local site. An attacker can craft a URL on the trusted Masa CMS domain that redirects a victim to an external attacker-controlled site. This can be used for phishing and, in some authentication flows, may expose tokens or other sensitive data to the external site. This issue has been fixed in versions 7.2.10, 7.3.15, 7.4.10, and 7.5.3. As a workaround, reject or rewrite redirect parameters that begin with // and consider disabling forceDirectoryStructure if compatible with the deployment.

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-601URL Redirection to Untrusted Site ('Open Redirect')[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

    Set the forceDirectoryStructure setting to false in your Masa CMS configuration.

  • Mitigation:low effort

    Implement a custom filter to reject or rewrite input parameters that begin with // or /\.

  • Mitigation:low effort

    Configure Web Application Firewall (WAF) rules to detect and block requests where URL parameters contain scheme-relative syntax (e.g., url=//evil.com).

  • Mitigation:low effort

    Advise users to verify the final destination URL in the browser address bar, especially when clicking links from external sources or emails.

Change History

3 change records found show changes


QUICK INFO

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