Cyber Resilience

CVE-2019-25347

HighPublic PoC

Published: 12 February 2026

Published
12 February 2026
Modified
02 March 2026
KEV Added
Patch
CVSS Score v4 7.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/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.0021 43.7th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2019-25347 is a high-severity SQL Injection (CWE-89) vulnerability in Kostasmitroglou Password Management Application. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 43.7th 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-2019-25347, published on 2026-02-12, is a SQL injection vulnerability (CWE-89) in thesystem App version 1.0. The flaw resides in the authentication mechanism, where the username parameter is vulnerable to manipulation. Attackers can inject malicious SQL code, such as ' or '1=1', into the username field to bypass authentication controls and gain unauthorized access to user accounts.

The vulnerability carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), signifying exploitation over the network by unauthenticated attackers with low complexity and no user interaction required. Successful exploitation allows remote attackers to circumvent login protections, potentially accessing sensitive user data with high confidentiality impact but without affecting integrity or availability.

Advisories and related resources, including the VulnCheck advisory at https://www.vulncheck.com/advisories/thesystem-app-username-sql-injection, an Exploit-DB proof-of-concept at https://www.exploit-db.com/exploits/47432, and the project repository at https://github.com/kostasmitroglou/thesystem, provide further details on the issue, though specific patch or mitigation guidance is not detailed in the core CVE description.

EU & UK References

Vulnerability details

thesystem App 1.0 contains a SQL injection vulnerability that allows attackers to bypass authentication by manipulating the username parameter. Attackers can inject malicious SQL code like ' or '1=1 to the username field to gain unauthorized access to user accounts.

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.
T1078 Valid Accounts Stealth
Adversaries may obtain and abuse credentials of existing accounts as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
Why these techniques?

SQL injection in web app auth mechanism directly enables remote exploitation of public-facing application (T1190) to bypass login and access valid user accounts (T1078).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2019-25346Same product: Kostasmitroglou Password Management Application
CVE-2026-29198Shared CWE-89
CVE-2019-25441Same vendor: Kostasmitroglou
CVE-2026-33755Shared CWE-89
CVE-2025-0063Shared CWE-89
CVE-2026-39334Shared CWE-89
CVE-2024-13488Shared CWE-89
CVE-2026-20002Shared CWE-89
CVE-2025-1446Shared CWE-89
CVE-2025-22699Shared CWE-89

Affected Assets

kostasmitroglou
password management application
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly and comprehensively prevents SQL injection in the username parameter by validating all information inputs against malicious code like ' or '1=1'.

prevent

Requires identification, reporting, and correction of the specific SQL injection flaw in the authentication mechanism to eliminate the vulnerability.

prevent

Restricts the types and quantities of username inputs to block SQL injection payloads, complementing validation efforts.

References