SQL Injection Affecting devcode-it/openstamanager package, versions <2.10.2


Severity

Recommended
0.0
high
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

EPSS
0.01% (4th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about SQL Injection vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-PHP-DEVCODEITOPENSTAMANAGER-15907835
  • published5 Apr 2026
  • disclosed1 Apr 2026
  • creditormzro

Introduced: 1 Apr 2026

CVE-2026-28805  (opens in a new tab)
CWE-89  (opens in a new tab)

How to fix?

Upgrade devcode-it/openstamanager to version 2.10.2 or higher.

Overview

devcode-it/openstamanager is a management software for technical assistance and electronic invoicing

Affected versions of this package are vulnerable to SQL Injection in the processing of the options[stato] parameter in multiple AJAX select handlers. An attacker can execute arbitrary SQL commands by injecting malicious input into the options[stato] parameter, which is concatenated directly into SQL WHERE clauses without proper validation or sanitization. This allows extraction of sensitive data, modification of database contents, or disruption of service through time-based queries. This is only exploitable if the attacker is authenticated and has network access to the application.

Workaround

This vulnerability can be mitigated by implementing an allowlist validation for the options[stato] parameter, ensuring only permitted column names are accepted, or by applying strict regular expression validation to restrict input to safe characters.

CVSS Base Scores

version 4.0
version 3.1