SCA: security update for devcode-it/openstamanager (GHSA-2fr7-cc4f-wh98)

high Tenable Self-Hosted Container Security Plugin ID 439731

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-35168)

Solution

Update the devcode-it/openstamanager library and its related packages to version 2.10.2 or later.

See Also

https://github.com/advisories/GHSA-2fr7-cc4f-wh98

Plugin Details

Severity: High

ID: 439731

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 4/3/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.94

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 9

Temporal Score: 7

Vector: CVSS2#AV:N/AC:L/Au:S/C:C/I:C/A:C

CVSS Score Source: CVE-2026-35168

CVSS v3

Risk Factor: High

Base Score: 8.8

Temporal Score: 7.9

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 4/3/2026

Vulnerability Publication Date: 4/2/2026

Reference Information

CVE: CVE-2026-35168

cwe: CWE-89