CVE-2026-40331
Deferred
Deferred - Pending Action
SQL Injection in Masa CMS via Unauthenticated JSON API
Publication date: 2026-05-05
Last updated on: 2026-05-05
Assigner: GitHub, Inc.
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| masa | cms | From 7.2.0 (inc) to 7.2.9 (inc) |
| masa | cms | From 7.3.0 (inc) to 7.3.14 (inc) |
| masa | cms | From 7.4.0 (inc) to 7.4.9 (inc) |
| masa | cms | From 7.5.0 (inc) to 7.5.2 (inc) |
| masa | cms | 7.2.10 |
| masa | cms | 7.3.15 |
| masa | cms | 7.4.10 |
| masa | cms | 7.5.3 |
| masa_cms | masa_cms | From 7.2.0 (inc) to 7.2.9 (inc) |
| masa_cms | masa_cms | From 7.3.0 (inc) to 7.3.14 (inc) |
| masa_cms | masa_cms | From 7.4.0 (inc) to 7.4.9 (inc) |
| masa_cms | masa_cms | From 7.5.0 (inc) to 7.5.2 (inc) |
| masa_cms | masa_cms | 7.2.10 |
| masa_cms | masa_cms | 7.3.15 |
| masa_cms | masa_cms | 7.4.10 |
| masa_cms | masa_cms | 7.5.3 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |