CVE-2026-44701
OpenSTAManager has HTML Injection in modules/utenti/edit.php
Summary
### Summary An HTML Injection vulnerability exists in the user group creation functionality that allows an attacker to inject arbitrary HTML content into the application interface. The vulnerability occurs when user-supplied input in the group name field is not properly sanitized before being rendered, allowing an attacker to inject HTML elements such as anchor tags. This may enable phishing attacks or unintended redirection when other users interact with the injected content. ### Details The vulnerable code responsible for rendering this content is located in: `modules/utenti/edit.php` ```php '.tr('Utenti del gruppo: _GROUP_', [ '_GROUP_' => ' '.$group->getTranslation('title').' ``` ### PoC A malicious user can inject HTML content into the Name field when creating a new user group. After selecting the group, the application renders the injected HTML without proper sanitization. As a result, the anchor tag is displayed as an active link in the interface. The injected anchor tag is also visible when the group is assigned to a user. When a user clicks the injected link, the browser redirects them to the attacker-controlled URL. ### Impact This vulnerability is an HTML Injection caused by improper sanitization of user-supplied input before rendering it in the application interface. Any user who views the interface where the injected content is rendered may be impacted.
Affected packages
| Ecosystem | Package | Affected versions | Fixed versions |
|---|---|---|---|
| Packagist | devcode-it/openstamanager | — | 2.11-beta |
Remediation: Upgrade to 2.11-beta or later.
References
Includes data from the GitHub Advisory Database, licensed under CC-BY 4.0.
CVE® is a registered trademark of The MITRE Corporation. CVE content reproduced under the CVE Terms of Use; copyright designation © MITRE.