Invision Community 漏洞列表
共找到 3 个与 Invision Community 相关的漏洞
📅 加载漏洞趋势中...
-
CVE-2025-47916: Invision Community <=5.0.6 Unauthenticated RCE via Template Injection POC
Invision Community 5.0.0 before 5.0.7 allows remote code execution via crafted template strings to themeeditor.php. The issue lies within the themeeditor controller (/applications/core/modules/front/system/themeeditor.php), where a protected method named customCss can be invoked by unauthenticated users. This method passes the value of the content parameter to the Theme::makeProcessFunction() method, which is evaluated by the template engine. Accordingly, unauthenticated attackers can inject and execute arbitrary PHP code by providing crafted template strings. -
CVE-2025-47916: Invision Community <=5.0.6 Unauthenticated RCE via Template Injection POC
Invision Community 5.0.0 before 5.0.7 allows remote code execution via crafted template strings to themeeditor.php. The issue lies within the themeeditor controller (/applications/core/modules/front/system/themeeditor.php), where a protected method named customCss can be invoked by unauthenticated users. This method passes the value of the content parameter to the Theme::makeProcessFunction() method, which is evaluated by the template engine. Accordingly, unauthenticated attackers can inject and execute arbitrary PHP code by providing crafted template strings. -
Invision Community CVE-2024-30163 SQL注入漏洞 无POC
Invision Community存在SQL注入漏洞,此漏洞是由于store.php接口对用户的请求验证不当导致的。