CVE-2026-28805: OpenSTAManager has a Time-Based Blind SQL Injection via `options[stato]` Parameter
(updated )
Multiple AJAX select handlers in OpenSTAManager <= 2.10.1 are vulnerable to Time-Based Blind SQL Injection through the options[stato] GET parameter. The user-supplied value is read from $superselect['stato'] and concatenated directly into SQL WHERE clauses as a bare expression, without any sanitization, parameterization, or allowlist validation.
An authenticated attacker can inject arbitrary SQL statements to extract sensitive data from the database, including usernames, password hashes, financial records, and any other information stored in the MySQL database.
References
- github.com/advisories/GHSA-3gw8-3mg3-jmpc
- github.com/devcode-it/openstamanager
- github.com/devcode-it/openstamanager/commit/50b9089c506ba2ca249afb1dfead2af5d42c10e7
- github.com/devcode-it/openstamanager/commit/679c40fa5b3acad4263b537f367c0695ff9666dc
- github.com/devcode-it/openstamanager/releases/tag/v2.10.2
- github.com/devcode-it/openstamanager/security/advisories/GHSA-3gw8-3mg3-jmpc
- nvd.nist.gov/vuln/detail/CVE-2026-28805
Code Behaviors & Features
Detect and mitigate CVE-2026-28805 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →