Skip to content

OpenSTAManager has HTML Injection in modules/utenti/edit.php

Low severity GitHub Reviewed Published Aug 26, 2026 in devcode-it/openstamanager • Updated Aug 26, 2026

Package

composer devcode-it/openstamanager (Composer)

Affected versions

<= 2.10.1

Patched versions

2.11-beta

Description

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

<i class="fa fa-users mr-2"></i>'.tr('Utenti del gruppo: _GROUP_', [
    '_GROUP_' => '<span class="text-primary">'.$group->getTranslation('title').'</span>

PoC

A malicious user can inject HTML content into the Name field when creating a new user group.

image

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.

image

The injected anchor tag is also visible when the group is assigned to a user.

image

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.

References

@loviuz loviuz published to devcode-it/openstamanager Aug 26, 2026
Published to the GitHub Advisory Database Aug 26, 2026
Reviewed Aug 26, 2026
Last updated Aug 26, 2026

Severity

Low

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
High
User interaction
Required
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:L/I:L/A:N

EPSS score

Weaknesses

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. Learn more on MITRE.

CVE ID

CVE-2026-44701

GHSA ID

GHSA-crx4-7mmq-j74j

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.