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

ANALYZED


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

Description

Masa CMS is an open source content management system. In versions 7.5.2 and earlier, a SQL injection vulnerability exists in the beanFeed.cfc component within the getQuery function's processing of the sortBy parameter. The application fails to properly sanitize or parameterize this input before incorporating it into dynamic SQL statements. An unauthenticated remote attacker can execute arbitrary SQL commands against the database, potentially gaining access to sensitive data, modifying or deleting records, or escalating privileges to administrative control. This issue has been fixed in versions 7.2.10, 7.3.15, 7.4.10, and 7.5.3. As a workaround, configure WAF rules to block malicious SQL patterns in the sortBy parameter sent to beanFeed.cfc.

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-89Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')[email protected]

Affected Products

ProductVersions
Masa CMS
<= 7.5.2 (semver)

CPE

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

Remediation

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

    Configure Web Application Firewall (WAF) rules to inspect and block malicious SQL patterns (such as '--', 'UNION', or sub-selects) in the 'sortby' parameter sent to 'beanFeed.cfc'.

  • Mitigation:low effort

    Restrict network access to the CMS administrative and core components to known, trusted IP addresses if they are not required for public-facing functionality.

  • Mitigation:low effort

    Ensure the database user account used by the application follows the principle of least privilege, restricting its ability to access system tables or execute administrative commands.

Change History

4 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-40329
NVD Published Date:
May 5, 2026
NVD Last Modified:
Jul 24, 2026
Source:
[email protected]