Skip to main content

Openstamanager CVE-2026-35168

| EUVD-2026-18336 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

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
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. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Authenticate to OpenSTAManager
Delivery
Access Aggiornamenti Updates module
Exploit
Send malicious JSON SQL statements
Execution
Execute arbitrary SQL commands
Impact
Compromise database integrity and data

Vulnerability AssessmentAI

Exploitation Authenticated attacker with access to OpenSTAManager Aggiornamenti (Updates) module versions prior to 2.10.2. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment Real-world risk is HIGH for organizations using affected OpenSTAManager versions, despite requiring authentication (PR:L). … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker who compromises credentials for any OpenSTAManager user account with access to the Updates module navigates to the conflict resolution interface and crafts a malicious POST request containing a JSON array of SQL commands such as SELECT statements with password hashes INTO OUTFILE for exfiltration, UPDATE commands to modify invoice amounts or customer records, DROP TABLE commands to destroy audit logs, or CREATE USER statements to establish persistent database access. Because the application executes these commands directly with disabled foreign key checks and no validation, the attacker achieves complete database control in a single HTTP request, potentially pivoting to operating system access via MySQL's file write capabilities or UDF exploitation. …
Remediation 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. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours: Inventory all OpenSTAManager deployments and identify current versions; restrict access to the Aggiornamenti (Updates) feature to administrators only via role-based access controls and disable the feature if not actively required. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-35168 vulnerability details – vuln.today

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