Cyber Resilience

CVE-2025-69214

HighPublic PoC

Published: 06 February 2026

Published
06 February 2026
Modified
09 February 2026
KEV Added
Patch
CVSS Score v4 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0042 33.8th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-69214 is a high-severity SQL Injection (CWE-89) vulnerability in Devcode Openstamanager. Its CVSS base score is 8.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 33.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-69214 is an SQL injection vulnerability (CWE-89) affecting OpenSTAManager, an open source management software for technical assistance and invoicing. The issue exists in versions 2.9.8 and earlier, specifically in the ajax_select.php endpoint when handling the "componenti" operation. Attackers can inject malicious SQL code through the options[matricola] parameter. The vulnerability has a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), rated as high severity and published on 2026-02-06.

An authenticated attacker with low privileges (PR:L) can exploit this vulnerability remotely over the network (AV:N) with low complexity and no user interaction required. Successful exploitation allows arbitrary SQL injection, potentially leading to high-impact confidentiality, integrity, and availability violations, such as data exfiltration, modification, or denial of service against the underlying database.

For mitigation details, refer to the GitHub security advisory at https://github.com/devcode-it/openstamanager/security/advisories/GHSA-qjv8-63xq-gq8m.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

OpenSTAManager is an open source management software for technical assistance and invoicing. In 2.9.8 and earlier, an SQL Injection vulnerability exists in the ajax_select.php endpoint when handling the componenti operation. An authenticated attacker can inject malicious SQL code through the…

more

options[matricola] parameter.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct remote exploitation of SQL injection vulnerability in a network-accessible web application endpoint (ajax_select.php), matching T1190 for initial access via public-facing app flaws.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-69213Same product: Devcode Openstamanager
CVE-2026-35168Same product: Devcode Openstamanager
CVE-2026-28805Same product: Devcode Openstamanager
CVE-2025-69215Same product: Devcode Openstamanager
CVE-2026-35470Same product: Devcode Openstamanager
CVE-2025-69212Same product: Devcode Openstamanager
CVE-2026-29782Same product: Devcode Openstamanager
CVE-2026-27012Same product: Devcode Openstamanager
CVE-2026-24956Shared CWE-89
CVE-2026-33615Shared CWE-89

Affected Assets

devcode
openstamanager
≤ 2.9.8

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Timely flaw remediation by patching OpenSTAManager versions 2.9.8 and earlier directly eliminates the SQL injection vulnerability in ajax_select.php.

prevent

Information input validation comprehensively checks and sanitizes the options[matricola] parameter to prevent malicious SQL code injection.

preventdetect

Boundary protection using web application firewalls inspects and blocks SQL injection payloads targeting the vulnerable endpoint over the network.

References