Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
Masa CMS unauthenticated SQL injection via altTable parameter in JSON API
Vulnerability 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 Information
N/A
Vulnerability Type
SQL命令中使用的特殊元素转义处理不恰当(SQL注入)
Vulnerability Title
Masa CMS SQL注入漏洞
Vulnerability Description
Masa CMS是一个数字体验平台。 Masa CMS存在SQL注入漏洞,该漏洞源于未经验证的JSON API接受altTable参数并通过setAltTable方法存储,可能导致未经身份验证的攻击者通过任意子查询读取敏感数据。以下版本受到影响:7.2.0版本至7.2.9版本、7.3.0版本至7.3.14版本、7.4.0版本至7.4.9版本和7.5.0版本至7.5.2版本。
CVSS Information
N/A
Vulnerability Type
N/A