CVE-2026-44701Low· 3.5▾ SunlitOpenSTAManager has HTML Injection in modules/utenti/edit.php
▾ Sunlit zone — Low / medium · no exploitation signal
impact 19.3 · likelihood 0 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
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.
The vulnerable code responsible for rendering this content is located in: modules/utenti/edit.php
<i class="fa fa-users mr-2"></i>'.tr('Utenti del gruppo: _GROUP_', [
'_GROUP_' => '<span class="text-primary">'.$group->getTranslation('title').'</span>
A malicious user can inject HTML content into the Name field when creating a new user group.
<img width="1233" height="293" alt="image" src="https://github.com/user-attachments/assets/cc09d0d5-ec77-4e94-94f7-35a277c49130" />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.
<img width="583" height="356" alt="image" src="https://github.com/user-attachments/assets/ac9006fb-2a5c-4a84-946e-9c54b7ac5500" />The injected anchor tag is also visible when the group is assigned to a user.
<img width="1262" height="503" alt="image" src="https://github.com/user-attachments/assets/68b2d45f-d0b8-4304-90fa-cb56f55ce3aa" />When a user clicks the injected link, the browser redirects them to the attacker-controlled URL.
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.
devcode-it/openstamanager <= 2.10.1Upgrade to a patched release:
devcode-it/openstamanager 2.11-betaConnected by shared product, vendor, weakness, or advisory.
CVE-2021-41164High· 8.2CKEditor4 is an open source WYSIWYG HTML editor
CVE-2021-41184Medium· 6.5jQuery-UI is the official jQuery user interface library
CVE-2021-41183Medium· 6.5jQuery-UI is the official jQuery user interface library
CVE-2021-41182Medium· 6.5jQuery-UI is the official jQuery user interface library
CVE-2019-1973Medium· 4.8A vulnerability in the web portal framework of Cisco Enterprise NFV Infrastructure Software (NFVIS) could allow an authenticated, remote attacker to conduct a cross-site scripting (XSS) attack against a user of the web-based interface
CVE-2019-10219Medium· 6.1A vulnerability was found in Hibernate-Validator