TYPO3 CMS 新闻管理模块SQL注入漏洞

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

The [News module](https://typo3.org/extensions/repository/view/news), the 20th most used module of [TYPO3](https://typo3.org/), is subject to an SQL injection vulnerability. Although the author has been contacted numerous times in the span of 4 months, no fix has been provided. We are therefore releasing the details. Also, it should be noted that the vulnerability is only present when the module's setting `overrideDemand` is set to `1`, which is the case _by default_. ### Description The module is organised as an MVC architecture. As an user, you're allowed to list and read news. The former allows to define criteria to filter out news, such as the author, categories, date of publication, etc. Here's the simplified piece of code, present in NewsController.php, which is responsible for doing this. Comments are my own. ``` <?php class NewsController { # List of parameters that cannot be set by the user protected $ignoredSettingsForOverride = ['demandClass', 'orderByAllowed']; # This...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息