9.3
/ 10
CRITICAL
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
Description
Masa CMS is an open source content management system. In versions 7.2.0 through 7.2.9, 7.3.0 through 7.3.14, 7.4.0 through 7.4.9, and 7.5.0 through 7.5.2, the unauthenticated JSON API accepts an altTable parameter that is stored via the setAltTable() method without validation or sanitization. This value is injected directly into a SQL FROM clause within feedGateway.cfc. An unauthenticated attacker can pass an arbitrary subquery into the altTable parameter to read sensitive data from any table in the database in a single HTTP request, including administrative credentials and password reset tokens.
This issue has been fixed in versions 7.2.10, 7.3.15, 7.4.10, and 7.5.3. As a workaround, apply validation to the setAltTable function in core/mura/content/feed/feedBean.cfc to restrict input to simple alphanumeric table names, or disable the JSON API if it is not required.
This issue has been fixed in versions 7.2.10, 7.3.15, 7.4.10, and 7.5.3. As a workaround, apply validation to the setAltTable function in core/mura/content/feed/feedBean.cfc to restrict input to simple alphanumeric table names, or disable the JSON API if it is not required.
AI Analysis
Unauthenticated SQL injection vulnerability via altTable parameter in JSON API, allowing attackers to read sensitive data from the database.
Basic Information
ID
CVE-2026-40331
Source
GitHub_M
Published
May 5, 2026 at 19:48
Affected Product
Vendor
MasaCMS
Product
MasaCMS
Version
<= 7.2.9
Affected Versions
MasaCMS MasaCMS <= 7.2.9
MasaCMS MasaCMS >= 7.3.0, <= 7.3.14
MasaCMS MasaCMS >= 7.4.0, <= 7.4.9
MasaCMS MasaCMS >= 7.5.0, <= 7.5.2
MasaCMS MasaCMS >= 7.3.0, <= 7.3.14
MasaCMS MasaCMS >= 7.4.0, <= 7.4.9
MasaCMS MasaCMS >= 7.5.0, <= 7.5.2
CWE Classification
AI Assessment
AI Score
9.3 / 10
AI Severity
Critical
Vendor
MasaCMS
Product
Masa CMS
Version
7.2.0-7.2.9, 7.3.0-7.3.14, 7.4.0-7.4.9, 7.5.0-7.5.2