Skip to main content

Openstamanager EUVDEUVD-2026-18336

| CVE-2026-35168 HIGH
SQL Injection (CWE-89)
2026-04-02 security-advisories@github.com GHSA-2fr7-cc4f-wh98
8.8
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
8.8 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

4
Patch released
Apr 03, 2026 - 08:30 nvd
Patch available
EUVD ID Assigned
Apr 02, 2026 - 14:22 euvd
EUVD-2026-18336
Analysis Generated
Apr 02, 2026 - 14:22 vuln.today
CVE Published
Apr 02, 2026 - 14:16 nvd
HIGH 8.8

DescriptionGitHub Advisory

OpenSTAManager is an open source management software for technical assistance and invoicing. Prior to version 2.10.2, the Aggiornamenti (Updates) module in OpenSTAManager contains a database conflict resolution feature (op=risolvi-conflitti-database) that accepts a JSON array of SQL statements via POST and executes them directly against the database without any validation, allowlist, or sanitization. An authenticated attacker with access to the Aggiornamenti module can execute arbitrary SQL statements including CREATE, DROP, ALTER, INSERT, UPDATE, DELETE, SELECT INTO OUTFILE, and any other SQL command supported by the MySQL server. Foreign key checks are explicitly disabled before execution (SET FOREIGN_KEY_CHECKS=0), further reducing database integrity protections. This issue has been patched in version 2.10.2.

AnalysisAI

Arbitrary SQL execution in OpenSTAManager's database conflict resolution module allows authenticated attackers with access to the Aggiornamenti (Updates) feature to execute unrestricted SQL commands. Affecting versions prior to 2.10.2, attackers can submit JSON arrays of SQL statements that execute directly against the MySQL database with foreign key checks disabled, enabling complete database compromise including data exfiltration, modification, deletion, and schema manipulation. No public exploit identified at time of analysis, though EPSS data not available; authentication requirement (PR:L) and low attack complexity (AC:L) indicate straightforward exploitation for internal threats or compromised accounts.

Technical ContextAI

This vulnerability affects OpenSTAManager, an Italian open-source ERP system for technical assistance and invoicing management. The flaw resides in the database update/conflict resolution feature (op=risolvi-conflitti-database endpoint) which processes JSON-encoded SQL statement arrays submitted via POST requests. The implementation fails to implement any form of SQL statement validation, parameterized queries, or allowlisting of permitted database operations. The code explicitly disables MySQL foreign key constraint checking (SET FOREIGN_KEY_CHECKS=0) before executing submitted statements, removing a critical data integrity protection layer. This represents a classic CWE-89 SQL Injection vulnerability, but with an unusually dangerous twist: rather than exploiting improper input sanitization in a legitimate query, the application intentionally accepts raw SQL as functional input without access controls on command types. The vulnerability allows execution of Data Definition Language (DDL) operations like CREATE/DROP/ALTER alongside Data Manipulation Language (DML) commands, and even MySQL-specific extensions like SELECT INTO OUTFILE for filesystem writes.

RemediationAI

Upgrade immediately to OpenSTAManager version 2.10.2 or later, which contains the complete fix for this arbitrary SQL execution vulnerability as documented in the official release at github.com/devcode-it/openstamanager/releases/tag/v2.10.2. The patch implementation can be reviewed in commit 43970676bcd6636ff8663652fd82579f737abb74 on the project's GitHub repository. As a temporary risk reduction measure for environments unable to upgrade immediately, restrict access to the Aggiornamenti module to only essential administrative accounts through application-level permission controls, implement network segmentation to limit access to the administrative interface, and monitor database query logs for suspicious DDL/DML operations or foreign key check disablement commands. However, these workarounds provide only partial protection and should not be considered long-term solutions. Full remediation details are available in the GitHub Security Advisory at github.com/devcode-it/openstamanager/security/advisories/GHSA-2fr7-cc4f-wh98.

CVE-2026-27012 CRITICAL POC
9.8 Mar 03

Privilege escalation and auth bypass in OpenSTAManager 2.9.8. PoC available.

CVE-2025-69212 HIGH POC
8.8 Feb 06

OpenSTAManager is an open source management software for technical assistance and invoicing. In 2.9.8 and earlier, a cri

CVE-2025-69213 HIGH POC
8.8 Feb 04

OpenSTAManager is an open source management software for technical assistance and invoicing. In version 2.9.8 and prior,

CVE-2025-69215 HIGH POC
8.8 Feb 04

OpenSTAManager is an open source management software for technical assistance and invoicing. In version 2.9.8 and prior,

CVE-2025-69214 HIGH POC
8.8 Feb 06

OpenSTAManager is an open source management software for technical assistance and invoicing. In 2.9.8 and earlier, an SQ

CVE-2018-25421 HIGH POC
7.1 May 30

Open STA Manager 2.3 contains a path traversal vulnerability that allows authenticated users to download arbitrary files

CVE-2026-24419 MEDIUM POC
6.5 Feb 06

SQL injection in OpenSTAManager v2.9.8 and earlier allows authenticated attackers to extract sensitive data through the

CVE-2026-24418 MEDIUM POC
6.5 Feb 06

OpenSTAManager versions 2.9.8 and earlier are vulnerable to SQL injection in the Payment Schedule module's bulk operatio

CVE-2026-24417 MEDIUM POC
6.5 Feb 06

OpenSTAManager v2.9.8 and earlier allow authenticated attackers to conduct time-based SQL injection attacks through the

CVE-2026-24416 MEDIUM POC
6.5 Feb 06

OpenSTAManager v2.9.8 and earlier allows authenticated remote attackers to extract sensitive data through time-based SQL

CVE-2025-69216 MEDIUM POC
6.5 Feb 06

OpenSTAManager is an open source management software for technical assistance and invoicing. [CVSS 6.5 MEDIUM]

CVE-2026-24415 MEDIUM POC
6.1 Mar 03

Reflected cross-site scripting in OpenSTAManager v2.9.8 and earlier allows unauthenticated attackers to inject malicious

Share

EUVD-2026-18336 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy