CVE Catalog

CVE-2026-40329

Critical
Published: Translated: NVD NIST

Summary

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 this input, allowing an unauthenticated remote attacker to execute arbitrary SQL commands.

Risk Assessment

This vulnerability could lead to access to sensitive data, modification or deletion of records, and privilege escalation to administrative control, posing a significant threat to organizational security.

Recommendation

It is recommended to upgrade to versions 7.2.10, 7.3.15, 7.4.10, or 7.5.3 to mitigate this vulnerability. Alternatively, configure WAF rules to block malicious SQL patterns in the sortBy parameter sent to beanFeed.cfc.

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS